Package org.flowable.engine.interceptor
Class AbstractStartProcessInstanceAfterContext
java.lang.Object
org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- Direct Known Subclasses:
StartProcessInstanceAfterContext
,StartSubProcessInstanceAfterContext
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.flowable.engine.impl.persistence.entity.ExecutionEntity
protected org.flowable.bpmn.model.FlowElement
protected org.flowable.bpmn.model.Process
protected ProcessDefinition
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity
-
Constructor Summary
ConstructorDescriptionAbstractStartProcessInstanceAfterContext
(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.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.engine.impl.persistence.entity.ExecutionEntity
org.flowable.bpmn.model.FlowElement
org.flowable.bpmn.model.Process
org.flowable.engine.impl.persistence.entity.ExecutionEntity
void
setChildExecution
(org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution) void
setInitialFlowElement
(org.flowable.bpmn.model.FlowElement initialFlowElement) void
setProcess
(org.flowable.bpmn.model.Process process) void
setProcessDefinition
(ProcessDefinition processDefinition) void
setProcessInstance
(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance) void
setTransientVariables
(Map<String, Object> transientVariables) void
setVariables
(Map<String, Object> variables)
-
Field Details
-
processInstance
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance -
childExecution
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution -
variables
-
transientVariables
-
initialFlowElement
protected org.flowable.bpmn.model.FlowElement initialFlowElement -
process
protected org.flowable.bpmn.model.Process process -
processDefinition
-
-
Constructor Details
-
AbstractStartProcessInstanceAfterContext
public AbstractStartProcessInstanceAfterContext() -
AbstractStartProcessInstanceAfterContext
public AbstractStartProcessInstanceAfterContext(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.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition)
-
-
Method Details
-
getProcessInstance
public org.flowable.engine.impl.persistence.entity.ExecutionEntity getProcessInstance() -
setProcessInstance
public void setProcessInstance(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance) -
getChildExecution
public org.flowable.engine.impl.persistence.entity.ExecutionEntity getChildExecution() -
setChildExecution
public void setChildExecution(org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution) -
getVariables
-
setVariables
-
getTransientVariables
-
setTransientVariables
-
getInitialFlowElement
public org.flowable.bpmn.model.FlowElement getInitialFlowElement() -
setInitialFlowElement
public void setInitialFlowElement(org.flowable.bpmn.model.FlowElement initialFlowElement) -
getProcess
public org.flowable.bpmn.model.Process getProcess() -
setProcess
public void setProcess(org.flowable.bpmn.model.Process process) -
getProcessDefinition
-
setProcessDefinition
-