Class ApprovalSchemaExecutionInformationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalSchemaExecutionInformationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ApprovalSchemaExecutionInformationType extends Object implements Serializable, Cloneable, Containerable
Information on actual or expected execution of an approval schema. Contains information on the approval schema stages as defined, as executed, and as estimated to be executed.Java class for ApprovalSchemaExecutionInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalSchemaExecutionInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="caseRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="currentStageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalStageExecutionInformationType" maxOccurs="unbounded"/> <element name="policyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SchemaAttachedPolicyRulesType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CASE_REF
static ItemName
F_CURRENT_STAGE_NUMBER
static ItemName
F_POLICY_RULES
static ItemName
F_STAGE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalSchemaExecutionInformationType()
ApprovalSchemaExecutionInformationType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ApprovalSchemaExecutionInformationType
public ApprovalSchemaExecutionInformationType()
-
ApprovalSchemaExecutionInformationType
public ApprovalSchemaExecutionInformationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getCaseRef
public ObjectReferenceType getCaseRef()
-
setCaseRef
public void setCaseRef(ObjectReferenceType value)
-
getCurrentStageNumber
public Integer getCurrentStageNumber()
-
setCurrentStageNumber
public void setCurrentStageNumber(Integer value)
-
getStage
public List<ApprovalStageExecutionInformationType> getStage()
-
createStageList
public List<ApprovalStageExecutionInformationType> createStageList()
-
getPolicyRules
public SchemaAttachedPolicyRulesType getPolicyRules()
-
setPolicyRules
public void setPolicyRules(SchemaAttachedPolicyRulesType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
caseRef
public ApprovalSchemaExecutionInformationType caseRef(ObjectReferenceType value)
-
caseRef
public ApprovalSchemaExecutionInformationType caseRef(String oid, QName type)
-
caseRef
public ApprovalSchemaExecutionInformationType caseRef(String oid, QName type, QName relation)
-
beginCaseRef
public ObjectReferenceType beginCaseRef()
-
currentStageNumber
public ApprovalSchemaExecutionInformationType currentStageNumber(Integer value)
-
stage
public ApprovalSchemaExecutionInformationType stage(ApprovalStageExecutionInformationType value)
-
beginStage
public ApprovalStageExecutionInformationType beginStage()
-
policyRules
public ApprovalSchemaExecutionInformationType policyRules(SchemaAttachedPolicyRulesType value)
-
beginPolicyRules
public SchemaAttachedPolicyRulesType beginPolicyRules()
-
id
public ApprovalSchemaExecutionInformationType id(Long value)
-
clone
public ApprovalSchemaExecutionInformationType clone()
-
-