public class WfConfigurationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.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="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_GENERAL_CHANGE_PROCESSOR |
static QName |
F_MODEL_HOOK_ENABLED |
static QName |
F_PRIMARY_CHANGE_PROCESSOR |
Constructor and Description |
---|
WfConfigurationType() |
WfConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
WfConfigurationType |
clone() |
boolean |
equals(Object object) |
GeneralChangeProcessorConfigurationType |
getGeneralChangeProcessor() |
PrimaryChangeProcessorConfigurationType |
getPrimaryChangeProcessor() |
int |
hashCode() |
Boolean |
isModelHookEnabled() |
void |
setGeneralChangeProcessor(GeneralChangeProcessorConfigurationType value) |
void |
setModelHookEnabled(Boolean value) |
void |
setPrimaryChangeProcessor(PrimaryChangeProcessorConfigurationType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_MODEL_HOOK_ENABLED
public static final QName F_PRIMARY_CHANGE_PROCESSOR
public static final QName F_GENERAL_CHANGE_PROCESSOR
public WfConfigurationType()
public WfConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Boolean isModelHookEnabled()
public void setModelHookEnabled(Boolean value)
public PrimaryChangeProcessorConfigurationType getPrimaryChangeProcessor()
public void setPrimaryChangeProcessor(PrimaryChangeProcessorConfigurationType value)
public GeneralChangeProcessorConfigurationType getGeneralChangeProcessor()
public void setGeneralChangeProcessor(GeneralChangeProcessorConfigurationType value)
public WfConfigurationType clone()
Copyright © 2015 Evolveum. All rights reserved.