Class ActivityItemCountingDefinitionType

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

    public class ActivityItemCountingDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    How should the activity deal with item counting, i.e. determining "expected total" for a bucket or overall.

    Java class for ActivityItemCountingDefinitionType complex type.

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

     <complexType name="ActivityItemCountingDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="determineBucketSize" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityItemCountingOptionType" minOccurs="0"/>
             <element name="determineOverallSize" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityOverallItemCountingOptionType" minOccurs="0"/>
             <element name="cacheOverallSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form