Uses of Interface
com.uc4.api.objects.ITaskItem
Packages that use ITaskItem
-
Uses of ITaskItem in com.uc4.api.objects
Classes in com.uc4.api.objects that implement ITaskItemModifier and TypeClassDescriptionclass
Task in the JobPlan.class
This class represents a task in a Schedule. -
Uses of ITaskItem in com.uc4.communication.requests
Constructors in com.uc4.communication.requests with parameters of type ITaskItemModifierConstructorDescriptionGetDynamicComboList
(String variableName, UC4ObjectName promptSet, ITaskItem task, TaskPromptSetContent... content) Creates a newGetDynamicComboList
request in order to get the list of values of a dynamic ComboElement in a prompt.PromptInputHelp
(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, ITaskItem task) Input help of Prompt values for objects.TaskPromptSetContent
(PromptSetDefinition promptSetDef, ITaskItem task) Creates a request to get the content of a PromptSet of a JOBP task.TaskPromptSetContent
(UC4ObjectName promptSetName, ITaskItem task) Creates a request to get the content of a PromptSet of a JOBP task.