Class CaseEventType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
CaseCompletionEventType
,CaseCreationEventType
,StageCompletionEventType
,WorkItemEventType
public class CaseEventType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Any event occurring during case lifetime that needs to be recorded, e.g. an action done by a user.- 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_ATTORNEY_REF
static ItemName
F_INITIATOR_REF
static ItemName
F_ITERATION
static ItemName
F_STAGE_NUMBER
static ItemName
F_TIMESTAMP
static Producer<CaseEventType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CaseEventType()
CaseEventType(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_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_INITIATOR_REF
public static final ItemName F_INITIATOR_REF
-
F_ATTORNEY_REF
public static final ItemName F_ATTORNEY_REF
-
F_STAGE_NUMBER
public static final ItemName F_STAGE_NUMBER
-
F_ITERATION
public static final ItemName F_ITERATION
-
FACTORY
public static final Producer<CaseEventType> FACTORY
-
-
Constructor Detail
-
CaseEventType
public CaseEventType()
-
CaseEventType
@Deprecated public CaseEventType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
-
getInitiatorRef
public ObjectReferenceType getInitiatorRef()
-
setInitiatorRef
public void setInitiatorRef(ObjectReferenceType value)
-
getAttorneyRef
public ObjectReferenceType getAttorneyRef()
-
setAttorneyRef
public void setAttorneyRef(ObjectReferenceType value)
-
getStageNumber
public Integer getStageNumber()
-
setStageNumber
public void setStageNumber(Integer value)
-
getIteration
public Integer getIteration()
-
setIteration
public void setIteration(Integer value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public CaseEventType id(Long value)
-
timestamp
public CaseEventType timestamp(XMLGregorianCalendar value)
-
timestamp
public CaseEventType timestamp(String value)
-
initiatorRef
public CaseEventType initiatorRef(ObjectReferenceType value)
-
initiatorRef
public CaseEventType initiatorRef(String oid, QName type)
-
initiatorRef
public CaseEventType initiatorRef(String oid, QName type, QName relation)
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
-
attorneyRef
public CaseEventType attorneyRef(ObjectReferenceType value)
-
attorneyRef
public CaseEventType attorneyRef(String oid, QName type)
-
attorneyRef
public CaseEventType attorneyRef(String oid, QName type, QName relation)
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
-
stageNumber
public CaseEventType stageNumber(Integer value)
-
iteration
public CaseEventType iteration(Integer value)
-
end
public <X> X end()
-
clone
public CaseEventType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-