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.AnyNested 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 QNamestatic final ItemNamestatic 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_ENABLEDFields 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> Xend()booleangetName()voidMethods 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, setEnabledMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods 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:
equalsin classPcpAspectConfigurationType
-
id
- Overrides:
idin classPcpAspectConfigurationType
-
name
-
enabled
- Overrides:
enabledin classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRefin classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRefin classPcpAspectConfigurationType
-
approverRef
- Overrides:
approverRefin classPcpAspectConfigurationType
-
beginApproverRef
- Overrides:
beginApproverRefin classPcpAspectConfigurationType
-
approverExpression
- Overrides:
approverExpressionin classPcpAspectConfigurationType
-
beginApproverExpression
- Overrides:
beginApproverExpressionin classPcpAspectConfigurationType
-
approvalSchema
- Overrides:
approvalSchemain classPcpAspectConfigurationType
-
beginApprovalSchema
- Overrides:
beginApprovalSchemain classPcpAspectConfigurationType
-
approvalProcess
- Overrides:
approvalProcessin classPcpAspectConfigurationType
-
automaticallyApproved
- Overrides:
automaticallyApprovedin classPcpAspectConfigurationType
-
beginAutomaticallyApproved
- Overrides:
beginAutomaticallyApprovedin classPcpAspectConfigurationType
-
applicabilityCondition
- Overrides:
applicabilityConditionin classPcpAspectConfigurationType
-
beginApplicabilityCondition
- Overrides:
beginApplicabilityConditionin classPcpAspectConfigurationType
-
end
public <X> X end()- Overrides:
endin classPcpAspectConfigurationType
-
clone
- Overrides:
clonein classPcpAspectConfigurationType
-