Class CountObjectsCapabilityType

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

    public class CountObjectsCapabilityType
    extends CapabilityType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Ability to efficiently count objects. Although deals primarily with GUI issues, may be useful for other kinds of access as well. EXPERIMENTAL.

    Java class for CountObjectsCapabilityType complex type.

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

     <complexType name="CountObjectsCapabilityType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType">
           <sequence>
             <element name="simulate" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CountObjectsSimulateType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form