org.camunda.bpm.engine.impl.batch
Class BatchSeedJobHandler.BatchSeedJobConfiguration

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler.BatchSeedJobConfiguration
All Implemented Interfaces:
JobHandlerConfiguration
Enclosing class:
BatchSeedJobHandler

public static class BatchSeedJobHandler.BatchSeedJobConfiguration
extends Object
implements JobHandlerConfiguration


Field Summary
protected  String batchId
           
 
Constructor Summary
BatchSeedJobHandler.BatchSeedJobConfiguration(String batchId)
           
 
Method Summary
 String getBatchId()
           
 String toCanonicalString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchId

protected String batchId
Constructor Detail

BatchSeedJobHandler.BatchSeedJobConfiguration

public BatchSeedJobHandler.BatchSeedJobConfiguration(String batchId)
Method Detail

getBatchId

public String getBatchId()

toCanonicalString

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


Copyright © 2017 camunda services GmbH. All rights reserved.