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 QNameCOMPLEX_TYPEstatic ItemNameF_FILTERprotected List<SearchFilterType>filter
-
Constructor Summary
Constructors Constructor Description FilterWorkBucketContentType()Creates a newFilterWorkBucketContentTypeinstance.FilterWorkBucketContentType(FilterWorkBucketContentType o)Creates a newFilterWorkBucketContentTypeinstance by deeply copying a givenFilterWorkBucketContentTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SearchFilterTypebeginFilter()FilterWorkBucketContentTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)FilterWorkBucketContentTypefilter(SearchFilterType value)List<SearchFilterType>getFilter()Filter(s) to be used to define the bucket.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)StringtoString()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 newFilterWorkBucketContentTypeinstance.
-
FilterWorkBucketContentType
public FilterWorkBucketContentType(FilterWorkBucketContentType o)
Creates a newFilterWorkBucketContentTypeinstance by deeply copying a givenFilterWorkBucketContentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
setmethod 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:
toStringin classAbstractWorkBucketContentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classAbstractWorkBucketContentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classAbstractWorkBucketContentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkBucketContentType
-
filter
public FilterWorkBucketContentType filter(SearchFilterType value)
-
beginFilter
public SearchFilterType beginFilter()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
public FilterWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAbstractWorkBucketContentType- Returns:
- A deep copy of this object.
-
-