org.camunda.bpm.engine.impl.batch.update
Class UpdateProcessInstancesSuspendStateBatchConfiguration

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchConfiguration
      extended by org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfiguration

public class UpdateProcessInstancesSuspendStateBatchConfiguration
extends BatchConfiguration


Field Summary
protected  boolean suspended
           
 
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
ids
 
Constructor Summary
UpdateProcessInstancesSuspendStateBatchConfiguration(List<String> ids, boolean suspended)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getIds, setIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suspended

protected final boolean suspended
Constructor Detail

UpdateProcessInstancesSuspendStateBatchConfiguration

public UpdateProcessInstancesSuspendStateBatchConfiguration(List<String> ids,
                                                            boolean suspended)


Copyright © 2017 camunda services GmbH. All rights reserved.