Uses of Interface
com.evolveum.midpoint.schema.ResultHandler
Packages that use ResultHandler
Package
Description
-
Uses of ResultHandler in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataModelService.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects in iterative fashion (using callback). -
Uses of ResultHandler in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ResultHandlerModifier and TypeMethodDescriptiondefault <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) <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler) Search for objects in iterative fashion (using callback).<T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects in iterative fashion (using callback). -
Uses of ResultHandler in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema that implement ResultHandlerModifier and TypeClassDescriptionclassAbstractSummarizingResultHandler<T extends ObjectType>Class providesOperationResultsummarizing functionality for result handler.Methods in com.evolveum.midpoint.schema that return ResultHandlerModifier and TypeMethodDescriptiondefault ResultHandler<T>ResultHandler.providingOwnOperationResult(String operationName) Returns the handler with the same functionality as this one, enriching it with providing its own child operation result and taking care of limiting the growth of the operation result tree.