Class DummyPullCorrelationRule
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.DummyPullCorrelationRule
-
- All Implemented Interfaces:
PullCorrelationRule
public class DummyPullCorrelationRule extends Object implements PullCorrelationRule
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule
NO_MATCH
-
-
Constructor Summary
Constructors Constructor Description DummyPullCorrelationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCond
getSearchCond(SyncDelta syncDelta, Provision provision)
Return a search condition.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.rules.PullCorrelationRule
matching, setConf, unmatching
-
-
-
-
Method Detail
-
getSearchCond
public SearchCond getSearchCond(SyncDelta syncDelta, Provision provision)
Description copied from interface:PullCorrelationRule
Return a search condition.- Specified by:
getSearchCond
in interfacePullCorrelationRule
- Parameters:
syncDelta
- change operation, including external attributesprovision
- resource provision- Returns:
- search condition.
-
-