Class TenantIdProviderHistoricDecisionInstanceContext


  • public class TenantIdProviderHistoricDecisionInstanceContext
    extends java.lang.Object
    Provides information about a historic decision instance to a TenantIdProvider implementation.
    Since:
    7.5
    Author:
    Kristin Polenz
    • Constructor Detail

      • TenantIdProviderHistoricDecisionInstanceContext

        public TenantIdProviderHistoricDecisionInstanceContext​(DecisionDefinition decisionDefinition)
      • TenantIdProviderHistoricDecisionInstanceContext

        public TenantIdProviderHistoricDecisionInstanceContext​(DecisionDefinition decisionDefinition,
                                                               DelegateExecution execution)
    • 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.