Class ActivityStateOverviewType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ActivityStateOverviewType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Describes an overview of the state of an activity. This information is maintained in the root task only, and is an excerpt from state information distributed throughout the tree. The idea is to provide all important information (needed e.g. in the task list) directly in the root task, to avoid the need to fetch subtasks. This structure is intentionally not a container (currently).

    Java class for ActivityStateOverviewType complex type.

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

     <complexType name="ActivityStateOverviewType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="realizationState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivitySimplifiedRealizationStateType" minOccurs="0"/>
             <element name="resultStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/>
             <element name="bucketProgress" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BucketProgressOverviewType" minOccurs="0"/>
             <element name="task" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityTaskStateOverviewType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="progressInformationVisibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityStateOverviewProgressInformationVisibilityType" minOccurs="0"/>
             <element name="persistence" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityStatePersistenceType" minOccurs="0"/>
             <element name="activity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityStateOverviewType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form