Searched defs:notifyDelete (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
339 private JsonValue notifyDelete(Context context, final String resourceContainer, final String resourceId, final JsonValue oldValue) method in class:SynchronizationService
346 return mapping.notifyDelete(context, resourceContainer, resourceId, oldValue);
419 case notifyDelete:
422 logger.debug("Synchronization action=notifyDelete, resourceContainer={}, resourceId={}", resourceContainer, resourceId);
423 return newActionResponse(notifyDelete(context, resourceContainer, resourceId, request.getContent().get("oldValue"))).asPromise();
H A DObjectMapping.java757 public JsonValue notifyDelete(Context context, String resourceContainer, String resourceId, JsonValue oldValue) method in class:ObjectMapping

Completed in 52 milliseconds