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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DSynchronizationService.java102 notifyCreate, notifyUpdate, notifyDelete, recon, performAction, getLinkedResources enum constant in enum:SynchronizationService.SyncServiceAction
238 * Local interface to encapsulate the notifyCreate/notifyUpdate/notifyDelete ObjectMapping synchronization
317 private JsonValue notifyCreate(Context context, final String resourceContainer, final String resourceId, final JsonValue object) method in class:SynchronizationService
324 return mapping.notifyCreate(context, resourceContainer, resourceId, object);
409 case notifyCreate:
412 logger.debug("Synchronization action=notifyCreate, resourceContainer={}, resourceId={} ", resourceContainer, resourceId);
413 return newActionResponse(notifyCreate(context, resourceContainer, resourceId, request.getContent().get("newValue"))).asPromise();
H A DObjectMapping.java708 public JsonValue notifyCreate(Context context, String resourceContainer, String resourceId, JsonValue value) method in class:ObjectMapping

Completed in 37 milliseconds