Class TenantIdProviderHistoricDecisionInstanceContext
java.lang.Object
org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
Provides information about a historic decision instance to a
TenantIdProvider
implementation.- Since:
- 7.5
- Author:
- Kristin Polenz
-
Field Summary
Modifier and TypeFieldDescriptionprotected DelegateCaseExecution
protected DecisionDefinition
protected DelegateExecution
-
Constructor Summary
ConstructorDescriptionTenantIdProviderHistoricDecisionInstanceContext
(DecisionDefinition decisionDefinition) TenantIdProviderHistoricDecisionInstanceContext
(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution) TenantIdProviderHistoricDecisionInstanceContext
(DecisionDefinition decisionDefinition, DelegateExecution execution) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
decisionDefinition
-
execution
-
caseExecution
-
-
Constructor Details
-
TenantIdProviderHistoricDecisionInstanceContext
-
TenantIdProviderHistoricDecisionInstanceContext
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateExecution execution) -
TenantIdProviderHistoricDecisionInstanceContext
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution)
-
-
Method Details
-
getDecisionDefinition
- Returns:
- the decision definition of the historic decision instance which is being evaluated
-
getExecution
- Returns:
- the execution. This method returns the execution of the process instance which evaluated the decision definition.
-
getCaseExecution
- Returns:
- the case execution. This method returns the case execution of the CMMN case task which evaluated the decision definition.
-