Class ApprovalContextType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for ApprovalContextType complex type.

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

     <complexType name="ApprovalContextType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="changeAspect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="deltasToApprove" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/>
             <element name="resultingDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/>
             <element name="immediateExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType" minOccurs="0"/>
             <element name="policyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SchemaAttachedPolicyRulesType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form