Class WorkItemDelegationEventType

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

    public class WorkItemDelegationEventType
    extends WorkItemEventType
    implements Serializable, Cloneable, Containerable
    Event describing the fact of delegation. <p>Java class for WorkItemDelegationEventType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="WorkItemDelegationEventType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventType"&gt; &lt;sequence&gt; &lt;element name="assigneeBefore" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="delegatedTo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="delegationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemDelegationMethodType" minOccurs="0"/&gt; &lt;element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form