public class PromptInputHelp extends XMLRequest
| Constructor and Description |
|---|
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.
|
PromptInputHelp(String variableName,
UC4ObjectName promptSet,
String filter,
int filterColumn)
Deprecated.
|
PromptInputHelp(String variableName,
UC4ObjectName promptSet,
String filter,
int filterColumn,
ITaskItem task)
Input help of Prompt values for objects.
|
PromptInputHelp(String variableName,
UC4ObjectName promptSet,
String filter,
int filterColumn,
UC4Object object)
Input help of Prompt values for objects.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns a String array which contains the names of the columns.
|
String[] |
getRow(int index)
Returns the data of the specified row.
|
boolean |
isMultiselect()
Does this prompt input helper support multi selection.
|
int |
size()
Returns the number of data rows in the table.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic PromptInputHelp(String variableName, UC4ObjectName promptSet, int runID, String filterText, int filterColumn, TaskPromptSetNames names, TaskPromptSetContent... content)
variableName - Name of the variable for which an input help should be generatedpromptSet - UC4ObjectNamerunID - RunIDfilterText - Filter content, can be nullfilterColumn - Filter column, the first column starts with 0names - PromptSet namescontent - PromptSet content@Deprecated public PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn)
variableName - Script variable name of the PromptElementpromptSet - Name of the PromptSet object which contains the PromptElementfilter - Filter, may contain wildcards, may be nullfilterColumn - Filter column starting with 0
Deprecated: Use PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, UC4Object object) insteadpublic PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, UC4Object object)
variableName - Script variable name of the PromptElementpromptSet - Name of the PromptSet object which contains the PromptElementfilter - Filter, may contain wildcards, may be nullfilterColumn - Filter column starting with 0,object - Objectpublic PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, ITaskItem task)
variableName - Script variable name of the PromptElementpromptSet - Name of the PromptSet object which contains the PromptElementfilter - Filter, may contain wildcards, may be nullfilterColumn - Filter column starting with 0,task - Task in the Workflowpublic boolean isMultiselect()
public int size()
public String[] getRow(int index)
index - Index, 0 to size() -1public String[] getColumnNames()
Copyright © 2021. All rights reserved.