Exposes methods for running Search Term Reports
Namespace: Relativity.SearchTermsReport.Interfaces
Assembly: Relativity.SearchTermsReport.Interfaces (in Relativity.SearchTermsReport.Interfaces.dll) Version: 11.3.0.0
Syntax
C#
public interface ISearchTermsReportManager : IDisposable
The ISearchTermsReportManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateTerms |
Creates a series of Search Term Results associated with the specified Search Term Report.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() | GetProgress |
Gets build progress for the specified Search Terms Report
|
![]() ![]() | GetReportURL |
Builds the URL used for generating a report for a specified Search Terms Report
|
![]() ![]() | GetResultsURL |
Builds the URL used for navigating to the Search Terms Result tab with the appropriate filter criteria for this search terms report.
|
![]() ![]() | GetStatus |
Gets the current status of the requested Search Terms Report object.
Note: This endpoint is intended to only be used for Relativity Automated Workflows. For an alternative, use the GetProgress(Int32, Int32) endpoint.
|
![]() ![]() | RetryErrors |
Queues a Retry Errors job for the specified Search Terms Report
|
![]() ![]() | RunAllTerms |
Queues a Run All Terms job for the specified Search Terms Report
|
![]() ![]() | RunPendingTerms |
Queues a Run Pending Terms job for the specified Search Terms Report
|
![]() ![]() | UpdateTerms |
Updates the list of Search Term Results terms to have the specified updated text and color changes from the upddate request.
|
See Also