Interface BatchManager


public interface BatchManager
The batch manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.emc.documentum.rest.model.batch.task.RestBatchRunnable
    submit(com.emc.documentum.rest.model.batch.Batch batch, List<com.emc.documentum.rest.model.task.RestExecutable<com.emc.documentum.rest.model.batch.BatchOperation>> executables)
    Submits batch operations
  • Method Details

    • submit

      com.emc.documentum.rest.model.batch.task.RestBatchRunnable submit(com.emc.documentum.rest.model.batch.Batch batch, List<com.emc.documentum.rest.model.task.RestExecutable<com.emc.documentum.rest.model.batch.BatchOperation>> executables)
      Submits batch operations
      Parameters:
      batch - batch resource
      executables - batch operations to execute
      Returns:
      REST batch supporting batch