public interface TaskFlowInputParameter extends NamedParameter, Converter
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequired()
Indicates whether this input parameter is required by the task flow.
|
boolean |
setRequired(boolean required)
Sets the required property of this parameter to a new value.
|
getName, setNamegetType, getValueExpression, setType, setValueExpressiongetDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcongetParsingContext, validategetIdAttribute, setIdAttributegetNodegetConverter, setConverterboolean isRequired()
boolean setRequired(boolean required)
required - true, if this parameter should be required, false otherwise