Uses of Interface
com.evolveum.midpoint.schema.ObjectHandler
Packages that use ObjectHandler
Package
Description
-
Uses of ObjectHandler in com.evolveum.midpoint.audit.api
Subinterfaces of ObjectHandler in com.evolveum.midpoint.audit.apiModifier and TypeInterfaceDescriptioninterface -
Uses of ObjectHandler in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectHandlerModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) ModelService.searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) -
Uses of ObjectHandler in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ObjectHandlerModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataModelController.searchContainersIterative(Class<T> type, ObjectQuery origQuery, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) ModelController.searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) -
Uses of ObjectHandler in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api with parameters of type ObjectHandlerModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataRepositoryService.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Executes iterative container search using the provided `handler` to process each container.RepositoryService.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Executes iterative reference search using the provided `handler` to process each references. -
Uses of ObjectHandler in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with parameters of type ObjectHandlerModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataRepositoryCache.searchContainersIterative(@NotNull Class<T> type, ObjectQuery query, @NotNull ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) RepositoryCache.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of ObjectHandler in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers with parameters of type ObjectHandlerModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataSearchOpHandler.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) SearchOpHandler.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of ObjectHandler in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type ObjectHandlerModifier and TypeMethodDescriptionReferenceIterativeSearch.execute(@NotNull ObjectQuery originalQuery, ObjectHandler<ObjectReferenceType> handler, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult operationResult) <T extends Containerable>
SearchResultMetadataSqaleRepositoryService.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) SqaleRepositoryService.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of ObjectHandler in com.evolveum.midpoint.schema
Subinterfaces of ObjectHandler in com.evolveum.midpoint.schemaModifier and TypeInterfaceDescriptioninterfaceContainerableResultHandler<C extends Containerable>Handles iterative processes that concern containerables.interfaceResultHandler<T extends ObjectType>Classes implementing this interface are used to handle iterative results.Classes in com.evolveum.midpoint.schema that implement ObjectHandlerModifier and TypeClassDescriptionclassAbstractSummarizingResultHandler<T extends ObjectType>Class providesOperationResultsummarizing functionality for result handler.