org.camunda.bpm.engine.impl
Class RestartProcessInstancesBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
public class RestartProcessInstancesBatchConfiguration
- extends BatchConfiguration
- Author:
- Anna Pazola
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructions
protected List<AbstractProcessInstanceModificationCommand> instructions
processDefinitionId
protected String processDefinitionId
initialVariables
protected boolean initialVariables
skipCustomListeners
protected boolean skipCustomListeners
skipIoMappings
protected boolean skipIoMappings
withoutBusinessKey
protected boolean withoutBusinessKey
RestartProcessInstancesBatchConfiguration
public RestartProcessInstancesBatchConfiguration(List<String> processInstanceIds,
List<AbstractProcessInstanceModificationCommand> instructions,
String processDefinitionId,
boolean initialVariables,
boolean skipCustomListeners,
boolean skipIoMappings,
boolean withoutBusinessKey)
getInstructions
public List<AbstractProcessInstanceModificationCommand> getInstructions()
setInstructions
public void setInstructions(List<AbstractProcessInstanceModificationCommand> instructions)
getProcessDefinitionId
public String getProcessDefinitionId()
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
isInitialVariables
public boolean isInitialVariables()
setInitialVariables
public void setInitialVariables(boolean initialVariables)
isSkipCustomListeners
public boolean isSkipCustomListeners()
setSkipCustomListeners
public void setSkipCustomListeners(boolean skipCustomListeners)
isSkipIoMappings
public boolean isSkipIoMappings()
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings)
isWithoutBusinessKey
public boolean isWithoutBusinessKey()
setWithoutBusinessKey
public void setWithoutBusinessKey(boolean withoutBusinessKey)
Copyright © 2017 camunda services GmbH. All rights reserved.