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 D | ServiceSchemaUpgradeWrapper.java | 79 public ServiceSchemaModificationWrapper getAttributesDeleted() { method in class:ServiceSchemaUpgradeWrapper
|
H A D | UpgradeUtils.java | 374 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 D | ServiceSchemaUpgradeWrapper.java | 79 public ServiceSchemaModificationWrapper getAttributesDeleted() { method in class:ServiceSchemaUpgradeWrapper
|
H A D | UpgradeUtils.java | 374 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 D | UpgradeServiceSchemaStep.java | 365 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 D | UpgradeServiceSchemaStep.java | 365 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 D | ServiceSchemaModifications.java | 380 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 D | ServiceSchemaModifications.java | 380 attrsDeleted = getAttributesDeleted(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas()); 465 private Set<AttributeSchemaImpl> getAttributesDeleted(Set<AttributeSchemaImpl> newAttrs, Set<AttributeSchemaImpl> existingAttrs) { method in class:ServiceSchemaModifications
|
Completed in 541 milliseconds