org.camunda.bpm.engine.impl.cfg.multitenancy
Class TenantIdProviderHistoricDecisionInstanceContext

java.lang.Object
  extended by 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

Field Summary
protected  DelegateCaseExecution caseExecution
           
protected  DecisionDefinition decisionDefinition
           
protected  DelegateExecution execution
           
 
Constructor Summary
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition)
           
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution)
           
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateExecution execution)
           
 
Method Summary
 DelegateCaseExecution getCaseExecution()
           
 DecisionDefinition getDecisionDefinition()
           
 DelegateExecution getExecution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decisionDefinition

protected DecisionDefinition decisionDefinition

execution

protected DelegateExecution execution

caseExecution

protected DelegateCaseExecution caseExecution
Constructor Detail

TenantIdProviderHistoricDecisionInstanceContext

public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition)

TenantIdProviderHistoricDecisionInstanceContext

public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
                                                       DelegateExecution execution)

TenantIdProviderHistoricDecisionInstanceContext

public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
                                                       DelegateCaseExecution caseExecution)
Method Detail

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.