Class ApprovalPolicyActionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalPolicyActionType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
Approval action. The operation will be suspended and the approval workflow will be started.
If the workflow ends with success the operation will proceed. If the workflow ends with
an error the operation will also end with an error.
- 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 ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<ApprovalPolicyActionType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
F_CONDITION, F_DESCRIPTION, F_DOCUMENTATION, F_NAMEFields 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) approverRelation(QName value) clone()condition(ExpressionType value) description(String value) documentation(String value) <X> Xend()booleanvoidvoidsetApprovalProcess(String value) voidvoidvoidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyActionType
getCondition, getDescription, getDocumentation, getName, setCondition, setDescription, setDocumentation, setNameMethods 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, 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_PROCESS_SPECIFICATION
-
F_COMPOSITION_STRATEGY
-
F_APPROVAL_DISPLAY_NAME
-
F_APPROVER_RELATION
-
F_APPROVER_REF
-
F_APPROVER_EXPRESSION
-
F_APPROVAL_SCHEMA
-
F_APPROVAL_PROCESS
-
FACTORY
-
-
Constructor Details
-
ApprovalPolicyActionType
public ApprovalPolicyActionType() -
ApprovalPolicyActionType
Deprecated.
-
-
Method Details
-
getProcessSpecification
-
setProcessSpecification
-
getCompositionStrategy
-
setCompositionStrategy
-
getApprovalDisplayName
-
setApprovalDisplayName
-
getApproverRelation
-
getApproverRef
-
getApproverExpression
-
getApprovalSchema
-
setApprovalSchema
-
getApprovalProcess
-
setApprovalProcess
-
equals
- Overrides:
equalsin classPolicyActionType
-
id
- Overrides:
idin classPolicyActionType
-
processSpecification
-
beginProcessSpecification
-
compositionStrategy
-
beginCompositionStrategy
-
approvalDisplayName
-
beginApprovalDisplayName
-
approverRelation
-
approverRef
-
approverRef
-
approverRef
-
beginApproverRef
-
approverExpression
-
beginApproverExpression
-
approvalSchema
-
beginApprovalSchema
-
approvalProcess
-
name
- Overrides:
namein classPolicyActionType
-
description
- Overrides:
descriptionin classPolicyActionType
-
documentation
- Overrides:
documentationin classPolicyActionType
-
condition
- Overrides:
conditionin classPolicyActionType
-
beginCondition
- Overrides:
beginConditionin classPolicyActionType
-
end
public <X> X end()- Overrides:
endin classPolicyActionType
-
clone
- Overrides:
clonein classPolicyActionType
-