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:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CORRELATION_CASE_CLOSE_TIMESTAMP
static ItemName
F_CORRELATION_CASE_OPEN_TIMESTAMP
static ItemName
F_CORRELATION_END_TIMESTAMP
static ItemName
F_CORRELATION_START_TIMESTAMP
static ItemName
F_CORRELATOR_STATE
static ItemName
F_OWNER_OPTIONS
static ItemName
F_PERFORMER_COMMENT
static ItemName
F_PERFORMER_REF
static ItemName
F_RESULTING_OWNER
static ItemName
F_SITUATION
static Producer<ShadowCorrelationStateType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ShadowCorrelationStateType()
ShadowCorrelationStateType(PrismContext context)
Deprecated.
-
Method Summary
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CORRELATION_START_TIMESTAMP
public static final ItemName F_CORRELATION_START_TIMESTAMP
-
F_CORRELATION_END_TIMESTAMP
public static final ItemName F_CORRELATION_END_TIMESTAMP
-
F_CORRELATION_CASE_OPEN_TIMESTAMP
public static final ItemName F_CORRELATION_CASE_OPEN_TIMESTAMP
-
F_CORRELATION_CASE_CLOSE_TIMESTAMP
public static final ItemName F_CORRELATION_CASE_CLOSE_TIMESTAMP
-
F_PERFORMER_REF
public static final ItemName F_PERFORMER_REF
-
F_PERFORMER_COMMENT
public static final ItemName F_PERFORMER_COMMENT
-
F_SITUATION
public static final ItemName F_SITUATION
-
F_OWNER_OPTIONS
public static final ItemName F_OWNER_OPTIONS
-
F_RESULTING_OWNER
public static final ItemName F_RESULTING_OWNER
-
F_CORRELATOR_STATE
public static final ItemName F_CORRELATOR_STATE
-
FACTORY
public static final Producer<ShadowCorrelationStateType> FACTORY
-
-
Constructor Detail
-
ShadowCorrelationStateType
public ShadowCorrelationStateType()
-
ShadowCorrelationStateType
@Deprecated public ShadowCorrelationStateType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getCorrelationStartTimestamp
public XMLGregorianCalendar getCorrelationStartTimestamp()
-
setCorrelationStartTimestamp
public void setCorrelationStartTimestamp(XMLGregorianCalendar value)
-
getCorrelationEndTimestamp
public XMLGregorianCalendar getCorrelationEndTimestamp()
-
setCorrelationEndTimestamp
public void setCorrelationEndTimestamp(XMLGregorianCalendar value)
-
getCorrelationCaseOpenTimestamp
public XMLGregorianCalendar getCorrelationCaseOpenTimestamp()
-
setCorrelationCaseOpenTimestamp
public void setCorrelationCaseOpenTimestamp(XMLGregorianCalendar value)
-
getCorrelationCaseCloseTimestamp
public XMLGregorianCalendar getCorrelationCaseCloseTimestamp()
-
setCorrelationCaseCloseTimestamp
public void setCorrelationCaseCloseTimestamp(XMLGregorianCalendar value)
-
getPerformerRef
public List<ObjectReferenceType> getPerformerRef()
-
getSituation
public CorrelationSituationType getSituation()
-
setSituation
public void setSituation(CorrelationSituationType value)
-
getOwnerOptions
public ResourceObjectOwnerOptionsType getOwnerOptions()
-
setOwnerOptions
public void setOwnerOptions(ResourceObjectOwnerOptionsType value)
-
getResultingOwner
public ObjectReferenceType getResultingOwner()
-
setResultingOwner
public void setResultingOwner(ObjectReferenceType value)
-
getCorrelatorState
public AbstractCorrelatorStateType getCorrelatorState()
-
setCorrelatorState
public void setCorrelatorState(AbstractCorrelatorStateType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ShadowCorrelationStateType id(Long value)
-
correlationStartTimestamp
public ShadowCorrelationStateType correlationStartTimestamp(XMLGregorianCalendar value)
-
correlationStartTimestamp
public ShadowCorrelationStateType correlationStartTimestamp(String value)
-
correlationEndTimestamp
public ShadowCorrelationStateType correlationEndTimestamp(XMLGregorianCalendar value)
-
correlationEndTimestamp
public ShadowCorrelationStateType correlationEndTimestamp(String value)
-
correlationCaseOpenTimestamp
public ShadowCorrelationStateType correlationCaseOpenTimestamp(XMLGregorianCalendar value)
-
correlationCaseOpenTimestamp
public ShadowCorrelationStateType correlationCaseOpenTimestamp(String value)
-
correlationCaseCloseTimestamp
public ShadowCorrelationStateType correlationCaseCloseTimestamp(XMLGregorianCalendar value)
-
correlationCaseCloseTimestamp
public ShadowCorrelationStateType correlationCaseCloseTimestamp(String value)
-
performerRef
public ShadowCorrelationStateType performerRef(ObjectReferenceType value)
-
performerRef
public ShadowCorrelationStateType performerRef(String oid, QName type)
-
performerRef
public ShadowCorrelationStateType performerRef(String oid, QName type, QName relation)
-
beginPerformerRef
public ObjectReferenceType beginPerformerRef()
-
performerComment
public ShadowCorrelationStateType performerComment(String value)
-
situation
public ShadowCorrelationStateType situation(CorrelationSituationType value)
-
ownerOptions
public ShadowCorrelationStateType ownerOptions(ResourceObjectOwnerOptionsType value)
-
beginOwnerOptions
public ResourceObjectOwnerOptionsType beginOwnerOptions()
-
resultingOwner
public ShadowCorrelationStateType resultingOwner(ObjectReferenceType value)
-
resultingOwner
public ShadowCorrelationStateType resultingOwner(String oid, QName type)
-
resultingOwner
public ShadowCorrelationStateType resultingOwner(String oid, QName type, QName relation)
-
beginResultingOwner
public ObjectReferenceType beginResultingOwner()
-
correlatorState
public ShadowCorrelationStateType correlatorState(AbstractCorrelatorStateType value)
-
beginCorrelatorState
public AbstractCorrelatorStateType beginCorrelatorState()
-
end
public <X> X end()
-
clone
public ShadowCorrelationStateType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-