org.camunda.bpm.engine.rest.dto.runtime
Class StartProcessInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
public class StartProcessInstanceDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
protected Map<String,VariableValueDto> variables
businessKey
protected String businessKey
caseInstanceId
protected String caseInstanceId
startInstructions
protected List<ProcessInstanceModificationInstructionDto> startInstructions
skipCustomListeners
protected boolean skipCustomListeners
skipIoMappings
protected boolean skipIoMappings
withVariablesInReturn
protected boolean withVariablesInReturn
StartProcessInstanceDto
public StartProcessInstanceDto()
getVariables
public Map<String,VariableValueDto> getVariables()
setVariables
public void setVariables(Map<String,VariableValueDto> variables)
getBusinessKey
public String getBusinessKey()
setBusinessKey
public void setBusinessKey(String businessKey)
getCaseInstanceId
public String getCaseInstanceId()
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
getStartInstructions
public List<ProcessInstanceModificationInstructionDto> getStartInstructions()
setStartInstructions
public void setStartInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions)
isSkipCustomListeners
public boolean isSkipCustomListeners()
setSkipCustomListeners
public void setSkipCustomListeners(boolean skipCustomListeners)
isSkipIoMappings
public boolean isSkipIoMappings()
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings)
isWithVariablesInReturn
public boolean isWithVariablesInReturn()
setWithVariablesInReturn
public void setWithVariablesInReturn(boolean withVariablesInReturn)
Copyright © 2016 camunda services GmbH. All rights reserved.