Class ApprovalStageExecutionPreviewType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ApprovalStageExecutionPreviewType
    extends Object
    implements Serializable, Cloneable, Containerable
    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. <p>Java class for ApprovalStageExecutionPreviewType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalStageExecutionPreviewType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="expectedApproverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="expectedAutomatedOutcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalLevelOutcomeType" minOccurs="0"/&gt; &lt;element name="expectedAutomatedCompletionReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AutomatedCompletionReasonType" minOccurs="0"/&gt; &lt;element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form