Class ApprovalStageExecutionPreviewType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for ApprovalStageExecutionPreviewType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ApprovalStageExecutionPreviewType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="expectedApproverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="expectedAutomatedOutcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalLevelOutcomeType" minOccurs="0"/>
             <element name="expectedAutomatedCompletionReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AutomatedCompletionReasonType" minOccurs="0"/>
             <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form