Class ApprovalStageExecutionPreviewType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ApprovalStageExecutionPreviewType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ApprovalStageExecutionPreviewType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Preview of an execution of an approval stage. Contains estimation of what approvers there would be; also - if applicable - any result that is expected to be automatically determined, 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_ERROR_MESSAGE
static ItemName
F_EXPECTED_APPROVER_REF
static ItemName
F_EXPECTED_AUTOMATED_COMPLETION_REASON
static ItemName
F_EXPECTED_AUTOMATED_OUTCOME
static Producer<ApprovalStageExecutionPreviewType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ApprovalStageExecutionPreviewType()
ApprovalStageExecutionPreviewType(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_EXPECTED_APPROVER_REF
public static final ItemName F_EXPECTED_APPROVER_REF
-
F_EXPECTED_AUTOMATED_OUTCOME
public static final ItemName F_EXPECTED_AUTOMATED_OUTCOME
-
F_EXPECTED_AUTOMATED_COMPLETION_REASON
public static final ItemName F_EXPECTED_AUTOMATED_COMPLETION_REASON
-
F_ERROR_MESSAGE
public static final ItemName F_ERROR_MESSAGE
-
FACTORY
public static final Producer<ApprovalStageExecutionPreviewType> FACTORY
-
-
Constructor Detail
-
ApprovalStageExecutionPreviewType
public ApprovalStageExecutionPreviewType()
-
ApprovalStageExecutionPreviewType
@Deprecated public ApprovalStageExecutionPreviewType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getExpectedApproverRef
public List<ObjectReferenceType> getExpectedApproverRef()
-
getExpectedAutomatedOutcome
public ApprovalLevelOutcomeType getExpectedAutomatedOutcome()
-
setExpectedAutomatedOutcome
public void setExpectedAutomatedOutcome(ApprovalLevelOutcomeType value)
-
getExpectedAutomatedCompletionReason
public AutomatedCompletionReasonType getExpectedAutomatedCompletionReason()
-
setExpectedAutomatedCompletionReason
public void setExpectedAutomatedCompletionReason(AutomatedCompletionReasonType value)
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
public void setErrorMessage(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ApprovalStageExecutionPreviewType id(Long value)
-
expectedApproverRef
public ApprovalStageExecutionPreviewType expectedApproverRef(ObjectReferenceType value)
-
expectedApproverRef
public ApprovalStageExecutionPreviewType expectedApproverRef(String oid, QName type)
-
expectedApproverRef
public ApprovalStageExecutionPreviewType expectedApproverRef(String oid, QName type, QName relation)
-
beginExpectedApproverRef
public ObjectReferenceType beginExpectedApproverRef()
-
expectedAutomatedOutcome
public ApprovalStageExecutionPreviewType expectedAutomatedOutcome(ApprovalLevelOutcomeType value)
-
expectedAutomatedCompletionReason
public ApprovalStageExecutionPreviewType expectedAutomatedCompletionReason(AutomatedCompletionReasonType value)
-
errorMessage
public ApprovalStageExecutionPreviewType errorMessage(String value)
-
end
public <X> X end()
-
clone
public ApprovalStageExecutionPreviewType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-