IProcessingFilter interface contains interactions required to
successfully do CRUD operations on different types of filter.
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The IProcessingFilterManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ApplyFilterAsync |
Apply a filter.
|
![]() | CreateExpressionFilterAsync |
Creates an expression filter
|
![]() | DeleteFilterAsync |
Delete a filter.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | DownloadDiscoveredDocumentListAsync |
Downloads a csv listing of discovered files based on a request submitted earlier
|
![]() | GetDiscoveredDocumentsAsync |
Get discovered documents.
|
![]() | GetFilterByDataSourceAsync |
Get Filter Results using DataSource.
|
![]() | GetFilterResultAsync |
Get Filter Result.
|
![]() | GetFiltersAsync |
Get Filters from invariant.
|
![]() | PivotOnDiscoveredDocumentsAsync |
Get discovered documents with pivot on.
|
![]() | PrepareDiscoveredDocumentListAsync |
Creates a request to get the list of discovered files from invariant as a CSV.
|
![]() | UpdateExpressionFilterAsync |
Updates an expression filter
|
See Also