Class WfConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WfConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration for workflows - for those parts not stored in the system config file.

    Java class for WfConfigurationType complex type.

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

     <complexType name="WfConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modelHookEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="useLegacyApproversSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LegacyApproversSpecificationUsageType" minOccurs="0"/>
             <element name="useDefaultApprovalPolicyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DefaultApprovalPolicyRulesUsageType" minOccurs="0"/>
             <element name="executionTasks" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksConfigurationType" minOccurs="0"/>
             <element name="approverCommentsFormatting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PerformerCommentsFormattingType" minOccurs="0"/>
             <element name="primaryChangeProcessor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PrimaryChangeProcessorConfigurationType" minOccurs="0"/>
             <element name="generalChangeProcessor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralChangeProcessorConfigurationType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form