Package org.flowable.engine.interceptor
Class StartSubProcessInstanceAfterContext
java.lang.Object
org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.flowable.engine.impl.persistence.entity.ExecutionEntity
protected List<org.flowable.bpmn.model.IOParameter>
Fields inherited from class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
childExecution, initialFlowElement, process, processDefinition, processInstance, transientVariables, variables
-
Constructor Summary
ConstructorDescriptionStartSubProcessInstanceAfterContext
(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.engine.impl.persistence.entity.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
Modifier and TypeMethodDescriptionorg.flowable.engine.impl.persistence.entity.ExecutionEntity
List<org.flowable.bpmn.model.IOParameter>
void
setCallActivityExecution
(org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution) void
setInParameters
(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 Details
-
callActivityExecution
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution -
inParameters
-
-
Constructor Details
-
StartSubProcessInstanceAfterContext
public StartSubProcessInstanceAfterContext() -
StartSubProcessInstanceAfterContext
public StartSubProcessInstanceAfterContext(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution, List<org.flowable.bpmn.model.IOParameter> inParameters, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition)
-
-
Method Details
-
getCallActivityExecution
public org.flowable.engine.impl.persistence.entity.ExecutionEntity getCallActivityExecution() -
setCallActivityExecution
public void setCallActivityExecution(org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution) -
getInParameters
-
setInParameters
-