Class PrimaryChangeProcessorConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PrimaryChangeProcessorConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class PrimaryChangeProcessorConfigurationType extends WfChangeProcessorConfigurationType
Configuration for PrimaryChangeProcessor.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<PrimaryChangeProcessorConfigurationType>
FACTORY
-
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 context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrimaryChangeProcessorConfigurationType
addAssociationAspect(PcpAspectConfigurationType value)
PcpAspectConfigurationType
beginAddAssociationAspect()
PcpAspectConfigurationType
beginPolicyRuleBasedAspect()
PrimaryChangeProcessorConfigurationType
clone()
PrimaryChangeProcessorConfigurationType
enabled(Boolean value)
<X> X
end()
boolean
equals(Object other)
PcpAspectConfigurationType
getAddAssociationAspect()
PcpAspectConfigurationType
getPolicyRuleBasedAspect()
PrimaryChangeProcessorConfigurationType
id(Long value)
PrimaryChangeProcessorConfigurationType
order(Integer value)
PrimaryChangeProcessorConfigurationType
policyRuleBasedAspect(PcpAspectConfigurationType value)
void
setAddAssociationAspect(PcpAspectConfigurationType value)
void
setPolicyRuleBasedAspect(PcpAspectConfigurationType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WfChangeProcessorConfigurationType
getOrder, isEnabled, setEnabled, setOrder
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_POLICY_RULE_BASED_ASPECT
public static final ItemName F_POLICY_RULE_BASED_ASPECT
-
F_ADD_ASSOCIATION_ASPECT
public static final ItemName F_ADD_ASSOCIATION_ASPECT
-
FACTORY
public static final Producer<PrimaryChangeProcessorConfigurationType> FACTORY
-
-
Constructor Detail
-
PrimaryChangeProcessorConfigurationType
public PrimaryChangeProcessorConfigurationType()
-
PrimaryChangeProcessorConfigurationType
@Deprecated public PrimaryChangeProcessorConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getPolicyRuleBasedAspect
public PcpAspectConfigurationType getPolicyRuleBasedAspect()
-
setPolicyRuleBasedAspect
public void setPolicyRuleBasedAspect(PcpAspectConfigurationType value)
-
getAddAssociationAspect
public PcpAspectConfigurationType getAddAssociationAspect()
-
setAddAssociationAspect
public void setAddAssociationAspect(PcpAspectConfigurationType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classWfChangeProcessorConfigurationType
-
id
public PrimaryChangeProcessorConfigurationType id(Long value)
- Overrides:
id
in classWfChangeProcessorConfigurationType
-
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
-
end
public <X> X end()
- Overrides:
end
in classWfChangeProcessorConfigurationType
-
clone
public PrimaryChangeProcessorConfigurationType clone()
- Overrides:
clone
in classWfChangeProcessorConfigurationType
-
-