This interface enables interaction with Relativity Reproductions.
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The IReproductionJobManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateReproductionJobAsync(Int32, ReproductionOptions, ListProductionRef, ListInt32) |
Create a Reproduction Job and all associated Production Sets. These Production Sets can be run to modify the selected productions.
|
![]() | CreateReproductionJobAsync(Int32, ReproductionOptions, ListProductionRef, Guid) |
Create a Reproduction Job and all associated Production Sets. These Production Sets can be run to modify the selected productions.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetReproductionJobIDsAsync |
Returns a list of all reproduction job ids in the workspace.
|
![]() | GetReproductionStatusByReproductionJobIDAsync |
Returns a summary of the current Reproduction Job, giving the Reproduction Status as well as
ArtifactIds and ProductionStatuses of all associated productions in the reproduction.
|
See Also