Class ShadowCorrelationStateType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowCorrelationStateType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class ShadowCorrelationStateType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Current state of the correlation process.
This container is reset when a correlation starts, so data from (any) previous correlations
are not mixed with the data about the current one.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ShadowCorrelationStateType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()correlationEndTimestamp(String value) correlationStartTimestamp(String value) <X> Xend()booleanperformerComment(String value) performerRef(ObjectReferenceType value) performerRef(String oid, QName type) performerRef(String oid, QName type, QName relation) resultingOwner(String oid, QName type) resultingOwner(String oid, QName type, QName relation) voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_CORRELATION_START_TIMESTAMP
-
F_CORRELATION_END_TIMESTAMP
-
F_CORRELATION_CASE_OPEN_TIMESTAMP
-
F_CORRELATION_CASE_CLOSE_TIMESTAMP
-
F_PERFORMER_REF
-
F_PERFORMER_COMMENT
-
F_SITUATION
-
F_OWNER_OPTIONS
-
F_RESULTING_OWNER
-
F_CORRELATOR_STATE
-
FACTORY
-
-
Constructor Details
-
ShadowCorrelationStateType
public ShadowCorrelationStateType() -
ShadowCorrelationStateType
Deprecated.
-
-
Method Details
-
getCorrelationStartTimestamp
-
setCorrelationStartTimestamp
-
getCorrelationEndTimestamp
-
setCorrelationEndTimestamp
-
getCorrelationCaseOpenTimestamp
-
setCorrelationCaseOpenTimestamp
-
getCorrelationCaseCloseTimestamp
-
setCorrelationCaseCloseTimestamp
-
getPerformerRef
-
getPerformerComment
-
getSituation
-
setSituation
-
getOwnerOptions
-
setOwnerOptions
-
getResultingOwner
-
setResultingOwner
-
getCorrelatorState
-
setCorrelatorState
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
correlationStartTimestamp
-
correlationStartTimestamp
-
correlationEndTimestamp
-
correlationEndTimestamp
-
correlationCaseOpenTimestamp
-
correlationCaseOpenTimestamp
-
correlationCaseCloseTimestamp
-
correlationCaseCloseTimestamp
-
performerRef
-
performerRef
-
performerRef
-
beginPerformerRef
-
performerComment
-
situation
-
ownerOptions
-
beginOwnerOptions
-
resultingOwner
-
resultingOwner
-
resultingOwner
-
beginResultingOwner
-
correlatorState
-
beginCorrelatorState
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-