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. <p>Java class for CountObjectsCapabilityType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CountObjectsCapabilityType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"&gt; &lt;sequence&gt; &lt;element name="simulate" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CountObjectsSimulateType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form