Uses of Class
com.evolveum.prism.xml.ns._public.query_3.SearchFilterType
-
Packages that use SearchFilterType Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.util com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.midpoint.xml.ns._public.model.scripting_3 com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of SearchFilterType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return SearchFilterType Modifier and Type Method Description SearchFilterType
PrismReferenceValue. getFilter()
SearchFilterType
Referencable. getFilter()
Methods in com.evolveum.midpoint.prism with parameters of type SearchFilterType Modifier and Type Method Description void
PrismReferenceValue. setFilter(SearchFilterType filter)
-
Uses of SearchFilterType in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return SearchFilterType Modifier and Type Method Description SearchFilterType
QueryConverter. createSearchFilterType(ObjectFilter filter)
Methods in com.evolveum.midpoint.prism.query with parameters of type SearchFilterType Modifier and Type Method Description <C extends Containerable>
ObjectFilterQueryConverter. createObjectFilter(PrismContainerDefinition<C> containerDefinition, SearchFilterType filterType)
<C extends Containerable>
ObjectFilterQueryConverter. createObjectFilter(Class<C> clazz, SearchFilterType filterType)
<C extends Containerable>
ObjectQueryQueryConverter. createObjectQuery(Class<C> clazz, SearchFilterType filterType)
static boolean
FilterUtil. isFilterEmpty(SearchFilterType filter)
ObjectFilter
QueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull PrismContainerDefinition<?> objDef)
ObjectFilter
QueryConverter. parseFilter(@NotNull SearchFilterType filter, @NotNull Class<? extends Containerable> clazz)
-
Uses of SearchFilterType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return SearchFilterType Modifier and Type Method Description static SearchFilterType
PrismTestUtil. unmarshalFilter(File file)
Methods in com.evolveum.midpoint.prism.util with parameters of type SearchFilterType Modifier and Type Method Description static void
PrismTestUtil. displaySearchFilterType(SearchFilterType filterType)
-
Uses of SearchFilterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of SearchFilterType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description class
ConditionalSearchFilterType
A filter with an expression that denotes a necessary condition for the filter to be applied.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as SearchFilterType Modifier and Type Field Description protected SearchFilterType
ResourceObjectPatternType. filter
protected SearchFilterType
SearchObjectExpressionEvaluatorType. filter
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type SearchFilterType Modifier and Type Field Description protected List<SearchFilterType>
FilterWorkBucketContentType. filter
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SearchFilterType Modifier and Type Method Description SearchFilterType
AssignmentTargetSearchExpressionEvaluatorType. beginFilter()
SearchFilterType
CollectionRefSpecificationType. beginFilter()
SearchFilterType
FilterWorkBucketContentType. beginFilter()
SearchFilterType
LinkedObjectSelectorType. beginFilter()
SearchFilterType
LinkSourceObjectSelectorType. beginFilter()
SearchFilterType
LinkTargetObjectSelectorType. beginFilter()
SearchFilterType
ObjectCollectionType. beginFilter()
SearchFilterType
ObjectReferenceType. beginFilter()
SearchFilterType
ObjectSelectorType. beginFilter()
SearchFilterType
OwnedObjectSelectorType. beginFilter()
SearchFilterType
ReferenceSearchExpressionEvaluatorType. beginFilter()
SearchFilterType
ResourceObjectPatternType. beginFilter()
SearchFilterType
ResourceObjectReferenceType. beginFilter()
SearchFilterType
SearchItemType. beginFilter()
SearchFilterType
SearchObjectExpressionEvaluatorType. beginFilter()
SearchFilterType
StatePolicyConstraintType. beginFilter()
SearchFilterType
SubjectedObjectSelectorType. beginFilter()
SearchFilterType
VirtualAssignmentSpecificationType. beginFilter()
SearchFilterType
AbstractActivityReportDefinitionType. beginRecordFilter()
SearchFilterType
BucketsProcessingReportDefinitionType. beginRecordFilter()
SearchFilterType
ConnIdOperationsReportDefinitionType. beginRecordFilter()
SearchFilterType
InternalOperationsReportDefinitionType. beginRecordFilter()
SearchFilterType
ItemsProcessingReportDefinitionType. beginRecordFilter()
SearchFilterType
AccessCertificationAssignmentReviewScopeType. beginSearchFilter()
SearchFilterType
AccessCertificationObjectBasedScopeType. beginSearchFilter()
SearchFilterType
CollectionRefSpecificationType. getFilter()
SearchFilterType
ObjectCollectionType. getFilter()
SearchFilterType
ObjectReferenceType. getFilter()
SearchFilterType
ObjectSelectorType. getFilter()
SearchFilterType
ResourceObjectPatternType. getFilter()
Gets the value of the filter property.SearchFilterType
ResourceObjectReferenceType. getFilter()
SearchFilterType
SearchItemType. getFilter()
SearchFilterType
SearchObjectExpressionEvaluatorType. getFilter()
Gets the value of the filter property.SearchFilterType
StatePolicyConstraintType. getFilter()
SearchFilterType
VirtualAssignmentSpecificationType. getFilter()
SearchFilterType
AbstractActivityReportDefinitionType. getRecordFilter()
SearchFilterType
AccessCertificationObjectBasedScopeType. getSearchFilter()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type SearchFilterType Modifier and Type Method Description List<SearchFilterType>
FilterWorkBucketContentType. getFilter()
Filter(s) to be used to define the bucket. -
Uses of SearchFilterType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as SearchFilterType Modifier and Type Field Description protected SearchFilterType
FilterExpressionType. filter
protected SearchFilterType
UnassignActionExpressionType. filter
protected SearchFilterType
SearchExpressionType. searchFilter
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return SearchFilterType Modifier and Type Method Description SearchFilterType
FilterExpressionType. beginFilter()
SearchFilterType
UnassignActionExpressionType. beginFilter()
SearchFilterType
SearchExpressionType. beginSearchFilter()
SearchFilterType
FilterExpressionType. getFilter()
Gets the value of the filter property.SearchFilterType
UnassignActionExpressionType. getFilter()
Gets the value of the filter property.SearchFilterType
SearchExpressionType. getSearchFilter()
Gets the value of the searchFilter property.Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type SearchFilterType Modifier and Type Method Description FilterExpressionType
FilterExpressionType. filter(SearchFilterType value)
UnassignActionExpressionType
UnassignActionExpressionType. filter(SearchFilterType value)
SearchExpressionType
SearchExpressionType. searchFilter(SearchFilterType value)
void
FilterExpressionType. setFilter(SearchFilterType value)
Sets the value of the filter property.void
UnassignActionExpressionType. setFilter(SearchFilterType value)
Sets the value of the filter property.void
SearchExpressionType. setSearchFilter(SearchFilterType value)
Sets the value of the searchFilter property. -
Uses of SearchFilterType in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as SearchFilterType Modifier and Type Field Description protected SearchFilterType
QueryType. filter
Methods in com.evolveum.prism.xml.ns._public.query_3 that return SearchFilterType Modifier and Type Method Description SearchFilterType
SearchFilterType. clone()
Creates and returns a deep copy of this object.static SearchFilterType
SearchFilterType. createFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)
SearchFilterType
QueryType. getFilter()
Gets the value of the filter property.Methods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type SearchFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<SearchFilterType>
ObjectFactory. createFilter(SearchFilterType value)
Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type SearchFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<SearchFilterType>
ObjectFactory. createFilter(SearchFilterType value)
QueryType
QueryType. filter(SearchFilterType value)
void
QueryType. setFilter(SearchFilterType value)
Sets the value of the filter property.Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type SearchFilterType Constructor Description SearchFilterType(SearchFilterType o)
Creates a newQueryType
instance by deeply copying a givenQueryType
instance.
-