public class StartProcessInstanceDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | businessKey | 
| protected String | caseInstanceId | 
| protected boolean | skipCustomListeners | 
| protected boolean | skipIoMappings | 
| protected List<ProcessInstanceModificationInstructionDto> | startInstructions | 
| protected Map<String,VariableValueDto> | variables | 
| protected boolean | withVariablesInReturn | 
| Constructor and Description | 
|---|
| StartProcessInstanceDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusinessKey() | 
| String | getCaseInstanceId() | 
| List<ProcessInstanceModificationInstructionDto> | getStartInstructions() | 
| Map<String,VariableValueDto> | getVariables() | 
| boolean | isSkipCustomListeners() | 
| boolean | isSkipIoMappings() | 
| boolean | isWithVariablesInReturn() | 
| void | setBusinessKey(String businessKey) | 
| void | setCaseInstanceId(String caseInstanceId) | 
| void | setSkipCustomListeners(boolean skipCustomListeners) | 
| void | setSkipIoMappings(boolean skipIoMappings) | 
| void | setStartInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions) | 
| void | setVariables(Map<String,VariableValueDto> variables) | 
| void | setWithVariablesInReturn(boolean withVariablesInReturn) | 
protected Map<String,VariableValueDto> variables
protected String businessKey
protected String caseInstanceId
protected List<ProcessInstanceModificationInstructionDto> startInstructions
protected boolean skipCustomListeners
protected boolean skipIoMappings
protected boolean withVariablesInReturn
public Map<String,VariableValueDto> getVariables()
public void setVariables(Map<String,VariableValueDto> variables)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
public List<ProcessInstanceModificationInstructionDto> getStartInstructions()
public void setStartInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions)
public boolean isSkipCustomListeners()
public void setSkipCustomListeners(boolean skipCustomListeners)
public boolean isSkipIoMappings()
public void setSkipIoMappings(boolean skipIoMappings)
public boolean isWithVariablesInReturn()
public void setWithVariablesInReturn(boolean withVariablesInReturn)
Copyright © 2018. All rights reserved.