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 QNameCOMPLEX_TYPEstatic ItemNameF_ADD_ASSOCIATION_ASPECTstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classWfChangeProcessorConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classWfChangeProcessorConfigurationType
-
toString
public String toString()
- Overrides:
toStringin classWfChangeProcessorConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classWfChangeProcessorConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWfChangeProcessorConfigurationType
-
end
public <X> X end()
- Overrides:
endin 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:
enabledin classWfChangeProcessorConfigurationType
-
order
public PrimaryChangeProcessorConfigurationType order(Integer value)
- Overrides:
orderin classWfChangeProcessorConfigurationType
-
id
public PrimaryChangeProcessorConfigurationType id(Long value)
- Overrides:
idin classWfChangeProcessorConfigurationType
-
clone
public PrimaryChangeProcessorConfigurationType clone()
- Overrides:
clonein classWfChangeProcessorConfigurationType
-
-