Relativity.Processing.V1.Services.IProcessingSetManager
IProcessingSetManager interface contains interactions required to
successfully work with ProcessingSets
Creates a processing set. Returns the artifact id of the processing set (on new and update)
Task<ProcessingSetDocumentInfoSummary> GetDocumentAggregates(int workspaceID, int skip, int top, string sortColumnName, bool sortDescending)
Retrieves processing set summary data to display to console, such as environment errors, discover and publish status, and more
Read a processing set. Returns the processing set belonging to the artifact id passed in
Updates a processing set. Returns the artifact id of the processing set (on new and update)