Class TaskHandlerManagerImpl

java.lang.Object
ru.cg.webbpm.modules.bpmn.core.impl.TaskHandlerManagerImpl
All Implemented Interfaces:
ProcessConfigurationAware, TaskHandlerManager

@Component public class TaskHandlerManagerImpl extends Object implements TaskHandlerManager, ProcessConfigurationAware
Author:
Abdulin Ildar
  • Constructor Details

    • TaskHandlerManagerImpl

      public TaskHandlerManagerImpl()
  • Method Details

    • processConfiguration

      public void processConfiguration(Configuration configuration)
      Description copied from interface: ProcessConfigurationAware
      Задать конфигурацию процессов

      ВНИМАНИЕ: В случае если запущен в режиме hotswap то метод может вызываться несколько раз

      Specified by:
      processConfiguration in interface ProcessConfigurationAware
      Parameters:
      configuration - - конфигурация для запуска
    • setWebApplicationContext

      @Autowired public void setWebApplicationContext(org.springframework.web.context.WebApplicationContext webAppContext)
      Parameters:
      webAppContext - - Root WebApplicationContext backend
    • getWebbpmTaskName

      public String getWebbpmTaskName(String taskId)
      Specified by:
      getWebbpmTaskName in interface TaskHandlerManager
    • getHandler

      public TaskHandler getHandler(String taskId)
      Specified by:
      getHandler in interface TaskHandlerManager