Class TaskExecutionConstraintsType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TaskExecutionConstraintsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Constraints on task execution, e.g. a execution group, allowed/disallowed nodes, etc. EXPERIMENTAL.

    Java class for TaskExecutionConstraintsType complex type.

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

     <complexType name="TaskExecutionConstraintsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="groupTaskLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="secondaryGroup" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionGroupConstraintType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="retryAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form