Uses of Class
com.uc4.communication.requests.TaskPromptSetContent
-
Packages that use TaskPromptSetContent Package Description com.uc4.communication.requests -
-
Uses of TaskPromptSetContent in com.uc4.communication.requests
Constructors in com.uc4.communication.requests with parameters of type TaskPromptSetContent Constructor Description GetDynamicComboList(java.lang.String variableName, UC4ObjectName promptSet, int runID, TaskPromptSetContent... content)
Creates a newGetDynamicComboList
request in order to get the list of values of a dynamic ComboElement in a prompt.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.GetDynamicComboList(java.lang.String variableName, UC4ObjectName promptSet, UC4Object object, 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, int runID, java.lang.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 newSubmitPrompt
request.TaskPromptSetContent(TaskPromptSetContent original, PromptSetDefinition def)
Clone the given original TaskPromptSetContent for the given task, and using the given PromptSetDefinition
-