Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Class and Description |
---|---|
class |
JobPlanTask
Task in the JobPlan.
|
class |
ScheduleTask
This class represents a task in a Schedule.
|
Constructor and Description |
---|
GetDynamicComboList(String variableName,
UC4ObjectName promptSet,
ITaskItem task,
TaskPromptSetContent... content)
Creates a new
GetDynamicComboList 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.
|
Copyright © 2019. All rights reserved.