IProcessingSetManager Interface

Relativity Processing Services
IProcessingSetManager interface contains interactions required to successfully work with ProcessingSets

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface IProcessingSetManager : IDisposable

The IProcessingSetManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDocumentAggregates
Retrieve document aggregates and other information for the processing sets in a specified workspace.
Public methodReadAsync
Read a processing set. Returns the processing set belonging to the artifact id passed in
Public methodSaveAsync
Saves a processing set. Returns the artifact id of the processing set (on new and update)
Top
See Also

Reference