Class PolicySituationPolicyConstraintType

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

    public class PolicySituationPolicyConstraintType
    extends AbstractPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    Constraint that triggers the rule when the object is in a given policy situation(s). <p>Java class for PolicySituationPolicyConstraintType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PolicySituationPolicyConstraintType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType"&gt; &lt;sequence&gt; &lt;element name="situation" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form