Class CorrelationContext.Focus
java.lang.Object
com.evolveum.midpoint.model.api.correlation.CorrelationContext
com.evolveum.midpoint.model.api.correlation.CorrelationContext.Focus
- All Implemented Interfaces:
DebugDumpable,Cloneable
- Enclosing class:
- CorrelationContext
Context for correlating a focus to a set of matching focuses.
TODO finish this class
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.api.correlation.CorrelationContext
CorrelationContext.Focus, CorrelationContext.Shadow -
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CorrelationContext.Shadow@Nullable StringReturns the archetype for focus objects that the candidate(s) must possess.Returns candidate owners provided by previous correlator(s), if any.@NotNull ObjectTypeReturns the object (e.g. shadow or focus) that is being correlated.toString()Methods inherited from class com.evolveum.midpoint.model.api.correlation.CorrelationContext
clone, debugDump, getCorrelatorState, getFocusType, getPreFocus, getSystemConfiguration, getTask, setCorrelatorStateMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
Focus
public Focus(@NotNull @NotNull FocusType preFocus, @Nullable @Nullable String archetypeOid, @NotNull @NotNull Set<String> candidateOids, @Nullable @Nullable SystemConfigurationType systemConfiguration, @NotNull @NotNull com.evolveum.midpoint.task.api.Task task)
-
-
Method Details
-
asShadowCtx
- Specified by:
asShadowCtxin classCorrelationContext
-
getArchetypeOid
Description copied from class:CorrelationContextReturns the archetype for focus objects that the candidate(s) must possess. Null means "no restrictions".- Specified by:
getArchetypeOidin classCorrelationContext
-
getCandidateOids
Description copied from class:CorrelationContextReturns candidate owners provided by previous correlator(s), if any. Background: If more child correlators are defined to be used, they will run separately (at least under the default implementation of the composite correlator), one after another. The original implementation executed each of the correlators independently, so that (typically) each of them issued its own query over all population of focus objects. The results were then combined by the composite correlator. However, there might be situations where subsequent correlators should just _refine_ the results returned by previous one(s). For that, we want to retain the relevant candidate owner(s) OID(s) in the context, and use that to limit search within those correlators. Empty set means "no previous candidates available", i.e. no restrictions will be applied. LIMITED USE. Currently used only "identification recovery" feature - forCorrelationContext.Focuscontext and `items` correlator.- Specified by:
getCandidateOidsin classCorrelationContext
-
toString
-