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:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPROVAL_SCHEMA
static ItemName
F_CHANGE_ASPECT
static ItemName
F_DELTAS_TO_APPROVE
static ItemName
F_IMMEDIATE_EXECUTION
static ItemName
F_POLICY_RULES
static ItemName
F_RESULTING_DELTAS
static Producer<ApprovalContextType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalContextType()
ApprovalContextType(PrismContext context)
Deprecated.
-
Method Summary
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CHANGE_ASPECT
public static final ItemName F_CHANGE_ASPECT
-
F_DELTAS_TO_APPROVE
public static final ItemName F_DELTAS_TO_APPROVE
-
F_RESULTING_DELTAS
public static final ItemName F_RESULTING_DELTAS
-
F_IMMEDIATE_EXECUTION
public static final ItemName F_IMMEDIATE_EXECUTION
-
F_APPROVAL_SCHEMA
public static final ItemName F_APPROVAL_SCHEMA
-
F_POLICY_RULES
public static final ItemName F_POLICY_RULES
-
FACTORY
public static final Producer<ApprovalContextType> FACTORY
-
-
Constructor Detail
-
ApprovalContextType
public ApprovalContextType()
-
ApprovalContextType
@Deprecated public ApprovalContextType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getChangeAspect
public String getChangeAspect()
-
setChangeAspect
public void setChangeAspect(String value)
-
getDeltasToApprove
public ObjectTreeDeltasType getDeltasToApprove()
-
setDeltasToApprove
public void setDeltasToApprove(ObjectTreeDeltasType value)
-
getResultingDeltas
public ObjectTreeDeltasType getResultingDeltas()
-
setResultingDeltas
public void setResultingDeltas(ObjectTreeDeltasType value)
-
isImmediateExecution
public Boolean isImmediateExecution()
-
setImmediateExecution
public void setImmediateExecution(Boolean value)
-
getApprovalSchema
public ApprovalSchemaType getApprovalSchema()
-
setApprovalSchema
public void setApprovalSchema(ApprovalSchemaType value)
-
getPolicyRules
public SchemaAttachedPolicyRulesType getPolicyRules()
-
setPolicyRules
public void setPolicyRules(SchemaAttachedPolicyRulesType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ApprovalContextType id(Long value)
-
changeAspect
public ApprovalContextType changeAspect(String value)
-
deltasToApprove
public ApprovalContextType deltasToApprove(ObjectTreeDeltasType value)
-
beginDeltasToApprove
public ObjectTreeDeltasType beginDeltasToApprove()
-
resultingDeltas
public ApprovalContextType resultingDeltas(ObjectTreeDeltasType value)
-
beginResultingDeltas
public ObjectTreeDeltasType beginResultingDeltas()
-
immediateExecution
public ApprovalContextType immediateExecution(Boolean value)
-
approvalSchema
public ApprovalContextType approvalSchema(ApprovalSchemaType value)
-
beginApprovalSchema
public ApprovalSchemaType beginApprovalSchema()
-
policyRules
public ApprovalContextType policyRules(SchemaAttachedPolicyRulesType value)
-
beginPolicyRules
public SchemaAttachedPolicyRulesType beginPolicyRules()
-
end
public <X> X end()
-
clone
public ApprovalContextType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-