Uses of Class
com.evolveum.midpoint.schema.SearchResultList
Packages that use SearchResultList
Package
Description
-
Uses of SearchResultList in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<AuditEventRecordType>AuditService.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Returns the result list of audit events that match the specified query. -
Uses of SearchResultList in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<AuditEventRecordType>AuditServiceProxy.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return SearchResultListModifier and TypeMethodDescription<T extends Containerable>
SearchResultList<T>ModelService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e. containers.default <T extends Containerable>
SearchResultList<T>ModelService.searchContainers(TypedQuery<T> query, Task task, OperationResult parentResult) @NotNull SearchResultList<AuditEventRecordType>ModelAuditService.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult) default <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(TypedQuery<T> query, Task task, OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) Search for objects.ModelService.searchReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search. -
Uses of SearchResultList in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return SearchResultListModifier and TypeMethodDescription@Nullable SearchResultList<PrismObject<RoleAnalysisOutlierType>>RoleAnalysisService.searchOutliersRepo(@Nullable ObjectQuery query, @NotNull OperationResult result) -
Uses of SearchResultList in com.evolveum.midpoint.model.impl
Methods in com.evolveum.midpoint.model.impl that return SearchResultListModifier and TypeMethodDescription<O extends ObjectType>
SearchResultList<PrismObject<O>>ModelObjectResolver.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) -
Uses of SearchResultList in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return SearchResultListModifier and TypeMethodDescription<T extends ObjectType>
SearchResultList<PrismObject<T>>SchemaTransformer.applySchemasAndSecurityToObjects(SearchResultList<PrismObject<T>> objects, ParsedGetOperationOptions options, Task task, OperationResult result) Applies security to aSearchResultListof prism objects.<T extends Containerable>
SearchResultList<T>ModelController.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery origQuery, @Nullable Collection<SelectorOptions<GetOperationOptions>> rawOptions, @NotNull Task task, @NotNull OperationResult parentResult) @NotNull SearchResultList<AuditEventRecordType>AuditController.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelController.searchObjects(Class<T> type, ObjectQuery origQuery, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) ModelController.searchReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) Methods in com.evolveum.midpoint.model.impl.controller with parameters of type SearchResultListModifier and TypeMethodDescription<T extends ObjectType>
SearchResultList<PrismObject<T>>SchemaTransformer.applySchemasAndSecurityToObjects(SearchResultList<PrismObject<T>> objects, ParsedGetOperationOptions options, Task task, OperationResult result) Applies security to aSearchResultListof prism objects. -
Uses of SearchResultList in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining that return SearchResultListModifier and TypeMethodDescriptionRoleAnalysisServiceImpl.searchOutliersRepo(@Nullable ObjectQuery query, @NotNull OperationResult result) -
Uses of SearchResultList in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return SearchResultListModifier and TypeMethodDescription<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>ProvisioningService.searchObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ProvisioningOperationContext context, @NotNull Task task, @NotNull OperationResult parentResult) Searches for objects.default <T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>ProvisioningService.searchObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult) This is method doesn't takeProvisioningOperationContextas a parameter to simplify backward compatibility for now.default @NotNull SearchResultList<? extends AbstractShadow>ProvisioningService.searchShadows(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult result) A convenience method. -
Uses of SearchResultList in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return SearchResultListModifier and TypeMethodDescriptiondefault @NotNull SearchResultList<PrismContainerValue<?>>RepositoryService.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) <T extends Containerable>
@NotNull SearchResultList<T>RepositoryService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e. containers.<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>RepositoryService.searchObjects(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Search for objects in the repository.@NotNull SearchResultList<ObjectReferenceType>RepositoryService.searchReferences(@NotNull ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search. -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<PrismContainerValue<?>>RepositoryCache.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) <T extends Containerable>
@NotNull SearchResultList<T>RepositoryCache.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>RepositoryCache.searchObjects(@NotNull Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) @NotNull SearchResultList<ObjectReferenceType>RepositoryCache.searchReferences(@NotNull ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache.global
Methods in com.evolveum.midpoint.repo.cache.global that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<String>GlobalCacheQueryValue.getOidOnlyResult()Methods in com.evolveum.midpoint.repo.cache.global with parameters of type SearchResultListModifier and TypeMethodDescriptionvoidGlobalQueryCache.put(QueryKey<?> key, @NotNull SearchResultList<String> immutableList) -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers that return SearchResultListModifier and TypeMethodDescription<T extends Containerable>
@NotNull SearchResultList<T>SearchOpHandler.searchContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) <T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>SearchOpHandler.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) SearchOpHandler.searchReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache.invalidation
Methods in com.evolveum.midpoint.repo.cache.invalidation with parameters of type SearchResultListModifier and TypeMethodDescription<T extends ObjectType>
booleanInvalidator.isSearchResultValid(QueryKey<T> key, SearchResultList<String> list, List<InvalidationEvent> invalidationEvents) Checks if the search result is still valid, even after specified invalidation events came. -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache.local
Methods in com.evolveum.midpoint.repo.cache.local that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<String>LocalCacheQueryValue.getOidOnlyResult()Methods in com.evolveum.midpoint.repo.cache.local with parameters of type SearchResultListModifier and TypeMethodDescriptionvoidLocalQueryCache.put(QueryKey<?> key, @NotNull SearchResultList<String> oidOnlyResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.cache.values
Methods in com.evolveum.midpoint.repo.cache.values that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<String>CachedQueryValue.getOidOnlyResult()Methods in com.evolveum.midpoint.repo.cache.values with parameters of type SearchResultListModifier and TypeMethodDescriptionstatic voidCachedQueryValue.checkConsistency(SearchResultList<String> oidOnlyResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.common
Methods in com.evolveum.midpoint.repo.common that return SearchResultListModifier and TypeMethodDescriptionSystemObjectCache.getAllArchetypes(OperationResult result) <O extends ObjectType>
SearchResultList<PrismObject<O>>DirectoryFileObjectResolver.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) <O extends ObjectType>
SearchResultList<PrismObject<O>>ObjectResolver.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) <O extends ObjectType>
SearchResultList<PrismObject<O>>RepoObjectResolver.searchObjects(Class<O> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return SearchResultListModifier and TypeMethodDescriptionAggregateSearchContext.search()@NotNull SearchResultList<PrismContainerValue<?>>SqaleRepositoryService.searchAggregate(AggregateQuery<?> query, OperationResult parentResult) <T extends Containerable>
@NotNull SearchResultList<T>SqaleRepositoryService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) <T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>SqaleRepositoryService.searchObjects(@NotNull Class<T> type, ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) @NotNull SearchResultList<ObjectReferenceType>SqaleRepositoryService.searchReferences(@NotNull ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.sqale.audit
Methods in com.evolveum.midpoint.repo.sqale.audit that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<AuditEventRecordType>SqaleAuditService.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of SearchResultList in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase that return SearchResultListModifier and TypeMethodDescription<S,Q extends FlexibleRelationalPathBase<R>, R>
@NotNull SearchResultList<S>SqlQueryExecutor.list(@NotNull SqlQueryContext<S, Q, R> context, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) -
Uses of SearchResultList in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return SearchResultListModifier and TypeMethodDescriptionSearchResultList.clone()This is actually a deep clone.SearchResultList.deepClone()Just to emphasize the semantics.static <T> SearchResultList<T>SearchResultList.empty()Returns modifiable instance, just to keep the existing behavior.<R> SearchResultList<R>SearchResultList.shallowClone()Just to indicate that clone() is a deep one :)SearchResultList.toDeeplyFrozenList()Returns deep frozen list - either this or a clone.<T2> @NotNull SearchResultList<T2> -
Uses of SearchResultList in com.evolveum.midpoint.smart.api
Methods in com.evolveum.midpoint.smart.api that return SearchResultListModifier and TypeMethodDescription@NotNull SearchResultList<PrismObject<TaskType>>SmartIntegrationService.listObjectTypeRelatedSuggestionTasks(@Nullable ResourceObjectTypeIdentification objectTypeIdentification, @NotNull String resourceOid, @Nullable QName objectClass, @NotNull List<ItemName> activityTypes, @NotNull OperationResult result) Returns suggestion tasks related to the given resource object type, filtered by activity types. -
Uses of SearchResultList in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return SearchResultListModifier and TypeMethodDescription<T extends ObjectType>
@NotNull SearchResultList<PrismObject<T>>TaskManager.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) Notes: Implemented options are: - noFetch: it causes task manager NOT to ask remote nodes about node/task status