Class TasksConfig

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.app.exec.scheduler.TasksConfig

public class TasksConfig extends Config
  • Constructor Details

    • TasksConfig

      protected TasksConfig(ConfigMap config)
  • Method Details

    • getTaskConfigs

      public List<TaskConfig> getTaskConfigs()
      Returns:
      configured to run tasks.
    • getTaskConfigOrThrow

      public TaskConfig getTaskConfigOrThrow(String id) throws javassist.NotFoundException
      Gets a task configuration by ID.
      Parameters:
      id - the ID.
      Returns:
      a first found configuration.
      Throws:
      javassist.NotFoundException