Class ApprovalStageExecutionRecordType

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

    public class ApprovalStageExecutionRecordType
    extends Object
    implements Serializable, Cloneable, Containerable
    Record of an actual execution of an approval stage. Note that this structure is deprecated. Everything we need can be found in the case object attached to (enclosing) ApprovalSchemaExecutionInformationType. <p>Java class for ApprovalStageExecutionRecordType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalStageExecutionRecordType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="event" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseWorkItemType" maxOccurs="unbounded" 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