Class FilterWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FilterWorkBucketContentType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class FilterWorkBucketContentType extends AbstractWorkBucketContentType
Work bucket content defined explicitly by a filter.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
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()
FilterWorkBucketContentType(FilterWorkBucketContentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
FilterWorkBucketContentType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
FilterWorkBucketContentType
filter(SearchFilterType value)
List<SearchFilterType>
getFilter()
int
hashCode(StructuredHashCodeStrategy strategy)
-
-
-
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()
-
FilterWorkBucketContentType
public FilterWorkBucketContentType(FilterWorkBucketContentType other)
-
-
Method Detail
-
getFilter
public List<SearchFilterType> getFilter()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAbstractWorkBucketContentType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAbstractWorkBucketContentType
-
filter
public FilterWorkBucketContentType filter(SearchFilterType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractWorkBucketContentType
-
clone
public FilterWorkBucketContentType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAbstractWorkBucketContentType
-
-