Class BatchJobContext
- java.lang.Object
-
- org.camunda.bpm.engine.impl.batch.BatchJobContext
-
public class BatchJobContext extends Object
- Author:
- Askar Akhmerov
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchEntity
batch
protected ByteArrayEntity
configuration
-
Constructor Summary
Constructors Constructor Description BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchEntity
getBatch()
ByteArrayEntity
getConfiguration()
void
setBatch(BatchEntity batch)
void
setConfiguration(ByteArrayEntity configuration)
-
-
-
Field Detail
-
batch
protected BatchEntity batch
-
configuration
protected ByteArrayEntity configuration
-
-
Constructor Detail
-
BatchJobContext
public BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration)
-
-
Method Detail
-
getBatch
public BatchEntity getBatch()
-
setBatch
public void setBatch(BatchEntity batch)
-
getConfiguration
public ByteArrayEntity getConfiguration()
-
setConfiguration
public void setConfiguration(ByteArrayEntity configuration)
-
-