MassOperationHandler Class

Relativity Event Handlers
Base class for mass operation handlers.
Inheritance Hierarchy

System.Object
  kCura.MassOperationHandlers.MassOperationHandler

Namespace:  kCura.MassOperationHandlers
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public abstract class MassOperationHandler

public abstract class MassOperationHandler

The MassOperationHandler type exposes the following members.

Properties

  NameDescription
Public propertyBatchIDs
Gets and/or sets a list of integer values indicating ids included in a current batch.
Public propertyHelper
Gets and/or sets the Helper property of the mass operation handler which returns IMOHHelper object from Relativity.API.
Public propertyLayoutMask
Gets and/or sets a layout mask for a current mass operation handler.
Public propertyMassActionTableName
Gets and/or sets a name of a temporary table where all ids will be stored for batching work of a particular mass operation handler.
Public propertyName
Gets a name of a mass operation handler.
Top
Methods

  NameDescription
Public methodChangeStatus
Method which will update a status of a mass operation handler execution process.
Public methodDoBatch
Abstract method which will execute a batch.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrementCount
Method which will update the current count of the executing batch.
Public methodIsCancelled
Method which returns True if a user clicked Cancel button on currently executing batch.
Public methodPostMassOperation
Abstract method which will be executed after DoBatch() method.
Public methodPreMassOperation
Abstract method which will be executed prior to DoBatch() method.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateLayout
Abstract method which will execute validation of a layout attached to a mass operation handler.
Public methodValidateSelection
Abstract method which will execute validation of a batch set to be processed.
Top
Events

  NameDescription
Public eventCheckCancelled
Raises an event of a Cancel button click action on currently executing batch.
Public eventUpdateCount
Raises an event to update the current count of executing batch.
Public eventUpdateStatus
Raises an event to update a status of a mass operation handler execution process.
Top
Remarks

See Also

Reference