Package org.flowable.engine.interceptor
Class StartSubProcessInstanceAfterContext
- java.lang.Object
-
- org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
-
- org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
-
public class StartSubProcessInstanceAfterContext extends AbstractStartProcessInstanceAfterContext
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionEntitycallActivityExecutionprotected List<org.flowable.bpmn.model.IOParameter>inParameters-
Fields inherited from class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
childExecution, initialFlowElement, process, processDefinition, processInstance, transientVariables, variables
-
-
Constructor Summary
Constructors Constructor Description StartSubProcessInstanceAfterContext()StartSubProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String,Object> variables, Map<String,Object> transientVariables, ExecutionEntity callActivityExecution, List<org.flowable.bpmn.model.IOParameter> inParameters, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionEntitygetCallActivityExecution()List<org.flowable.bpmn.model.IOParameter>getInParameters()voidsetCallActivityExecution(ExecutionEntity callActivityExecution)voidsetInParameters(List<org.flowable.bpmn.model.IOParameter> inParameters)-
Methods inherited from class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
getChildExecution, getInitialFlowElement, getProcess, getProcessDefinition, getProcessInstance, getTransientVariables, getVariables, setChildExecution, setInitialFlowElement, setProcess, setProcessDefinition, setProcessInstance, setTransientVariables, setVariables
-
-
-
-
Field Detail
-
callActivityExecution
protected ExecutionEntity callActivityExecution
-
inParameters
protected List<org.flowable.bpmn.model.IOParameter> inParameters
-
-
Constructor Detail
-
StartSubProcessInstanceAfterContext
public StartSubProcessInstanceAfterContext()
-
StartSubProcessInstanceAfterContext
public StartSubProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String,Object> variables, Map<String,Object> transientVariables, ExecutionEntity callActivityExecution, List<org.flowable.bpmn.model.IOParameter> inParameters, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition)
-
-
Method Detail
-
getCallActivityExecution
public ExecutionEntity getCallActivityExecution()
-
setCallActivityExecution
public void setCallActivityExecution(ExecutionEntity callActivityExecution)
-
getInParameters
public List<org.flowable.bpmn.model.IOParameter> getInParameters()
-
setInParameters
public void setInParameters(List<org.flowable.bpmn.model.IOParameter> inParameters)
-
-