Searched defs:clearExisting (Results 1 - 4 of 4) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProvider.java164 public Promise<JsonValue, ResourceException> setRelationshipValueForResource(final boolean clearExisting, argument
185 if (!clearExisting) {
202 if (!clearExisting) {
H A DCollectionRelationshipProvider.java146 public Promise<JsonValue, ResourceException> setRelationshipValueForResource(final boolean clearExisting, Context context, String resourceId, argument
179 if (!clearExisting) {
185 if (!clearExisting) {
H A DManagedObjectSet.java518 * @param clearExisting If existing (those not present in the object) should be cleared
525 private JsonValue persistRelationships(final boolean clearExisting, Context context, String resourceId, final JsonValue json, argument
540 persisted.add(provider.setRelationshipValueForResource(clearExisting, context, resourceId,
H A DRelationshipProvider.java340 * @param clearExisting If existing (non-present) relationships should be cleared
350 public abstract Promise<JsonValue, ResourceException> setRelationshipValueForResource(boolean clearExisting, argument

Completed in 46 milliseconds