Class SimplifiedCorrelationResult
java.lang.Object
com.evolveum.midpoint.model.api.correlation.AbstractCorrelationResult<Containerable>
com.evolveum.midpoint.model.api.correlation.SimplifiedCorrelationResult
- All Implemented Interfaces:
DebugDumpable
,Serializable
Result of a sub-object correlation.
TEMPORARY, just PoC for now
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) static SimplifiedCorrelationResult
existingOwner
(@NotNull Containerable owner) @Nullable Collection<CandidateOwner>
boolean
isDone()
boolean
isError()
boolean
boolean
boolean
static SimplifiedCorrelationResult
noOwner()
toString()
static SimplifiedCorrelationResult
uncertain
(Collection<CandidateOwner> eligibleCandidates) Methods inherited from class com.evolveum.midpoint.model.api.correlation.AbstractCorrelationResult
getOwner, getSituation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details