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.Any
Nested 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 QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static 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> X
end()
boolean
performerComment
(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) void
void
void
void
void
void
void
void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods 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:
equals
in 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:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-