Interface IAuthorizationAlgorithmEvaluationContext


public interface IAuthorizationAlgorithmEvaluationContext
This interface defines the evaluation context of an authorization algorithm.
Since:
9.1
Author:
A.Pragt
  • 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
    This method returns the current project configuration.
  • Method Details

    • getProject

      IProject getProject()
      This method returns the current project configuration.
      Returns:
      The project configuration, never null.
    • 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.