Package com.emc.documentum.rest.dfc
Interface BatchManager
public interface BatchManager
The batch manager.
-
Method Summary
-
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 resourceexecutables
- batch operations to execute- Returns:
- REST batch supporting batch
-