Class DefaultPullCorrelationRule
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.DefaultPullCorrelationRule
-
- All Implemented Interfaces:
PullCorrelationRule
public class DefaultPullCorrelationRule 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 DefaultPullCorrelationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCond
getSearchCond(SyncDelta syncDelta, Provision provision)
Return a search condition.void
setConf(PullCorrelationRuleConf conf)
-
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, unmatching
-
-
-
-
Method Detail
-
setConf
public void setConf(PullCorrelationRuleConf conf)
- Specified by:
setConf
in interfacePullCorrelationRule
-
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.
-
-