Interface ITaskRequest

    • Method Detail

      • getWorkflowSession

        IWorkflowSession getWorkflowSession()
                                     throws PersistencyException
        Gets the workflow session, the current request belongs to
        Returns:
        workflow session
        Throws:
        PersistencyException - if persistency access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getTask

        ITask getTask()
               throws PersistencyException
        Gets the task, the current request belongs to
        Returns:
        current task
        Throws:
        PersistencyException - if persistency access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getCase

        ICase getCase()
               throws PersistencyException
        Gets the case, the current request belongs to.
        Returns:
        current case
        Throws:
        PersistencyException - if persistency access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.