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