Class WfConfigurationType

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

    public class WfConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration for workflows - for those parts not stored in the system config file. <p>Java class for WfConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="WfConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="modelHookEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="useLegacyApproversSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LegacyApproversSpecificationUsageType" minOccurs="0"/&gt; &lt;element name="useDefaultApprovalPolicyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DefaultApprovalPolicyRulesUsageType" minOccurs="0"/&gt; &lt;element name="executionTasks" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksConfigurationType" minOccurs="0"/&gt; &lt;element name="approverCommentsFormatting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PerformerCommentsFormattingType" minOccurs="0"/&gt; &lt;element name="defaultExpandRolesOnPreview" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="primaryChangeProcessor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PrimaryChangeProcessorConfigurationType" minOccurs="0"/&gt; &lt;element name="generalChangeProcessor" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralChangeProcessorConfigurationType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form