Exposes the methods for working with Mass Operations.
Namespace: Relativity.Services.Interfaces.MassOperation
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IMassOperationManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateAsync(Int32, CustomPageMassOperationRequest) |
Creates a custom page mass operation.
|
![]() | CreateAsync(Int32, EventHandlerMassOperationRequest) |
Creates an event handler mass operation.
|
![]() | DeleteAsync |
Deletes a mass operation.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAvailableEventHandlersAsync |
Reads all available event handlers.
|
![]() | GetAvailableLayoutsAsync |
Reads all layouts for a given object type.
|
![]() | GetAvailableObjectTypeAsync |
Reads all object types available for mass operations.
|
![]() | ReadMassOperationAsync(Int32, Int32) |
Reads a mass operation.
|
![]() | ReadMassOperationAsync(Int32, Int32, Boolean, Boolean) |
Reads a mass operation.
|
![]() | UpdateAsync(Int32, Int32, CustomPageMassOperationRequest) |
Updates a custom page mass operation.
|
![]() | UpdateAsync(Int32, Int32, EventHandlerMassOperationRequest) |
Updates an event handler mass operation.
|
![]() | UpdateAsync(Int32, Int32, CustomPageMassOperationRequest, DateTime) |
Updates a custom page mass operation. The request will only succeed if the supplied LastModifiedOn date matches the LastModifiedOn date for the mass operation within the system.
|
![]() | UpdateAsync(Int32, Int32, EventHandlerMassOperationRequest, DateTime) |
Updates an event handler mass operation. The request will only succeed if the supplied LastModifiedOn date matches the LastModifiedOn date for the mass operation within the system.
|
See Also