Class ApprovalSchemaExecutionInformationType

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

    public class ApprovalSchemaExecutionInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information on actual or expected execution of an approval schema. Contains information on the approval schema stages as defined, as executed, and as estimated to be executed. <p>Java class for ApprovalSchemaExecutionInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalSchemaExecutionInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="caseRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="currentStageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalStageExecutionInformationType" maxOccurs="unbounded"/&gt; &lt;element name="policyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SchemaAttachedPolicyRulesType"/&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