public class TenantIdProviderHistoricDecisionInstanceContext extends Object
TenantIdProvider implementation.| Modifier and Type | Field and Description | 
|---|---|
| protected DelegateCaseExecution | caseExecution | 
| protected DecisionDefinition | decisionDefinition | 
| protected DelegateExecution | execution | 
| Constructor and Description | 
|---|
| TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition) | 
| TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
                                               DelegateCaseExecution caseExecution) | 
| TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
                                               DelegateExecution execution) | 
| Modifier and Type | Method and Description | 
|---|---|
| DelegateCaseExecution | getCaseExecution() | 
| DecisionDefinition | getDecisionDefinition() | 
| DelegateExecution | getExecution() | 
protected DecisionDefinition decisionDefinition
protected DelegateExecution execution
protected DelegateCaseExecution caseExecution
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition)
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateExecution execution)
public TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition, DelegateCaseExecution caseExecution)
public DecisionDefinition getDecisionDefinition()
public DelegateExecution getExecution()
public DelegateCaseExecution getCaseExecution()
Copyright © 2018. All rights reserved.