Class GeneralChangeProcessorConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class GeneralChangeProcessorConfigurationType extends WfChangeProcessorConfigurationType implements Serializable, Cloneable, Containerable
Configuration for GeneralChangeProcessor.Java class for GeneralChangeProcessorConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralChangeProcessorConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfChangeProcessorConfigurationType"> <sequence> <element name="scenario" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralChangeProcessorScenarioType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_SCENARIO
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
F_ENABLED, F_ORDER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description GeneralChangeProcessorConfigurationType()
GeneralChangeProcessorConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
GeneralChangeProcessorScenarioType
beginScenario()
GeneralChangeProcessorConfigurationType
clone()
List<GeneralChangeProcessorScenarioType>
createScenarioList()
GeneralChangeProcessorConfigurationType
enabled(Boolean value)
<X> X
end()
boolean
equals(Object object)
List<GeneralChangeProcessorScenarioType>
getScenario()
int
hashCode()
GeneralChangeProcessorConfigurationType
id(Long value)
GeneralChangeProcessorConfigurationType
order(Integer value)
GeneralChangeProcessorConfigurationType
scenario(GeneralChangeProcessorScenarioType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
getId, getOrder, isEnabled, setEnabled, setId, setOrder
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
GeneralChangeProcessorConfigurationType
public GeneralChangeProcessorConfigurationType()
-
GeneralChangeProcessorConfigurationType
public GeneralChangeProcessorConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classWfChangeProcessorConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classWfChangeProcessorConfigurationType
-
toString
public String toString()
- Overrides:
toString
in classWfChangeProcessorConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classWfChangeProcessorConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classWfChangeProcessorConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classWfChangeProcessorConfigurationType
-
getScenario
public List<GeneralChangeProcessorScenarioType> getScenario()
-
createScenarioList
public List<GeneralChangeProcessorScenarioType> createScenarioList()
-
scenario
public GeneralChangeProcessorConfigurationType scenario(GeneralChangeProcessorScenarioType value)
-
beginScenario
public GeneralChangeProcessorScenarioType beginScenario()
-
enabled
public GeneralChangeProcessorConfigurationType enabled(Boolean value)
- Overrides:
enabled
in classWfChangeProcessorConfigurationType
-
order
public GeneralChangeProcessorConfigurationType order(Integer value)
- Overrides:
order
in classWfChangeProcessorConfigurationType
-
id
public GeneralChangeProcessorConfigurationType id(Long value)
- Overrides:
id
in classWfChangeProcessorConfigurationType
-
clone
public GeneralChangeProcessorConfigurationType clone()
- Overrides:
clone
in classWfChangeProcessorConfigurationType
-
-