public interface ParameterDataContext extends InputDataContext, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> |
getParameters()
Gets the names and the types of the parameters provided by this
InputDataContext. |
isNull, retrieveBooleanParameterValue, retrieveDateParameterValue, retrieveFloatParameterValue, retrieveIntegerParameterValue, retrieveStringParameterValue, retrieveUDTParameterValue, retrieveURIParameterValuegetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginsstatic final long serialVersionUID
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> getParameters()
InputDataContext. With this information one can access the
values of these parameters.InputDataContext.