Class WfProcessSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WfProcessSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of a process that is to be started. EXPERIMENTAL

    Java class for WfProcessSpecificationType complex type.

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

     <complexType name="WfProcessSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="ref" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
               <sequence>
                 <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 <element name="deltaFrom" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeltaSourceSpecificationType" maxOccurs="unbounded" minOccurs="0"/>
                 <element name="includeAction" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 <element name="includeActionIfPresent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 <element name="approvalDisplayName" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageTemplateType" minOccurs="0"/>
               </sequence>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form