Class ApprovalPolicyActionType

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

    public class ApprovalPolicyActionType
    extends PolicyActionType
    implements Serializable, Cloneable, Containerable
    Approval action. The operation will be suspended and the approval workflow will be started. If the workflow ends with success the operation will proceed. If the workflow ends with an error the operation will also end with an error. <p>Java class for ApprovalPolicyActionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalPolicyActionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyActionType"&gt; &lt;sequence&gt; &lt;element name="processSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessSpecificationType" minOccurs="0"/&gt; &lt;element name="compositionStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalCompositionStrategyType" minOccurs="0"/&gt; &lt;element name="approvalDisplayName" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageTemplateType" minOccurs="0"/&gt; &lt;choice&gt; &lt;sequence&gt; &lt;element name="approverRelation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="approverExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;element name="approvalSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalSchemaType" minOccurs="0"/&gt; &lt;element name="approvalProcess" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form