Class ApprovalStageExecutionRecordType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalStageExecutionRecordType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ApprovalStageExecutionRecordType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Record of an actual execution of an approval stage. Note that this structure is deprecated. Everything we need can be found in the case object attached to (enclosing) ApprovalSchemaExecutionInformationType.- 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_EVENT
static ItemName
F_WORK_ITEM
static Producer<ApprovalStageExecutionRecordType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalStageExecutionRecordType()
ApprovalStageExecutionRecordType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseEventType
beginEvent()
CaseWorkItemType
beginWorkItem()
ApprovalStageExecutionRecordType
clone()
List<CaseEventType>
createEventList()
List<CaseWorkItemType>
createWorkItemList()
<X> X
end()
boolean
equals(Object other)
ApprovalStageExecutionRecordType
event(CaseEventType value)
List<CaseEventType>
getEvent()
List<CaseWorkItemType>
getWorkItem()
ApprovalStageExecutionRecordType
id(Long value)
ApprovalStageExecutionRecordType
workItem(CaseWorkItemType 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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EVENT
public static final ItemName F_EVENT
-
F_WORK_ITEM
public static final ItemName F_WORK_ITEM
-
FACTORY
public static final Producer<ApprovalStageExecutionRecordType> FACTORY
-
-
Constructor Detail
-
ApprovalStageExecutionRecordType
public ApprovalStageExecutionRecordType()
-
ApprovalStageExecutionRecordType
@Deprecated public ApprovalStageExecutionRecordType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getEvent
public List<CaseEventType> getEvent()
-
createEventList
public List<CaseEventType> createEventList()
-
getWorkItem
public List<CaseWorkItemType> getWorkItem()
-
createWorkItemList
public List<CaseWorkItemType> createWorkItemList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ApprovalStageExecutionRecordType id(Long value)
-
event
public ApprovalStageExecutionRecordType event(CaseEventType value)
-
beginEvent
public CaseEventType beginEvent()
-
workItem
public ApprovalStageExecutionRecordType workItem(CaseWorkItemType value)
-
beginWorkItem
public CaseWorkItemType beginWorkItem()
-
end
public <X> X end()
-
clone
public ApprovalStageExecutionRecordType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-