Class WorkItemEscalationEventType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WorkItemEscalationEventType
    extends WorkItemDelegationEventType
    implements Serializable, Cloneable, Containerable
    Event describing the fact of escalation.

    Java class for WorkItemEscalationEventType complex type.

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

     <complexType name="WorkItemEscalationEventType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemDelegationEventType">
           <sequence>
             <element name="newEscalationLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEscalationLevelType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form