Class PrimaryChangeProcessorConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PrimaryChangeProcessorConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class PrimaryChangeProcessorConfigurationType extends WfChangeProcessorConfigurationType implements Serializable, Cloneable, Containerable
Configuration for PrimaryChangeProcessor.Java class for PrimaryChangeProcessorConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimaryChangeProcessorConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfChangeProcessorConfigurationType"> <sequence> <element name="policyRuleBasedAspect" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType" minOccurs="0"/> <element name="addAssociationAspect" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType" 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_ADD_ASSOCIATION_ASPECT
static ItemName
F_POLICY_RULE_BASED_ASPECT
-
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 PrimaryChangeProcessorConfigurationType()
PrimaryChangeProcessorConfigurationType(PrismContext prismContext)
-
Method Summary
-
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
-
PrimaryChangeProcessorConfigurationType
public PrimaryChangeProcessorConfigurationType()
-
PrimaryChangeProcessorConfigurationType
public PrimaryChangeProcessorConfigurationType(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
-
getPolicyRuleBasedAspect
public PcpAspectConfigurationType getPolicyRuleBasedAspect()
-
setPolicyRuleBasedAspect
public void setPolicyRuleBasedAspect(PcpAspectConfigurationType value)
-
getAddAssociationAspect
public PcpAspectConfigurationType getAddAssociationAspect()
-
setAddAssociationAspect
public void setAddAssociationAspect(PcpAspectConfigurationType value)
-
policyRuleBasedAspect
public PrimaryChangeProcessorConfigurationType policyRuleBasedAspect(PcpAspectConfigurationType value)
-
beginPolicyRuleBasedAspect
public PcpAspectConfigurationType beginPolicyRuleBasedAspect()
-
addAssociationAspect
public PrimaryChangeProcessorConfigurationType addAssociationAspect(PcpAspectConfigurationType value)
-
beginAddAssociationAspect
public PcpAspectConfigurationType beginAddAssociationAspect()
-
enabled
public PrimaryChangeProcessorConfigurationType enabled(Boolean value)
- Overrides:
enabled
in classWfChangeProcessorConfigurationType
-
order
public PrimaryChangeProcessorConfigurationType order(Integer value)
- Overrides:
order
in classWfChangeProcessorConfigurationType
-
id
public PrimaryChangeProcessorConfigurationType id(Long value)
- Overrides:
id
in classWfChangeProcessorConfigurationType
-
clone
public PrimaryChangeProcessorConfigurationType clone()
- Overrides:
clone
in classWfChangeProcessorConfigurationType
-
-