org.camunda.bpm.engine.impl.cfg.multitenancy
Class TenantIdProviderHistoricDecisionInstanceContext
java.lang.Object
org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
public class TenantIdProviderHistoricDecisionInstanceContext
- extends Object
Provides information about a historic decision instance to a TenantIdProvider implementation.
- Since:
- 7.5
- Author:
- Kristin Polenz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decisionDefinition
protected DecisionDefinition decisionDefinition
execution
protected DelegateExecution execution
caseExecution
protected DelegateCaseExecution caseExecution
TenantIdProviderHistoricDecisionInstanceContext
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition)
TenantIdProviderHistoricDecisionInstanceContext
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
DelegateExecution execution)
TenantIdProviderHistoricDecisionInstanceContext
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
DelegateCaseExecution caseExecution)
getDecisionDefinition
public DecisionDefinition getDecisionDefinition()
- Returns:
- the decision definition of the historic decision instance which is being evaluated
getExecution
public DelegateExecution getExecution()
- Returns:
- the execution. This method returns the execution of the process instance
which evaluated the decision definition.
getCaseExecution
public DelegateCaseExecution getCaseExecution()
- Returns:
- the case execution. This method returns the case execution of the CMMN case task
which evaluated the decision definition.
Copyright © 2017 camunda services GmbH. All rights reserved.