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
The IProcessingSetManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetDocumentAggregates |
Retrieve document aggregates and other information for the processing sets in a specified workspace.
|
![]() | ReadAsync |
Read a processing set. Returns the processing set belonging to the artifact id passed in
|
![]() | SaveAsync |
Saves a processing set. Returns the artifact id of the processing set (on new and update)
|
See Also