IProcessingDataSourceManager interface contains interactions required to
interact with a processing data source
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The IProcessingDataSourceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadAsync |
Read a data source. Returns the data source belonging to the artifact id passed in
|
![]() | RetrieveProcessingDataSourceInputPathsForWorkspaceAsync |
Retrieves Processing Source Location paths associated with the Resource Pool for the workspace.
|
![]() | SaveAsync |
Saves a processing data source. Returns the artifact id of the new datasource (on new and update)
|
![]() | ValidateDeleteAsync |
Perform validations when data sources are being deleted
|
See Also