Class WorkItemCompletionEventType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemCompletionEventType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class WorkItemCompletionEventType extends WorkItemEventType implements Serializable, Cloneable, Containerable
Event describing the work item completion.Java class for WorkItemCompletionEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemCompletionEventType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventType"> <sequence> <element name="output" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkItemOutputType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_OUTPUT
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
F_CAUSE, F_ESCALATION_LEVEL, F_EXTERNAL_WORK_ITEM_ID, F_ORIGINAL_ASSIGNEE_REF, F_WORK_ITEM_ID
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
F_ATTORNEY_REF, F_INITIATOR_REF, F_ITERATION, F_STAGE_NUMBER, F_TIMESTAMP
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkItemCompletionEventType()
WorkItemCompletionEventType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
getCause, getEscalationLevel, getExternalWorkItemId, getOriginalAssigneeRef, getWorkItemId, setCause, setEscalationLevel, setExternalWorkItemId, setOriginalAssigneeRef, setWorkItemId
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
getAttorneyRef, getId, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setId, setInitiatorRef, setIteration, setStageNumber, setTimestamp
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
WorkItemCompletionEventType
public WorkItemCompletionEventType()
-
WorkItemCompletionEventType
public WorkItemCompletionEventType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classWorkItemEventType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classWorkItemEventType
-
toString
public String toString()
- Overrides:
toString
in classWorkItemEventType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classWorkItemEventType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classWorkItemEventType
-
end
public <X> X end()
- Overrides:
end
in classWorkItemEventType
-
getOutput
public AbstractWorkItemOutputType getOutput()
-
setOutput
public void setOutput(AbstractWorkItemOutputType value)
-
output
public WorkItemCompletionEventType output(AbstractWorkItemOutputType value)
-
beginOutput
public AbstractWorkItemOutputType beginOutput()
-
workItemId
public WorkItemCompletionEventType workItemId(Long value)
- Overrides:
workItemId
in classWorkItemEventType
-
externalWorkItemId
public WorkItemCompletionEventType externalWorkItemId(String value)
- Overrides:
externalWorkItemId
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemCompletionEventType originalAssigneeRef(ObjectReferenceType value)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemCompletionEventType originalAssigneeRef(String oid, QName type)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemCompletionEventType originalAssigneeRef(String oid, QName type, QName relation)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
- Overrides:
beginOriginalAssigneeRef
in classWorkItemEventType
-
escalationLevel
public WorkItemCompletionEventType escalationLevel(WorkItemEscalationLevelType value)
- Overrides:
escalationLevel
in classWorkItemEventType
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
- Overrides:
beginEscalationLevel
in classWorkItemEventType
-
cause
public WorkItemCompletionEventType cause(WorkItemEventCauseInformationType value)
- Overrides:
cause
in classWorkItemEventType
-
beginCause
public WorkItemEventCauseInformationType beginCause()
- Overrides:
beginCause
in classWorkItemEventType
-
timestamp
public WorkItemCompletionEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classWorkItemEventType
-
timestamp
public WorkItemCompletionEventType timestamp(String value)
- Overrides:
timestamp
in classWorkItemEventType
-
initiatorRef
public WorkItemCompletionEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classWorkItemEventType
-
initiatorRef
public WorkItemCompletionEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classWorkItemEventType
-
initiatorRef
public WorkItemCompletionEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classWorkItemEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classWorkItemEventType
-
attorneyRef
public WorkItemCompletionEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classWorkItemEventType
-
attorneyRef
public WorkItemCompletionEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classWorkItemEventType
-
attorneyRef
public WorkItemCompletionEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classWorkItemEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classWorkItemEventType
-
stageNumber
public WorkItemCompletionEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classWorkItemEventType
-
iteration
public WorkItemCompletionEventType iteration(Integer value)
- Overrides:
iteration
in classWorkItemEventType
-
id
public WorkItemCompletionEventType id(Long value)
- Overrides:
id
in classWorkItemEventType
-
clone
public WorkItemCompletionEventType clone()
- Overrides:
clone
in classWorkItemEventType
-
-