Uses of Record Class
com.evolveum.midpoint.model.common.expression.evaluator.AbstractSearchExpressionEvaluator.ObjectFound
Packages that use AbstractSearchExpressionEvaluator.ObjectFound
Package
Description
-
Uses of AbstractSearchExpressionEvaluator.ObjectFound in com.evolveum.midpoint.model.common.expression.evaluator
Method parameters in com.evolveum.midpoint.model.common.expression.evaluator with type arguments of type AbstractSearchExpressionEvaluator.ObjectFoundModifier and TypeMethodDescriptionstatic <C> List<C>AbstractSearchExpressionEvaluator.ObjectFound.unwrap(Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<?, C>> objectFounds) -
Uses of AbstractSearchExpressionEvaluator.ObjectFound in com.evolveum.midpoint.model.common.expression.evaluator.caching
Method parameters in com.evolveum.midpoint.model.common.expression.evaluator.caching with type arguments of type AbstractSearchExpressionEvaluator.ObjectFoundModifier and TypeMethodDescriptionprotected abstract QRAbstractSearchExpressionEvaluatorCache.createQueryResult(Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<O, V>> objectsFound) protected AssociationSearchQueryResultAssociationSearchExpressionEvaluatorCache.createQueryResult(Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<ShadowType, ShadowAssociationValue>> objectsFound) Constructor parameters in com.evolveum.midpoint.model.common.expression.evaluator.caching with type arguments of type AbstractSearchExpressionEvaluator.ObjectFoundModifierConstructorDescriptionQueryResult(Collection<? extends AbstractSearchExpressionEvaluator.ObjectFound<?, V>> resultingList)