Searched defs:subConfigMeta (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SubSchemaModelImpl.java | 50 private SubConfigMeta subConfigMeta; field in class:SubSchemaModelImpl 58 subConfigMeta = new SubConfigMeta(serviceName, this); 67 return subConfigMeta.hasGlobalSubSchema(); 77 return subConfigMeta.getSubConfigurations(); 88 subConfigMeta.setParentId("/"); 89 subConfigMeta.deleteSubConfigurations(names); 112 subConfigMeta.setParentId(parentId); 113 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema()); 132 return subConfigMeta.getCreateableSubSchemaNames();
|
H A D | SubConfigModelImpl.java | 62 private SubConfigMeta subConfigMeta; field in class:SubConfigModelImpl 90 subConfigMeta = new SubConfigMeta(serviceName, this); 91 subConfigMeta.setParentId(parentId); 92 displayName = subConfigMeta.getParentDisplayName(); 105 subConfigMeta.getServiceSchema(name), this); 140 subConfigMeta.getServiceSchema(), this); 141 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema()); 163 return subConfigMeta.getCreateableSubSchemaNames(); 200 subConfigMeta.createSubConfig(name, schemaName, values); 211 return subConfigMeta [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SubSchemaModelImpl.java | 50 private SubConfigMeta subConfigMeta; field in class:SubSchemaModelImpl 58 subConfigMeta = new SubConfigMeta(serviceName, this); 67 return subConfigMeta.hasGlobalSubSchema(); 77 return subConfigMeta.getSubConfigurations(); 88 subConfigMeta.setParentId("/"); 89 subConfigMeta.deleteSubConfigurations(names); 112 subConfigMeta.setParentId(parentId); 113 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema()); 132 return subConfigMeta.getCreateableSubSchemaNames();
|
H A D | SubConfigModelImpl.java | 62 private SubConfigMeta subConfigMeta; field in class:SubConfigModelImpl 90 subConfigMeta = new SubConfigMeta(serviceName, this); 91 subConfigMeta.setParentId(parentId); 92 displayName = subConfigMeta.getParentDisplayName(); 105 subConfigMeta.getServiceSchema(name), this); 140 subConfigMeta.getServiceSchema(), this); 141 xmlBuilder.setSupportSubConfig(subConfigMeta.hasGlobalSubSchema()); 163 return subConfigMeta.getCreateableSubSchemaNames(); 200 subConfigMeta.createSubConfig(name, schemaName, values); 211 return subConfigMeta [all...] |
Completed in 58 milliseconds