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

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaUpgradeWrapper.java79 public ServiceSchemaModificationWrapper getAttributesDeleted() { method in class:ServiceSchemaUpgradeWrapper
H A DUpgradeUtils.java374 if (sUpdate.getAttributesDeleted() != null &&
375 sUpdate.getAttributesDeleted().hasBeenModified()) {
377 removeAttributesFromSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesDeleted(), ss, adminToken);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaUpgradeWrapper.java79 public ServiceSchemaModificationWrapper getAttributesDeleted() { method in class:ServiceSchemaUpgradeWrapper
H A DUpgradeUtils.java374 if (sUpdate.getAttributesDeleted() != null &&
375 sUpdate.getAttributesDeleted().hasBeenModified()) {
377 removeAttributesFromSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesDeleted(), ss, adminToken);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java365 if (sUpdate.getAttributesDeleted() != null
366 && sUpdate.getAttributesDeleted().hasBeenModified()) {
368 sUpdate.getAttributesDeleted(), delimiter));
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java365 if (sUpdate.getAttributesDeleted() != null
366 && sUpdate.getAttributesDeleted().hasBeenModified()) {
368 sUpdate.getAttributesDeleted(), delimiter));
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java380 attrsDeleted = getAttributesDeleted(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { method in class:ServiceSchemaModifications
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java380 attrsDeleted = getAttributesDeleted(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { method in class:ServiceSchemaModifications

Completed in 1401 milliseconds