Package com.inet.taskplanner.server.api.series
package com.inet.taskplanner.server.api.series
Provides classes and interfaces for managing task series in the Task Planner.
This includes series definitions, factories, and builders for different types of series
such as database series, folder series, and JSON series.
-
ClassDescriptionUse this to easily create Series definitions that load data from a database.With a series, the
jobsandresult actionscan be executed multiple times, each with a defined set of properties.Definition of aSeriesfor aTaskExecutionwith settings.SeriesFactory<T extends Series>Base class for factories producingSeriescomponents.Contains information about how this kind of series is presented, which options it has, and how those options interact.