public class WfConfigurationType extends Object implements Serializable, Cloneable, Containerable
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="processCheckInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="allowCompleteOthersItems" 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="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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ALLOW_COMPLETE_OTHERS_ITEMS |
static QName |
F_GENERAL_CHANGE_PROCESSOR |
static QName |
F_MODEL_HOOK_ENABLED |
static QName |
F_PRIMARY_CHANGE_PROCESSOR |
static QName |
F_PROCESS_CHECK_INTERVAL |
static QName |
F_USE_DEFAULT_APPROVAL_POLICY_RULES |
static QName |
F_USE_LEGACY_APPROVERS_SPECIFICATION |
Constructor and Description |
---|
WfConfigurationType() |
WfConfigurationType(PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_MODEL_HOOK_ENABLED
public static final QName F_PROCESS_CHECK_INTERVAL
public static final QName F_ALLOW_COMPLETE_OTHERS_ITEMS
public static final QName F_USE_LEGACY_APPROVERS_SPECIFICATION
public static final QName F_USE_DEFAULT_APPROVAL_POLICY_RULES
public static final QName F_PRIMARY_CHANGE_PROCESSOR
public static final QName F_GENERAL_CHANGE_PROCESSOR
public WfConfigurationType()
public WfConfigurationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Boolean isModelHookEnabled()
public void setModelHookEnabled(Boolean value)
public Integer getProcessCheckInterval()
public void setProcessCheckInterval(Integer value)
public Boolean isAllowCompleteOthersItems()
public void setAllowCompleteOthersItems(Boolean value)
public LegacyApproversSpecificationUsageType getUseLegacyApproversSpecification()
public void setUseLegacyApproversSpecification(LegacyApproversSpecificationUsageType value)
public DefaultApprovalPolicyRulesUsageType getUseDefaultApprovalPolicyRules()
public void setUseDefaultApprovalPolicyRules(DefaultApprovalPolicyRulesUsageType value)
public PrimaryChangeProcessorConfigurationType getPrimaryChangeProcessor()
public void setPrimaryChangeProcessor(PrimaryChangeProcessorConfigurationType value)
public GeneralChangeProcessorConfigurationType getGeneralChangeProcessor()
public void setGeneralChangeProcessor(GeneralChangeProcessorConfigurationType value)
public WfConfigurationType clone()
Copyright © 2017 Evolveum. All rights reserved.