Class WorkItemDelegationEventType

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

    public class WorkItemDelegationEventType
    extends WorkItemEventType
    implements Serializable, Cloneable, Containerable
    Event describing the fact of delegation.

    Java class for WorkItemDelegationEventType complex type.

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

     <complexType name="WorkItemDelegationEventType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventType">
           <sequence>
             <element name="assigneeBefore" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="delegatedTo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="delegationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemDelegationMethodType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form