Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Constructor and Description |
---|
GetDynamicComboList(String variableName,
UC4ObjectName promptSet,
int runID,
TaskPromptSetContent... content)
Creates a new
GetDynamicComboList request in order to get the list of values of a dynamic ComboElement in a prompt. |
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. |
GetDynamicComboList(String variableName,
UC4ObjectName promptSet,
UC4Object object,
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,
int runID,
String filterText,
int filterColumn,
TaskPromptSetNames names,
TaskPromptSetContent... content)
Creates an input help based on values entered in prompts.
|
SubmitPrompt(TaskPromptSetNames names,
TaskPromptSetContent... content)
Creates a new
SubmitPrompt request. |
Copyright © 2019. All rights reserved.