public interface Batch
It must be executed using the method BatchLauncher.executeBatch(Batch).
BatchLauncher| Modifier and Type | Method and Description |
|---|---|
void |
executeBatch(Repository aRepository)
This method is called by
BatchLauncher.executeBatch(Batch). |
void executeBatch(Repository aRepository) throws Exception
BatchLauncher.executeBatch(Batch).
Before executing this method, the
required architecture specified in the class comment of BatchLauncher must be respected.
aRepository - EBX® repository on which to execute the batch.ExceptionProgrammaticService