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.createKey(Class<O> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext eeCtx) protected @NotNull AssociationSearchQueryKeyAssociationSearchExpressionEvaluatorCache.createKey(Class<ShadowType> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext eeCtx) AbstractSearchExpressionEvaluatorCache.getSearchResult(Class<O> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext eeCtx) voidAbstractSearchExpressionEvaluatorCache.putSearchResult(Class<O> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy, ExpressionEvaluationContext params, Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<O, V>> objectsFound) Constructors in com.evolveum.midpoint.model.common.expression.evaluator.caching with parameters of type ObjectSearchStrategyTypeModifierConstructorDescriptionQueryKey(Class<T> type, Collection<ObjectQuery> queries, ObjectSearchStrategyType searchStrategy) -
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) ShadowOwnerReferenceSearchExpressionEvaluatorType.searchStrategy(ObjectSearchStrategyType value) voidSearchObjectExpressionEvaluatorType.setSearchStrategy(ObjectSearchStrategyType value)