Class TransitionPolicyConstraintType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TransitionPolicyConstraintType
    extends AbstractPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    Specifies how the inner constraints are to be evaluated with regards to operation start and end state. May not include any transitional constraints itself!

    Java class for TransitionPolicyConstraintType complex type.

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

     <complexType name="TransitionPolicyConstraintType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType">
           <sequence>
             <element name="stateBefore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="stateAfter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="constraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyConstraintsType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form