Class ApprovalContextType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalContextType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class ApprovalContextType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Describes the approval context, i.e. what has to be approved, the approval schema, and so on.
- 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 Producer<ApprovalContextType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovalSchema(ApprovalSchemaType value) changeAspect(String value) clone()<X> Xend()booleanimmediateExecution(Boolean value) voidvoidsetChangeAspect(String value) voidvoidsetImmediateExecution(Boolean value) voidvoidMethods 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_CHANGE_ASPECT
-
F_DELTAS_TO_APPROVE
-
F_RESULTING_DELTAS
-
F_IMMEDIATE_EXECUTION
-
F_APPROVAL_SCHEMA
-
F_POLICY_RULES
-
FACTORY
-
-
Constructor Details
-
ApprovalContextType
public ApprovalContextType() -
ApprovalContextType
Deprecated.
-
-
Method Details
-
getChangeAspect
-
setChangeAspect
-
getDeltasToApprove
-
setDeltasToApprove
-
getResultingDeltas
-
setResultingDeltas
-
isImmediateExecution
-
getImmediateExecution
-
setImmediateExecution
-
getApprovalSchema
-
setApprovalSchema
-
getPolicyRules
-
setPolicyRules
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
changeAspect
-
deltasToApprove
-
beginDeltasToApprove
-
resultingDeltas
-
beginResultingDeltas
-
immediateExecution
-
approvalSchema
-
beginApprovalSchema
-
policyRules
-
beginPolicyRules
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-