Searched refs:calculateServiceModifications (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java163 if (calculateServiceModifications(newSchemaMap, existingSchemaMap)) {
260 private boolean calculateServiceModifications(Map<String, ServiceSchemaImpl> newSchemaMap, method in class:ServiceSchemaModifications
296 UpgradeUtils.debug.message("calculateServiceModifications returning " + (!(modifications.isEmpty())));
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java163 if (calculateServiceModifications(newSchemaMap, existingSchemaMap)) {
260 private boolean calculateServiceModifications(Map<String, ServiceSchemaImpl> newSchemaMap, method in class:ServiceSchemaModifications
296 UpgradeUtils.debug.message("calculateServiceModifications returning " + (!(modifications.isEmpty())));

Completed in 36 milliseconds