Class WindupExecutionService

    • Constructor Detail

      • WindupExecutionService

        public WindupExecutionService()
    • Method Detail

      • get

        public WindupExecution get​(Long id)
        Gets an execution by ID, or throws NotFoundException if it does not exist.
        Parameters:
        id -
        Returns:
      • getNoThrow

        public WindupExecution getNoThrow​(Long id)
        Gets an execution by ID This method is workaround for FileDefaultServlet (exception thrown from get method cannot be caught in it, it is processed somewhere inside EJB container and it creates default error message output and adds lots of errors to log)
      • cancelExecution

        public void cancelExecution​(Long executionID)
      • deleteExecution

        public void deleteExecution​(Long executionID)