IMassOperationManager Interface

Relativity Services API
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

public interface IMassOperationManager : IDisposable

The IMassOperationManager type exposes the following members.

Methods

  NameDescription
Public methodCreateAsync(Int32, CustomPageMassOperationRequest)
Creates a custom page mass operation.
Public methodCreateAsync(Int32, EventHandlerMassOperationRequest)
Creates an event handler mass operation.
Public methodDeleteAsync
Deletes a mass operation.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAvailableEventHandlersAsync
Reads all available event handlers.
Public methodGetAvailableLayoutsAsync
Reads all layouts for a given object type.
Public methodGetAvailableObjectTypeAsync
Reads all object types available for mass operations.
Public methodReadMassOperationAsync(Int32, Int32)
Reads a mass operation.
Public methodReadMassOperationAsync(Int32, Int32, Boolean, Boolean)
Reads a mass operation.
Public methodUpdateAsync(Int32, Int32, CustomPageMassOperationRequest)
Updates a custom page mass operation.
Public methodUpdateAsync(Int32, Int32, EventHandlerMassOperationRequest)
Updates an event handler mass operation.
Public methodUpdateAsync(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.
Public methodUpdateAsync(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.
Top
See Also

Reference