Class FilterWorkBucketContentType

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

    public class FilterWorkBucketContentType
    extends AbstractWorkBucketContentType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Work bucket content defined explicitly by a filter.

    Java class for FilterWorkBucketContentType complex type.

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

     <complexType name="FilterWorkBucketContentType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType">
           <sequence>
             <element ref="{http://prism.evolveum.com/xml/ns/public/query-3}filter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterWorkBucketContentType

        public FilterWorkBucketContentType()
        Creates a new FilterWorkBucketContentType instance.
      • FilterWorkBucketContentType

        public FilterWorkBucketContentType​(FilterWorkBucketContentType o)
        Creates a new FilterWorkBucketContentType instance by deeply copying a given FilterWorkBucketContentType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.