Class WorkItemEventType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
WorkItemCompletionEventType
,WorkItemDelegationEventType
public class WorkItemEventType extends CaseEventType
Process event related to a specific work item.- 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_CAUSE
static ItemName
F_ESCALATION_LEVEL
static ItemName
F_EXTERNAL_WORK_ITEM_ID
static ItemName
F_ORIGINAL_ASSIGNEE_REF
static ItemName
F_WORK_ITEM_ID
static Producer<WorkItemEventType>
FACTORY
-
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 WorkItemEventType()
WorkItemEventType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
getAttorneyRef, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setInitiatorRef, setIteration, setStageNumber, setTimestamp
-
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_WORK_ITEM_ID
public static final ItemName F_WORK_ITEM_ID
-
F_EXTERNAL_WORK_ITEM_ID
public static final ItemName F_EXTERNAL_WORK_ITEM_ID
-
F_ORIGINAL_ASSIGNEE_REF
public static final ItemName F_ORIGINAL_ASSIGNEE_REF
-
F_ESCALATION_LEVEL
public static final ItemName F_ESCALATION_LEVEL
-
F_CAUSE
public static final ItemName F_CAUSE
-
FACTORY
public static final Producer<WorkItemEventType> FACTORY
-
-
Constructor Detail
-
WorkItemEventType
public WorkItemEventType()
-
WorkItemEventType
@Deprecated public WorkItemEventType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getWorkItemId
public Long getWorkItemId()
-
setWorkItemId
public void setWorkItemId(Long value)
-
getExternalWorkItemId
public String getExternalWorkItemId()
-
setExternalWorkItemId
public void setExternalWorkItemId(String value)
-
getOriginalAssigneeRef
public ObjectReferenceType getOriginalAssigneeRef()
-
setOriginalAssigneeRef
public void setOriginalAssigneeRef(ObjectReferenceType value)
-
getEscalationLevel
public WorkItemEscalationLevelType getEscalationLevel()
-
setEscalationLevel
public void setEscalationLevel(WorkItemEscalationLevelType value)
-
getCause
public WorkItemEventCauseInformationType getCause()
-
setCause
public void setCause(WorkItemEventCauseInformationType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classCaseEventType
-
id
public WorkItemEventType id(Long value)
- Overrides:
id
in classCaseEventType
-
workItemId
public WorkItemEventType workItemId(Long value)
-
externalWorkItemId
public WorkItemEventType externalWorkItemId(String value)
-
originalAssigneeRef
public WorkItemEventType originalAssigneeRef(ObjectReferenceType value)
-
originalAssigneeRef
public WorkItemEventType originalAssigneeRef(String oid, QName type)
-
originalAssigneeRef
public WorkItemEventType originalAssigneeRef(String oid, QName type, QName relation)
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
-
escalationLevel
public WorkItemEventType escalationLevel(WorkItemEscalationLevelType value)
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
-
cause
public WorkItemEventType cause(WorkItemEventCauseInformationType value)
-
beginCause
public WorkItemEventCauseInformationType beginCause()
-
timestamp
public WorkItemEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classCaseEventType
-
timestamp
public WorkItemEventType timestamp(String value)
- Overrides:
timestamp
in classCaseEventType
-
initiatorRef
public WorkItemEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public WorkItemEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public WorkItemEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classCaseEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classCaseEventType
-
attorneyRef
public WorkItemEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public WorkItemEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public WorkItemEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classCaseEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classCaseEventType
-
stageNumber
public WorkItemEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classCaseEventType
-
iteration
public WorkItemEventType iteration(Integer value)
- Overrides:
iteration
in classCaseEventType
-
end
public <X> X end()
- Overrides:
end
in classCaseEventType
-
clone
public WorkItemEventType clone()
- Overrides:
clone
in classCaseEventType
-
-