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. <p>Java class for CaseEventType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CaseEventType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element name="initiatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="attorneyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form