Uses of Class
com.evolveum.midpoint.schema.SearchResultMetadata
Packages that use SearchResultMetadata
Package
Description
-
Uses of SearchResultMetadata in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return SearchResultMetadataModifier and TypeMethodDescriptionAuditService.searchObjectsIterative(@Nullable ObjectQuery query, @NotNull AuditResultHandler handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Executes iterative search using the provided `handler` to process each object. -
Uses of SearchResultMetadata in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init that return SearchResultMetadataModifier and TypeMethodDescription@NotNull SearchResultMetadataAuditServiceProxy.searchObjectsIterative(@Nullable ObjectQuery query, @NotNull AuditResultHandler handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return SearchResultMetadataModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) <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).ModelService.searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return SearchResultMetadataModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataModelController.searchContainersIterative(Class<T> type, ObjectQuery origQuery, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) <T extends ObjectType>
SearchResultMetadataModelController.searchObjectsIterative(Class<T> type, ObjectQuery origQuery, ResultHandler<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 SearchResultMetadata in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return SearchResultMetadataModifier 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 takeProvisioningOperationContextas a parameter to simplify backward compatibility for now.default <T extends ObjectType>
SearchResultMetadataProvisioningService.searchShadowsIterative(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ObjectHandler<AbstractShadow> handler, @NotNull Task task, @NotNull OperationResult result) A convenience method. -
Uses of SearchResultMetadata in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return SearchResultMetadataModifier 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.<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.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 SearchResultMetadata in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache that return SearchResultMetadataModifier and TypeMethodDescription<T extends Containerable>
SearchResultMetadataRepositoryCache.searchContainersIterative(@NotNull Class<T> type, ObjectQuery query, @NotNull ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultMetadataRepositoryCache.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) RepositoryCache.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers that return SearchResultMetadataModifier 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) <T extends ObjectType>
SearchResultMetadataSearchOpHandler.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) SearchOpHandler.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return SearchResultMetadataModifier 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) <T extends Containerable>
SearchResultMetadataSqaleRepositoryService.searchContainersIterativeStreaming(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult, int fetchSize) Streaming version of searchContainersIterative that uses JDBC cursor-based streaming.<T extends ObjectType>
SearchResultMetadataSqaleRepositoryService.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, boolean strictlySequential, OperationResult parentResult) SqaleRepositoryService.searchReferencesIterative(@Nullable ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.repo.sqale.audit
Methods in com.evolveum.midpoint.repo.sqale.audit that return SearchResultMetadataModifier and TypeMethodDescriptionSqaleAuditService.searchObjectsIterative(@Nullable ObjectQuery query, @NotNull AuditResultHandler handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultMetadata in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return SearchResultMetadataModifier and TypeMethodDescriptionSearchResultMetadata.approxNumberOfAllResults(Integer approxNumberOfAllResults) SearchResultMetadata.clone()SearchResultList.getMetadata()SearchResultMetadata.pagingCookie(String pagingCookie) SearchResultMetadata.partialResults(boolean partialResults) Methods in com.evolveum.midpoint.schema with parameters of type SearchResultMetadataModifier and TypeMethodDescriptionvoidSearchResultList.setMetadata(SearchResultMetadata metadata) Constructors in com.evolveum.midpoint.schema with parameters of type SearchResultMetadata -
Uses of SearchResultMetadata in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return SearchResultMetadataModifier and TypeMethodDescription<T extends ObjectType>
SearchResultMetadataTaskManager.searchObjectsIterative(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, ResultHandler<T> handler, OperationResult parentResult)