Class WorkItemEventType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    WorkItemCompletionEventType, WorkItemDelegationEventType

    public class WorkItemEventType
    extends CaseEventType
    implements Serializable, Cloneable, Containerable
    Process event related to a specific work item. <p>Java class for WorkItemEventType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="WorkItemEventType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType"&gt; &lt;sequence&gt; &lt;element name="workItemId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/&gt; &lt;element name="externalWorkItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="originalAssigneeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="escalationLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEscalationLevelType" minOccurs="0"/&gt; &lt;element name="cause" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventCauseInformationType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form