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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
All Implemented Interfaces:
JobHandlerConfiguration

public class BatchJobConfiguration
extends Object
implements JobHandlerConfiguration

Author:
Thorben Lindhauer

Field Summary
protected  String configurationByteArrayId
           
 
Constructor Summary
BatchJobConfiguration(String configurationByteArrayId)
           
 
Method Summary
 String getConfigurationByteArrayId()
           
 String toCanonicalString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurationByteArrayId

protected String configurationByteArrayId
Constructor Detail

BatchJobConfiguration

public BatchJobConfiguration(String configurationByteArrayId)
Method Detail

getConfigurationByteArrayId

public String getConfigurationByteArrayId()

toCanonicalString

public String toCanonicalString()
Specified by:
toCanonicalString in interface JobHandlerConfiguration


Copyright © 2018 camunda services GmbH. All rights reserved.