Uses of Interface
com.uc4.api.objects.ITaskItem
-
Packages that use ITaskItem Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of ITaskItem in com.uc4.api.objects
Classes in com.uc4.api.objects that implement ITaskItem Modifier and Type Class Description class
JobPlanTask
Task in the JobPlan.class
ScheduleTask
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 ITaskItem Constructor Description GetDynamicComboList(java.lang.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(java.lang.String variableName, UC4ObjectName promptSet, java.lang.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.
-