Searched refs:sUpdate (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java351 ServiceSchemaUpgradeWrapper sUpdate = serviceType.getValue();
353 if (sUpdate != null) {
354 if (sUpdate.getAttributesAdded() != null && sUpdate.getAttributesAdded().hasBeenModified()) {
356 sUpdate.getAttributesAdded(), delimiter));
359 if (sUpdate.getAttributesModified() != null
360 && sUpdate.getAttributesModified().hasBeenModified()) {
362 sUpdate.getAttributesModified(), delimiter));
365 if (sUpdate.getAttributesDeleted() != null
366 && sUpdate
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeServiceSchemaStep.java351 ServiceSchemaUpgradeWrapper sUpdate = serviceType.getValue();
353 if (sUpdate != null) {
354 if (sUpdate.getAttributesAdded() != null && sUpdate.getAttributesAdded().hasBeenModified()) {
356 sUpdate.getAttributesAdded(), delimiter));
359 if (sUpdate.getAttributesModified() != null
360 && sUpdate.getAttributesModified().hasBeenModified()) {
362 sUpdate.getAttributesModified(), delimiter));
365 if (sUpdate.getAttributesDeleted() != null
366 && sUpdate
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java358 ServiceSchemaUpgradeWrapper sUpdate = schemaMods.getValue();
360 if (sUpdate != null) {
361 if (sUpdate.getAttributesAdded() != null &&
362 sUpdate.getAttributesAdded().hasBeenModified()) {
364 addAttributesToSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesAdded(), ss, adminToken);
368 if (sUpdate.getAttributesModified() != null &&
369 sUpdate.getAttributesModified().hasBeenModified()) {
371 modifyAttributesInExistingSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesModified(), ss, adminToken);
374 if (sUpdate.getAttributesDeleted() != null &&
375 sUpdate
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java358 ServiceSchemaUpgradeWrapper sUpdate = schemaMods.getValue();
360 if (sUpdate != null) {
361 if (sUpdate.getAttributesAdded() != null &&
362 sUpdate.getAttributesAdded().hasBeenModified()) {
364 addAttributesToSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesAdded(), ss, adminToken);
368 if (sUpdate.getAttributesModified() != null &&
369 sUpdate.getAttributesModified().hasBeenModified()) {
371 modifyAttributesInExistingSchema(serviceName, schemaMods.getKey(), sUpdate.getAttributesModified(), ss, adminToken);
374 if (sUpdate.getAttributesDeleted() != null &&
375 sUpdate
[all...]

Completed in 1920 milliseconds