Class HistoricTaskInstanceBaseResource

    • Field Detail

      • historyService

        @Autowired
        protected org.flowable.cmmn.api.CmmnHistoryService historyService
    • Constructor Detail

      • HistoricTaskInstanceBaseResource

        public HistoricTaskInstanceBaseResource()
    • Method Detail

      • getHistoricTaskInstanceFromRequest

        protected org.flowable.task.api.history.HistoricTaskInstance getHistoricTaskInstanceFromRequest​(String taskId)
        Returns the HistoricTaskInstance that is requested and calls the access interceptor. Throws the right exceptions when bad request was made or instance was not found.
      • getHistoricTaskInstanceFromRequestWithoutAccessCheck

        protected org.flowable.task.api.history.HistoricTaskInstance getHistoricTaskInstanceFromRequestWithoutAccessCheck​(String taskId)
        Returns the HistoricTaskInstance that is requested without calling the access interceptor Throws the right exceptions when bad request was made or instance was not found.
      • addTaskVariables

        protected void addTaskVariables​(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
                                        List<QueryVariable> variables)
      • addProcessVariables

        protected void addProcessVariables​(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery,
                                           List<QueryVariable> variables)