Class PolicyActionsType

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

    public class PolicyActionsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Actions that are executed as reactions to triggered policy rules. <p>Java class for PolicyActionsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PolicyActionsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="enforcement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EnforcementPolicyActionType" minOccurs="0"/&gt; &lt;element name="approval" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalPolicyActionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="remediation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RemediationPolicyActionType" minOccurs="0"/&gt; &lt;element name="prune" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PrunePolicyActionType" minOccurs="0"/&gt; &lt;element name="certification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CertificationPolicyActionType" minOccurs="0"/&gt; &lt;element name="notification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationPolicyActionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="record" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RecordPolicyActionType" minOccurs="0"/&gt; &lt;element name="scriptExecution" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptExecutionPolicyActionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="suspendTask" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SuspendTaskPolicyActionType" 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