Searched refs:hasBeenModified (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaModificationWrapper.java108 public boolean hasBeenModified() { method in class:ServiceSchemaModificationWrapper
115 modified |= subSchema.getValue().hasBeenModified();
H A DUpgradeUtils.java343 if (ssmWrapper != null && ssmWrapper.hasBeenModified()) {
362 sUpdate.getAttributesAdded().hasBeenModified()) {
369 sUpdate.getAttributesModified().hasBeenModified()) {
375 sUpdate.getAttributesDeleted().hasBeenModified()) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DServiceSchemaModificationWrapper.java108 public boolean hasBeenModified() { method in class:ServiceSchemaModificationWrapper
115 modified |= subSchema.getValue().hasBeenModified();
H A DUpgradeUtils.java343 if (ssmWrapper != null && ssmWrapper.hasBeenModified()) {
362 sUpdate.getAttributesAdded().hasBeenModified()) {
369 sUpdate.getAttributesModified().hasBeenModified()) {
375 sUpdate.getAttributesDeleted().hasBeenModified()) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java68 assertTrue(config.hasBeenModified());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java67 assertTrue(config.hasBeenModified());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java68 assertTrue(config.hasBeenModified());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java67 assertTrue(config.hasBeenModified());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java68 assertTrue(config.hasBeenModified());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/
H A DConfigurationTest.java68 assertTrue(config.hasBeenModified());
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java285 if (attrsAdded.hasBeenModified() || attrsModified.hasBeenModified() || attrsDeleted.hasBeenModified()) {
328 if (subSchemaResult.hasBeenModified()) {
363 if (subSchemaResult.hasBeenModified()) {
398 if (subSchemaResult.hasBeenModified()) {
519 if (attributesAdded.hasBeenModified()) {
556 if (subSchemaResult.hasBeenModified()) {
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java285 if (attrsAdded.hasBeenModified() || attrsModified.hasBeenModified() || attrsDeleted.hasBeenModified()) {
328 if (subSchemaResult.hasBeenModified()) {
363 if (subSchemaResult.hasBeenModified()) {
398 if (subSchemaResult.hasBeenModified()) {
519 if (attributesAdded.hasBeenModified()) {
556 if (subSchemaResult.hasBeenModified()) {
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java354 if (sUpdate.getAttributesAdded() != null && sUpdate.getAttributesAdded().hasBeenModified()) {
360 && sUpdate.getAttributesModified().hasBeenModified()) {
366 && sUpdate.getAttributesDeleted().hasBeenModified()) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java354 if (sUpdate.getAttributesAdded() != null && sUpdate.getAttributesAdded().hasBeenModified()) {
360 && sUpdate.getAttributesModified().hasBeenModified()) {
366 && sUpdate.getAttributesDeleted().hasBeenModified()) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java217 public boolean hasBeenModified() throws IOException { method in class:Configuration
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java218 public boolean hasBeenModified() throws IOException { method in class:Configuration
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java218 public boolean hasBeenModified() throws IOException { method in class:Configuration
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java217 public boolean hasBeenModified() throws IOException { method in class:Configuration
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java218 public boolean hasBeenModified() throws IOException { method in class:Configuration
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DConfiguration.java217 public boolean hasBeenModified() throws IOException { method in class:Configuration

Completed in 2432 milliseconds