Interface IPriorityAlgorithmEvaluationContext


public interface IPriorityAlgorithmEvaluationContext
This interface defines the evaluation context of an priority algorithm.
Since:
9.1
Author:
B. van de Ven
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    This method returns the id of the current case
    long
    This method returns the id of the current task
    This method returns the process engine
  • Method Details

    • getProcessData

      IProcessData getProcessData()
      This method returns the process engine
      Returns:
      The process engine, never null.
    • getCurrentCaseId

      long getCurrentCaseId()
      This method returns the id of the current case
      Returns:
      The current task id.
    • getCurrentTaskId

      long getCurrentTaskId()
      This method returns the id of the current task
      Returns:
      The current task id.