org.camunda.bpm.engine.impl.batch
Class BatchJobContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchJobContext

public class BatchJobContext
extends Object

Author:
Askar Akhmerov

Field Summary
protected  BatchEntity batch
           
protected  ByteArrayEntity configuration
           
 
Constructor Summary
BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration)
           
 
Method Summary
 BatchEntity getBatch()
           
 ByteArrayEntity getConfiguration()
           
 void setBatch(BatchEntity batch)
           
 void setConfiguration(ByteArrayEntity configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2018 camunda services GmbH. All rights reserved.