Class ObjectCollectionType

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

    public class ObjectCollectionType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Object collection specification. <p>Java class for ObjectCollectionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ObjectCollectionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType"&gt; &lt;sequence&gt; &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/&gt; &lt;element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/&gt; &lt;element name="getOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelectorQualifiedGetOptionsType" minOccurs="0"/&gt; &lt;element name="auditSearch" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuditSearchType" minOccurs="0"/&gt; &lt;element name="baseCollection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/&gt; &lt;element name="domain" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/&gt; &lt;element name="defaultView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" minOccurs="0"/&gt; &lt;element name="stats" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionStatsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form