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, 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 TypeMethodDescription<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.model.common.stringpolicy
Methods in com.evolveum.midpoint.model.common.stringpolicy with parameters of type ResultHandlerModifier and TypeMethodDescription<R extends ObjectType>
voidAbstractValuePolicyOriginResolver.resolve
(ProhibitedValueItemType prohibitedValueItem, ResultHandler<R> handler, String contextDescription, Task task, OperationResult result) <R extends ObjectType>
voidValuePolicyOriginResolver.resolve
(ProhibitedValueItemType prohibitedValueItem, ResultHandler<R> handler, String contextDescription, Task task, OperationResult result) Resolves "origin object" in given prohibitedValueItem: calls handler for each origin object found. -
Uses of ResultHandler in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl with parameters of type ResultHandlerModifier and TypeMethodDescription<O extends ObjectType>
voidModelObjectResolver.searchIterative
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult result) -
Uses of ResultHandler in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataModelController.searchObjectsIterative
(Class<T> type, ObjectQuery origQuery, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) -
Uses of ResultHandler in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
voidMidpointFunctionsImpl.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler) <T extends ObjectType>
voidMidpointFunctionsImpl.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of ResultHandler in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataProvisioningService.searchObjectsIterative
(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ResultHandler<T> handler, @NotNull ProvisioningOperationContext context, @NotNull Task task, @NotNull OperationResult parentResult) Search for objects iteratively.default <T extends ObjectType>
SearchResultMetadataProvisioningService.searchObjectsIterative
(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ResultHandler<T> handler, @NotNull Task task, @NotNull OperationResult parentResult) This is method doesn't takeProvisioningOperationContext
as a parameter to simplify backward compatibility for now. -
Uses of ResultHandler in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataRepositoryService.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) Search for objects in the repository in an iterative fashion. -
Uses of ResultHandler in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataRepositoryCache.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) -
Uses of ResultHandler in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataSearchOpHandler.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) -
Uses of ResultHandler in com.evolveum.midpoint.repo.common
Methods in com.evolveum.midpoint.repo.common with parameters of type ResultHandlerModifier and TypeMethodDescription<O extends ObjectType>
voidDirectoryFileObjectResolver.searchIterative
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult) <O extends ObjectType>
voidObjectResolver.searchIterative
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult) <O extends ObjectType>
voidRepoObjectResolver.searchIterative
(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<O> handler, Task task, OperationResult parentResult) -
Uses of ResultHandler in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataSqaleRepositoryService.searchObjectsIterative
(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) -
Uses of ResultHandler in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema that implement ResultHandlerModifier and TypeClassDescriptionclass
AbstractSummarizingResultHandler<T extends ObjectType>
Class providesOperationResult
summarizing 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. -
Uses of ResultHandler in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type ResultHandlerModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataTaskManager.searchObjectsIterative
(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<T> handler, OperationResult parentResult)