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:
-
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 Producer<CaseEventType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattorneyRef
(ObjectReferenceType value) attorneyRef
(String oid, QName type) attorneyRef
(String oid, QName type, QName relation) clone()
<X> X
end()
boolean
initiatorRef
(ObjectReferenceType value) initiatorRef
(String oid, QName type) initiatorRef
(String oid, QName type, QName relation) void
void
void
setIteration
(Integer value) void
setStageNumber
(Integer value) void
setTimestamp
(XMLGregorianCalendar value) stageNumber
(Integer value) timestamp
(XMLGregorianCalendar value) 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_TIMESTAMP
-
F_INITIATOR_REF
-
F_ATTORNEY_REF
-
F_STAGE_NUMBER
-
F_ITERATION
-
FACTORY
-
-
Constructor Details
-
CaseEventType
public CaseEventType() -
CaseEventType
Deprecated.
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getInitiatorRef
-
setInitiatorRef
-
getAttorneyRef
-
setAttorneyRef
-
getStageNumber
-
setStageNumber
-
getIteration
-
setIteration
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
timestamp
-
timestamp
-
initiatorRef
-
initiatorRef
-
initiatorRef
-
beginInitiatorRef
-
attorneyRef
-
attorneyRef
-
attorneyRef
-
beginAttorneyRef
-
stageNumber
-
iteration
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-