|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchJobHandler<T>
A batch job handler manages batch jobs based
on the configuration T.
| Method Summary | |
|---|---|
boolean |
createJobs(BatchEntity batch)
Creates batch jobs for a batch. |
void |
deleteJobs(BatchEntity batch)
Delete all jobs for a batch. |
JobDeclaration<?,MessageEntity> |
getJobDeclaration()
Get the job declaration for batch jobs. |
T |
readConfiguration(byte[] serializedConfiguration)
Read the serialized configuration of the batch. |
byte[] |
writeConfiguration(T configuration)
Converts the configuration of the batch to a byte array. |
| Methods inherited from interface org.camunda.bpm.engine.impl.jobexecutor.JobHandler |
|---|
execute, getType, newConfiguration, onDelete |
| Method Detail |
|---|
byte[] writeConfiguration(T configuration)
configuration - the configuration object
T readConfiguration(byte[] serializedConfiguration)
serializedConfiguration - the serialized configuration
JobDeclaration<?,MessageEntity> getJobDeclaration()
boolean createJobs(BatchEntity batch)
batch - the batch to create jobs for
void deleteJobs(BatchEntity batch)
batch - the batch to delete jobs for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||