Class ObjectCollectionType

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

    public class ObjectCollectionType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Object collection specification.

    Java class for ObjectCollectionType complex type.

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

     <complexType name="ObjectCollectionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType">
           <sequence>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
             <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
             <element name="auditSearch" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuditSearchType" minOccurs="0"/>
             <element name="baseCollection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/>
             <element name="domain" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionRefSpecificationType" minOccurs="0"/>
             <element name="stats" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CollectionStatsType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form