Class FilterWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.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
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FILTER
protected List<SearchFilterType>
filter
-
Constructor Summary
Constructors Constructor Description FilterWorkBucketContentType()
Creates a newFilterWorkBucketContentType
instance.FilterWorkBucketContentType(FilterWorkBucketContentType o)
Creates a newFilterWorkBucketContentType
instance by deeply copying a givenFilterWorkBucketContentType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SearchFilterType
beginFilter()
FilterWorkBucketContentType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
FilterWorkBucketContentType
filter(SearchFilterType value)
List<SearchFilterType>
getFilter()
Filter(s) to be used to define the bucket.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
filter
protected List<SearchFilterType> filter
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FILTER
public static final ItemName F_FILTER
-
-
Constructor Detail
-
FilterWorkBucketContentType
public FilterWorkBucketContentType()
Creates a newFilterWorkBucketContentType
instance.
-
FilterWorkBucketContentType
public FilterWorkBucketContentType(FilterWorkBucketContentType o)
Creates a newFilterWorkBucketContentType
instance by deeply copying a givenFilterWorkBucketContentType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getFilter
public List<SearchFilterType> getFilter()
Filter(s) to be used to define the bucket. Gets the value of the filter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the filter property.For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
SearchFilterType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classAbstractWorkBucketContentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classAbstractWorkBucketContentType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractWorkBucketContentType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classAbstractWorkBucketContentType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractWorkBucketContentType
-
filter
public FilterWorkBucketContentType filter(SearchFilterType value)
-
beginFilter
public SearchFilterType beginFilter()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractWorkBucketContentType
-
clone
public FilterWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAbstractWorkBucketContentType
- Returns:
- A deep copy of this object.
-
-