Class ApprovalContextType

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

    public class ApprovalContextType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes the approval context, i.e. what has to be approved, the approval schema, and so on. <p>Java class for ApprovalContextType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalContextType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="changeAspect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="deltasToApprove" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/&gt; &lt;element name="resultingDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/&gt; &lt;element name="immediateExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType" minOccurs="0"/&gt; &lt;element name="policyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SchemaAttachedPolicyRulesType" 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