Class GenericPcpAspectConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.PcpAspectConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_3.GenericPcpAspectConfigurationType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
A generic configuration for a wf aspect.
It is meant for non-standard aspects. (Standard aspects use named properties in
PrimaryChangeProcessorConfigurationType container.)
- 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 Producer<GenericPcpAspectConfigurationType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PcpAspectConfigurationType
F_APPLICABILITY_CONDITION, F_APPROVAL_PROCESS, F_APPROVAL_SCHEMA, F_APPROVER_EXPRESSION, F_APPROVER_REF, F_AUTOMATICALLY_APPROVED, F_ENABLED
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
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
getName()
void
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PcpAspectConfigurationType
getApplicabilityCondition, getApprovalProcess, getApprovalSchema, getApproverExpression, getApproverRef, getAutomaticallyApproved, getEnabled, isEnabled, setApplicabilityCondition, setApprovalProcess, setApprovalSchema, setAutomaticallyApproved, setEnabled
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_NAME
-
FACTORY
-
-
Constructor Details
-
GenericPcpAspectConfigurationType
public GenericPcpAspectConfigurationType() -
GenericPcpAspectConfigurationType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
equals
- Overrides:
equals
in classPcpAspectConfigurationType
-
id
- Overrides:
id
in classPcpAspectConfigurationType
-
name
-
enabled
- Overrides:
enabled
in classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRef
in classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRef
in classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRef
in classPcpAspectConfigurationType
-
beginApproverRef
- Overrides:
beginApproverRef
in classPcpAspectConfigurationType
-
approverExpression
- Overrides:
approverExpression
in classPcpAspectConfigurationType
-
beginApproverExpression
- Overrides:
beginApproverExpression
in classPcpAspectConfigurationType
-
approvalSchema
- Overrides:
approvalSchema
in classPcpAspectConfigurationType
-
beginApprovalSchema
- Overrides:
beginApprovalSchema
in classPcpAspectConfigurationType
-
approvalProcess
- Overrides:
approvalProcess
in classPcpAspectConfigurationType
-
automaticallyApproved
- Overrides:
automaticallyApproved
in classPcpAspectConfigurationType
-
beginAutomaticallyApproved
- Overrides:
beginAutomaticallyApproved
in classPcpAspectConfigurationType
-
applicabilityCondition
- Overrides:
applicabilityCondition
in classPcpAspectConfigurationType
-
beginApplicabilityCondition
- Overrides:
beginApplicabilityCondition
in classPcpAspectConfigurationType
-
end
public <X> X end()- Overrides:
end
in classPcpAspectConfigurationType
-
clone
- Overrides:
clone
in classPcpAspectConfigurationType
-