Search Container Manager.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ISearchContainerManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateSingleAsync |
Asynchronously creates an instance of Search Container.
|
![]() | DeleteSingleAsync |
Asynchronously delets a Search Container and its children.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAdvancedSearchViewInfoAsync |
Asynchronously gets the fields of Advanced Search browser View, if user has read permissions for view.
|
![]() | GetAdvancedSearchViewUniqueCreatedByAsync |
Asynchronously gets the users that have created at least one of saved searches in workspace.
|
![]() | GetAdvancedSearchViewUniqueModifiedByAsync |
Asynchronously gets the users that have modified at least one of saved searches in workspace.
|
![]() | GetAdvancedSearchViewUniqueOwnersAsync |
Asynchronously gets the users that are owners of at least one of saved searches in workspace.
|
![]() | GetChildSearchContainersAsync |
Asynchronously gets child Search Containers without search items.
|
![]() | GetFilteredSearchContainerTreeAsync |
Asynchronously gets the tree of search containers and saved searches matching the search condition specified as a query string.
|
![]() | GetFilteredWithAdvancedOptionsSearchContainerTreeAsync |
Asynchronously gets the tree of search containers and saved searches matching the search condition specified as a SearchContainerTreeFilter object.
|
![]() | GetSearchContainerItemsAsync |
Asynchronously get items stored within a Search Container.
|
![]() | GetSearchContainerTreeAsync(Int32, List<Int32>) |
Asynchronously gets tree of Search Containers and Saved Searches with specified nodes expanded.
|
![]() | GetSearchContainerTreeAsync(Int32, List<Int32>, Nullable<Int32>) |
Asynchronously gets tree of Search Containers and Saved Searches with specified nodes expanded, auto-expanding full path to the selected node.
|
![]() | MoveAsync(Int32, Int32, Int32) |
Moves an existing saved search folder (search container) and its children, including subfolders and saved searches. Specify the workspace, source folder, and destination folder by Artifact ID.
|
![]() | MoveAsync(Int32, Int32, Int32, IProgress<MoveProcessStateProgress>) |
Moves an existing saved search folder (search container) and its children, including subfolders and saved searches. Specify the workspace, source folder, and destination folder by Artifact ID. Specify the MoveProgressState object to display the progress of the operation.
|
![]() | MoveAsync(Int32, Int32, Int32, CancellationToken) |
Moves an existing saved search folder (search container) and its children, including subfolders and saved searches. Specify the workspace, source folder, and destination folder by Artifact ID. Specify the CancellationToken object to enable cancellation.
|
![]() | MoveAsync(Int32, Int32, Int32, CancellationToken, IProgress<MoveProcessStateProgress>) |
Moves an existing saved search folder (search container) and its children, including subfolders and saved searches. Specify the workspace, source folder, and destination folder by Artifact ID. Specify the MoveProgressState and CancellationToken objects to display progress and enable cancellation.
|
![]() | QueryAsync(Int32, Query) |
Asynchronously queries for Search Containers.
|
![]() | QueryAsync(Int32, Query, Int32) |
Asynchronously queries for Search Containers.
|
![]() | QuerySubsetAsync |
Asynchronously queries for a subset of a collection of Search Container instances.
|
![]() | ReadSingleAsync |
Asynchronously read a single Search Container instance.
|
![]() | UpdateSingleAsync |
Asynchronously updates a Search Container.
|
See Also