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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPolicy.java133 scope.put("sourceAction", (syncOperation instanceof ObjectMapping.SourceSyncOperation));
162 * @param sourceAction true if this is a source sync operation, false if it is a target sync operation
168 boolean sourceAction,
174 scope.put("sourceAction", sourceAction);
165 evaluatePostAction(LazyObjectAccessor source, LazyObjectAccessor target, ReconAction action, boolean sourceAction, String linkQualifier, String reconId) argument
H A DObjectMapping.java1892 * @param sourceAction sourceAction true if the {@link ReconAction} is determined for the {@link SourceSyncOperation}
1896 protected void postAction(boolean sourceAction) throws SynchronizationException { argument
1899 sourceObjectAccessor, targetObjectAccessor, action, sourceAction, getLinkQualifier(), reconId);

Completed in 49 milliseconds