org.camunda.bpm.engine.impl.batch
Class BatchJobContext
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchJobContext
public class BatchJobContext
- extends Object
- Author:
- Askar Akhmerov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batch
protected BatchEntity batch
configuration
protected ByteArrayEntity configuration
BatchJobContext
public BatchJobContext(BatchEntity batchEntity,
ByteArrayEntity configuration)
getBatch
public BatchEntity getBatch()
setBatch
public void setBatch(BatchEntity batch)
getConfiguration
public ByteArrayEntity getConfiguration()
setConfiguration
public void setConfiguration(ByteArrayEntity configuration)
Copyright © 2018 camunda services GmbH. All rights reserved.