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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconTypeById.java84 public ResultIterable queryTarget() throws SynchronizationException { method in class:ReconTypeById
H A DReconTypeByQuery.java81 public ResultIterable queryTarget() throws SynchronizationException { method in class:ReconTypeByQuery
H A DReconTypeHandler.java41 ResultIterable queryTarget() throws SynchronizationException; method in interface:ReconTypeHandler
H A DReconTypeBase.java321 public abstract ResultIterable queryTarget() throws SynchronizationException; method in class:ReconTypeBase
H A DReconciliationContext.java284 ResultIterable queryTarget() throws SynchronizationException { method in class:ReconciliationContext
285 ResultIterable result = getReconHandler().queryTarget();

Completed in 29 milliseconds