Searched refs:getAttributesModified (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaUpgradeWrapper.java70 public ServiceSchemaModificationWrapper getAttributesModified() { method in class:ServiceSchemaUpgradeWrapper
H A DUpgradeUtils.java368 if (sUpdate.getAttributesModified() != null &&
369 sUpdate.getAttributesModified().hasBeenModified()) {
371 modifyAttributesInExistingSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesModified(), ss, adminToken);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaUpgradeWrapper.java70 public ServiceSchemaModificationWrapper getAttributesModified() { method in class:ServiceSchemaUpgradeWrapper
H A DUpgradeUtils.java368 if (sUpdate.getAttributesModified() != null &&
369 sUpdate.getAttributesModified().hasBeenModified()) {
371 modifyAttributesInExistingSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesModified(), ss, adminToken);
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java345 attrsModified = getAttributesModified(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) method in class:ServiceSchemaModifications
546 final Set<AttributeSchemaImpl> attrsModified = getAttributesModified(newSchema.getAttributeSchemas());
572 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs) throws UpgradeException { method in class:ServiceSchemaModifications
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java345 attrsModified = getAttributesModified(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
432 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) method in class:ServiceSchemaModifications
546 final Set<AttributeSchemaImpl> attrsModified = getAttributesModified(newSchema.getAttributeSchemas());
572 private Set<AttributeSchemaImpl> getAttributesModified(Set<AttributeSchemaImpl> newAttrs) throws UpgradeException { method in class:ServiceSchemaModifications
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java359 if (sUpdate.getAttributesModified() != null
360 && sUpdate.getAttributesModified().hasBeenModified()) {
362 sUpdate.getAttributesModified(), delimiter));
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java359 if (sUpdate.getAttributesModified() != null
360 && sUpdate.getAttributesModified().hasBeenModified()) {
362 sUpdate.getAttributesModified(), delimiter));

Completed in 231 milliseconds