Class WorkItemEventType

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

    public class WorkItemEventType
    extends CaseEventType
    implements Serializable, Cloneable, Containerable
    Process event related to a specific work item.

    Java class for WorkItemEventType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WorkItemEventType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType">
           <sequence>
             <element name="workItemId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="externalWorkItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="originalAssigneeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="escalationLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEscalationLevelType" minOccurs="0"/>
             <element name="cause" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventCauseInformationType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form