Class PolicyRuleType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    GlobalPolicyRuleType

    public class PolicyRuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    These rules specify compliance and governance constraints. E.g. role exclusion (SoD), number of assignees, approvals, remediation, etc. This is the form suitable for use in assignments/inducements.

    Java class for PolicyRuleType complex type.

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

     <complexType name="PolicyRuleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="policyConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyConstraintsType"/>
             <element name="policySituation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="policyThreshold" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyThresholdType" minOccurs="0"/>
             <element name="policyActions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyActionsType" minOccurs="0"/>
             <element name="evaluationTarget" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyRuleEvaluationTargetType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form