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. <p>Java class for FilterWorkBucketContentType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FilterWorkBucketContentType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType"&gt; &lt;sequence&gt; &lt;element ref="{http://prism.evolveum.com/xml/ns/public/query-3}filter" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterWorkBucketContentType

        public FilterWorkBucketContentType()
        Creates a new {@code FilterWorkBucketContentType} instance.
      • FilterWorkBucketContentType

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