public class AbstractStartProcessInstanceAfterContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionEntity |
childExecution |
protected org.flowable.bpmn.model.FlowElement |
initialFlowElement |
protected org.flowable.bpmn.model.Process |
process |
protected ProcessDefinition |
processDefinition |
protected ExecutionEntity |
processInstance |
protected Map<String,Object> |
variables |
| Constructor and Description |
|---|
AbstractStartProcessInstanceAfterContext() |
AbstractStartProcessInstanceAfterContext(ExecutionEntity processInstance,
ExecutionEntity childExecution,
Map<String,Object> variables,
org.flowable.bpmn.model.FlowElement initialFlowElement,
org.flowable.bpmn.model.Process process,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEntity |
getChildExecution() |
org.flowable.bpmn.model.FlowElement |
getInitialFlowElement() |
org.flowable.bpmn.model.Process |
getProcess() |
ProcessDefinition |
getProcessDefinition() |
ExecutionEntity |
getProcessInstance() |
Map<String,Object> |
getVariables() |
void |
setChildExecution(ExecutionEntity childExecution) |
void |
setInitialFlowElement(org.flowable.bpmn.model.FlowElement initialFlowElement) |
void |
setProcess(org.flowable.bpmn.model.Process process) |
void |
setProcessDefinition(ProcessDefinition processDefinition) |
void |
setProcessInstance(ExecutionEntity processInstance) |
void |
setVariables(Map<String,Object> variables) |
protected ExecutionEntity processInstance
protected ExecutionEntity childExecution
protected org.flowable.bpmn.model.FlowElement initialFlowElement
protected org.flowable.bpmn.model.Process process
protected ProcessDefinition processDefinition
public AbstractStartProcessInstanceAfterContext()
public AbstractStartProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String,Object> variables, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition)
public ExecutionEntity getProcessInstance()
public void setProcessInstance(ExecutionEntity processInstance)
public ExecutionEntity getChildExecution()
public void setChildExecution(ExecutionEntity childExecution)
public org.flowable.bpmn.model.FlowElement getInitialFlowElement()
public void setInitialFlowElement(org.flowable.bpmn.model.FlowElement initialFlowElement)
public org.flowable.bpmn.model.Process getProcess()
public void setProcess(org.flowable.bpmn.model.Process process)
public ProcessDefinition getProcessDefinition()
public void setProcessDefinition(ProcessDefinition processDefinition)
Copyright © 2019 Flowable. All rights reserved.