Interface ParameterDataContext
- All Superinterfaces:
InputDataContext,PluginDataContainer,Serializable,UserAttributeContainer
- All Known Subinterfaces:
SerialisableDataContext
This data context provides access to input parameters as well as the
parameter names and their types. It is serialisable to be used for providing
parameter values to worklist items.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longGenerated ID for serialisation. -
Method Summary
Modifier and TypeMethodDescriptionGets the names and the types of the parameters provided by thisInputDataContext.Methods inherited from interface de.aristaflow.adept2.model.execution.InputDataContext
isNull, retrieveBooleanParameterValue, retrieveDateParameterValue, retrieveFloatParameterValue, retrieveIntegerParameterValue, retrieveStringParameterValue, retrieveUDTParameterValue, retrieveURIParameterValueMethods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPluginsMethods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Field Details
-
serialVersionUID
static final long serialVersionUIDGenerated ID for serialisation.- See Also:
-
-
Method Details
-
getParameters
Map<String,ProcessConstants.AdeptDataType> getParameters()Gets the names and the types of the parameters provided by thisInputDataContext. With this information one can access the values of these parameters.- Returns:
- The names and the corresponding types of the parameters provided by
this
InputDataContext.
-