Class ActivityDefinitionType

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

    public class ActivityDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes an activity, i.e. something that has to be carried out within a task. It can be either simple (i.e. single action executed on a set of objects) or complex, i.e. a sequence of sub-activities. Note that in 4.4 midPoint supports only a plain list of activities. This means that a root activity can have sub-activities, but none of these can have any.

    Java class for ActivityDefinitionType complex type.

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

     <complexType name="ActivityDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <choice>
               <element name="work" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkDefinitionsType" minOccurs="0"/>
               <element name="composition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityCompositionType" minOccurs="0"/>
             </choice>
             <element name="executionMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExecutionModeType" minOccurs="0"/>
             <element name="controlFlow" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityControlFlowDefinitionType" minOccurs="0"/>
             <element name="distribution" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityDistributionDefinitionType" minOccurs="0"/>
             <element name="reporting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportingDefinitionType" minOccurs="0"/>
             <element name="tailoring" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivitiesTailoringType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form