public interface ITaskItem
Modifier and Type | Method and Description |
---|---|
TaskCalendar |
calendar()
Gets the calendar condition of this task.
|
java.lang.String |
getIdnr()
Returns the ID of this
or ScheduleTask task. |
int |
getLnr()
Returns number containing the order of activation.
|
java.lang.String |
getTaskName()
Gets the name of this Schedule or Workflow task.
|
java.lang.String |
getType()
Returns the object type of this task.
|
boolean |
hasCalendarCondition() |
boolean |
hasRuntimeCondition() |
TaskRuntime |
runtime()
Returns the runtime settings of this task.
|
TaskValues |
values()
Provides access to the values and PromptSets of a Schedule or Workflow task.
|
java.lang.String getTaskName()
java.lang.String getType()
TaskCalendar calendar()
TaskValues values()
TaskRuntime runtime()
boolean hasCalendarCondition()
boolean hasRuntimeCondition()
java.lang.String getIdnr()
or ScheduleTask
task.int getLnr()