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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java488 SourceSyncOperation op = new SourceSyncOperation();
768 * For the input parameters see {@link org.forgerock.openidm.sync.impl.ObjectMapping.SourceSyncOperation#toJsonValue()} or
807 SourceSyncOperation sop = new SourceSyncOperation();
871 if (op instanceof SourceSyncOperation) {
877 event.setAmbiguousTargetIds(((SourceSyncOperation) op).getAmbiguousTargetIds());
1159 SourceSyncOperation op = new SourceSyncOperation();
1892 * @param sourceAction sourceAction true if the {@link ReconAction} is determined for the {@link SourceSyncOperation}
2135 class SourceSyncOperation extends SyncOperation { class in class:ObjectMapping
[all...]

Completed in 36 milliseconds