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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java453 * @see ObjectMapping#doSourceSync(Context, String, JsonValue, boolean, JsonValue)
455 private JsonValue doSourceSync(Context context, String resourceId, JsonValue value) throws SynchronizationException { method in class:ObjectMapping
456 return doSourceSync(context, resourceId, value, false, null);
470 private JsonValue doSourceSync(Context context, String resourceId, JsonValue value, boolean sourceDeleted, JsonValue oldValue) method in class:ObjectMapping
716 return doSourceSync(context, resourceId, value); // synchronous for now
740 return doSourceSync(context, resourceId, newValue, false, oldValue); // synchronous for now
760 return doSourceSync(context, resourceId, null, true, oldValue); // synchronous for now

Completed in 34 milliseconds