Class BatchJobConfiguration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
- All Implemented Interfaces:
JobHandlerConfiguration
public class BatchJobConfiguration extends Object implements JobHandlerConfiguration
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
configurationByteArrayId
-
Constructor Summary
Constructors Constructor Description BatchJobConfiguration(String configurationByteArrayId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigurationByteArrayId()
String
toCanonicalString()
-
-
-
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 interfaceJobHandlerConfiguration
-
-