Class CaseEventType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    CaseCompletionEventType, CaseCreationEventType, StageCompletionEventType, WorkItemEventType

    public class CaseEventType
    extends Object
    implements Serializable, Cloneable, Containerable
    Any event occurring during case lifetime that needs to be recorded, e.g. an action done by a user.

    Java class for CaseEventType complex type.

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

     <complexType name="CaseEventType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="initiatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="attorneyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form