public class TenantIdProviderProcessInstanceContext extends Object
TenantIdProvider
implementation.Modifier and Type | Field and Description |
---|---|
protected ProcessDefinition |
processDefinition |
protected DelegateCaseExecution |
superCaseExecution |
protected DelegateExecution |
superExecution |
protected org.camunda.bpm.engine.variable.VariableMap |
variables |
Constructor and Description |
---|
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
org.camunda.bpm.engine.variable.VariableMap variables) |
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
org.camunda.bpm.engine.variable.VariableMap variables,
DelegateCaseExecution superCaseExecution) |
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
org.camunda.bpm.engine.variable.VariableMap variables,
DelegateExecution superExecution) |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
getProcessDefinition() |
DelegateCaseExecution |
getSuperCaseExecution() |
DelegateExecution |
getSuperExecution() |
org.camunda.bpm.engine.variable.VariableMap |
getVariables() |
protected ProcessDefinition processDefinition
protected org.camunda.bpm.engine.variable.VariableMap variables
protected DelegateExecution superExecution
protected DelegateCaseExecution superCaseExecution
public TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, org.camunda.bpm.engine.variable.VariableMap variables)
public TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, org.camunda.bpm.engine.variable.VariableMap variables, DelegateExecution superExecution)
public TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition, org.camunda.bpm.engine.variable.VariableMap variables, DelegateCaseExecution superCaseExecution)
public ProcessDefinition getProcessDefinition()
public org.camunda.bpm.engine.variable.VariableMap getVariables()
public DelegateExecution getSuperExecution()
public DelegateCaseExecution getSuperCaseExecution()
Copyright © 2017. All rights reserved.