Class PcpAspectConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.PcpAspectConfigurationType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
GenericPcpAspectConfigurationType
public class PcpAspectConfigurationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Configuration for a primary change processor aspect.
Some aspects do not require any configuration - for example, role and resource assignment ones.
They take all the approver information directly from the object (role or resource) being assigned.
However, there are some others (namely, role/resource/user/whatever add/modify aspects) that need
the explicit information about approver(s) in order to know where to route the request.
For the former aspects, the approver information specified here takes precedence over
approver information derived from the objects being used (e.g. role or resource).
More specifically, if any approver information is here, no approver information is
taken from the objects. This could be changed (e.g. by allowing to tune this behavior)
in the future.
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<PcpAspectConfigurationType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovalProcess
(String value) approvalSchema
(ApprovalSchemaType value) approverExpression
(ExpressionType value) approverRef
(ObjectReferenceType value) approverRef
(String oid, QName type) approverRef
(String oid, QName type, QName relation) clone()
<X> X
end()
boolean
void
void
setApprovalProcess
(String value) void
void
void
setEnabled
(Boolean value) 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 Details
-
COMPLEX_TYPE
-
F_ENABLED
-
F_APPROVER_REF
-
F_APPROVER_EXPRESSION
-
F_APPROVAL_SCHEMA
-
F_APPROVAL_PROCESS
-
F_AUTOMATICALLY_APPROVED
-
F_APPLICABILITY_CONDITION
-
FACTORY
-
-
Constructor Details
-
PcpAspectConfigurationType
public PcpAspectConfigurationType() -
PcpAspectConfigurationType
Deprecated.
-
-
Method Details
-
isEnabled
-
getEnabled
-
setEnabled
-
getApproverRef
-
getApproverExpression
-
getApprovalSchema
-
setApprovalSchema
-
getApprovalProcess
-
setApprovalProcess
-
getAutomaticallyApproved
-
setAutomaticallyApproved
-
getApplicabilityCondition
-
setApplicabilityCondition
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
enabled
-
approverRef
-
approverRef
-
approverRef
-
beginApproverRef
-
approverExpression
-
beginApproverExpression
-
approvalSchema
-
beginApprovalSchema
-
approvalProcess
-
automaticallyApproved
-
beginAutomaticallyApproved
-
applicabilityCondition
-
beginApplicabilityCondition
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-