MassOperationHandler
Base class for mass operation handlers.
Gets and/or sets a list of integer values indicating ids included in a current batch.
Gets and/or sets the Helper property of the mass operation handler which returns IMOHHelper object from Relativity.API.
Gets and/or sets a layout mask for a current mass operation handler.
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.
Gets a name of a mass operation handler.
Raises an event of a Cancel button click action on currently executing batch.
Raises an event to update the current count of executing batch.
Raises an event to update a status of a mass operation handler execution process.
protected MassOperationHandler()
Method which will update a status of a mass operation handler execution process.
Abstract method which will execute a batch.
Method which will update the current count of the executing batch.
Method which returns True if a user clicked Cancel button on currently executing batch.
Abstract method which will be executed after DoBatch() method.
Abstract method which will be executed prior to DoBatch() method.)
Abstract method which will execute validation of a layout attached to a mass operation handler.
Abstract method which will execute validation of a batch set to be processed.