Class WorkItemEscalationEventType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class WorkItemEscalationEventType
    extends WorkItemDelegationEventType
    implements Serializable, Cloneable, Containerable
    Event describing the fact of escalation. <p>Java class for WorkItemEscalationEventType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="WorkItemEscalationEventType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemDelegationEventType"&gt; &lt;sequence&gt; &lt;element name="newEscalationLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEscalationLevelType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form