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 SearchCondgetSearchCond(SyncDelta syncDelta, Provision provision)Return a search condition.voidsetConf(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:
setConfin interfacePullCorrelationRule
-
getSearchCond
public SearchCond getSearchCond(SyncDelta syncDelta, Provision provision)
Description copied from interface:PullCorrelationRuleReturn a search condition.- Specified by:
getSearchCondin interfacePullCorrelationRule- Parameters:
syncDelta- change operation, including external attributesprovision- resource provision- Returns:
- search condition.
-
-