public class LinkedAccountSamplePullCorrelationRule extends Object implements PullCorrelationRule
Modifier and Type | Field and Description |
---|---|
static String |
VIVALDI_KEY |
NO_MATCH
Constructor and Description |
---|
LinkedAccountSamplePullCorrelationRule() |
Modifier and Type | Method and Description |
---|---|
SearchCond |
getSearchCond(SyncDelta syncDelta,
Provision provision)
Return a search condition.
|
PullMatch |
matching(Any<?> any,
SyncDelta syncDelta,
Provision provision)
|
Optional<PullMatch> |
unmatching(SyncDelta syncDelta,
Provision provision)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConf
public static final String VIVALDI_KEY
public LinkedAccountSamplePullCorrelationRule()
public SearchCond getSearchCond(SyncDelta syncDelta, Provision provision)
PullCorrelationRule
getSearchCond
in interface PullCorrelationRule
syncDelta
- change operation, including external attributesprovision
- resource provision@Transactional(readOnly=true) public PullMatch matching(Any<?> any, SyncDelta syncDelta, Provision provision)
PullCorrelationRule
SyncDelta
and Provision
.
For users, this might end with creating / updating / deleting a
LinkedAccount
.matching
in interface PullCorrelationRule
any
- anysyncDelta
- change operation, including external attributesprovision
- resource provision@Transactional(readOnly=true) public Optional<PullMatch> unmatching(SyncDelta syncDelta, Provision provision)
PullCorrelationRule
SyncDelta
and Provision
.
For users, this might end with creating a
LinkedAccount
.unmatching
in interface PullCorrelationRule
syncDelta
- change operation, including external attributesprovision
- resource provisionCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.