Uses of Class
com.evolveum.midpoint.schema.SearchResultMetadata
Packages that use SearchResultMetadata
-
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, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <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).ModelService.searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, 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