Uses of Class
com.evolveum.midpoint.schema.query.TypedQuery
Packages that use TypedQuery
Package
Description
-
Uses of TypedQuery in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type TypedQueryModifier and TypeMethodDescriptiondefault <T extends Containerable>
IntegerModelService.countContainers(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default <T extends ObjectType>
IntegerModelService.countObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default <T extends Containerable>
SearchResultList<T>ModelService.searchContainers(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) -
Uses of TypedQuery in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return TypedQueryMethods in com.evolveum.midpoint.model.api.expr with parameters of type TypedQueryModifier and TypeMethodDescription<T extends ObjectType>
List<T>MidpointFunctions.searchObjects(TypedQuery<T> query) default <T extends ObjectType>
List<T>MidpointFunctions.searchObjects(TypedQuery<T> query, Collection<SelectorOptions<GetOperationOptions>> options) default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(TypedQuery<T> query, ResultHandler<T> handler) default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(TypedQuery<T> query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of TypedQuery in com.evolveum.midpoint.schema.query
Methods in com.evolveum.midpoint.schema.query that return TypedQueryModifier and TypeMethodDescriptionBinds multiple values and returns final Typed Query which will contain filter.PreparedQuery.build()static <T> TypedQuery<T>TypedQuery.from(Class<T> type, ObjectFilter filter) Creates TypedFilter for supplied type and filter.static <T> TypedQuery<T>TypedQuery.parse(Class<T> type, ItemDefinition<?> definition, String query) static <T> TypedQuery<T>Creates TypedFilter for supplied type and query string.protected TypedQuery<T>TypedQuery.self()PreparedQuery.toTypedQuery()Creates newTypedQuerybased on type, filter, bound values and configuration of paging and ordering.