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

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/
H A DConfigObjectService.java134 enum ConfigAction { enum in class:ConfigObjectService
280 sendClusterEvent(ConfigAction.CREATE, request.getResourcePathObject(),
395 sendClusterEvent(ConfigAction.UPDATE, request.getResourcePathObject(), null, after);
496 sendClusterEvent(ConfigAction.DELETE, request.getResourcePathObject(), null, null);
735 ConfigAction action = ConfigAction.valueOf(details.get(EVENT_RESOURCE_ACTION).asString());
767 private void sendClusterEvent(ConfigAction action, ResourcePath name, String id, JsonValue obj) {

Completed in 28 milliseconds