Class ActivitiesTailoringType

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

    public class ActivitiesTailoringType
    extends Object
    implements Serializable, Cloneable, Containerable
    Tailors the work specification by adding activity or activities before or after existing ones, or by changing specification (execution mode, flow of control, distribution) of existing activities.

    Java class for ActivitiesTailoringType complex type.

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

     <complexType name="ActivitiesTailoringType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="change" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityTailoringType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form