Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSearchStrategyType
Packages that use ObjectSearchStrategyType
Package
Description
-
Uses of ObjectSearchStrategyType in com.evolveum.midpoint.model.common.expression.evaluator.caching
Methods in com.evolveum.midpoint.model.common.expression.evaluator.caching with parameters of type ObjectSearchStrategyTypeModifier and TypeMethodDescriptionprotected abstract QKAbstractSearchExpressionEvaluatorCache.createQueryKey(Class<O> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext) protected AssociationSearchQueryKeyAssociationSearchExpressionEvaluatorCache.createQueryKey(Class<ShadowType> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext) AbstractSearchExpressionEvaluatorCache.getQueryResult(Class<O> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext) voidAbstractSearchExpressionEvaluatorCache.putQueryResult(Class<O> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, List<V> resultList, List<PrismObject<O>> rawResultList, PrismContext prismContext) Constructors in com.evolveum.midpoint.model.common.expression.evaluator.caching with parameters of type ObjectSearchStrategyTypeModifierConstructorDescriptionAssociationSearchQueryKey(Class<? extends ObjectType> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, PrismContext prismContext) QueryKey(Class<T> type, ObjectQuery query, ObjectSearchStrategyType searchStrategy, PrismContext prismContext) -
Uses of ObjectSearchStrategyType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ObjectSearchStrategyTypeModifier and TypeFieldDescriptionprotected ObjectSearchStrategyTypeSearchObjectExpressionEvaluatorType.searchStrategyMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectSearchStrategyTypeModifier and TypeMethodDescriptionstatic ObjectSearchStrategyTypeSearchObjectExpressionEvaluatorType.getSearchStrategy()static ObjectSearchStrategyTypeReturns the enum constant of this class with the specified name.static ObjectSearchStrategyType[]ObjectSearchStrategyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectSearchStrategyTypeModifier and TypeMethodDescriptionAssignmentTargetSearchExpressionEvaluatorType.searchStrategy(ObjectSearchStrategyType value) ReferenceSearchExpressionEvaluatorType.searchStrategy(ObjectSearchStrategyType value) SearchObjectExpressionEvaluatorType.searchStrategy(ObjectSearchStrategyType value) voidSearchObjectExpressionEvaluatorType.setSearchStrategy(ObjectSearchStrategyType value)