Class ApprovalStageExecutionRecordType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ApprovalStageExecutionRecordType
    extends Object
    implements Serializable, Cloneable, Containerable
    Record of an actual execution of an approval stage.

    Java class for ApprovalStageExecutionRecordType complex type.

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

     <complexType name="ApprovalStageExecutionRecordType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="event" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseWorkItemType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form