public interface SerialisableDataContext extends DataContext, ParameterDataContext
| 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> |
getOutputParameters()
Gets the names and the types of the output parameters provided by this
DataContext. |
java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> |
getParameters()
Gets the names and the types of the parameters provided by this
InputDataContext. |
ignoredValue, ignoreValue, isReadOnly, storeBooleanParameterValue, storeDateParameterValue, storedBooleanParameterValue, storedDateParameterValue, storedFloatParameterValue, storedIntegerParameterValue, storedStringParameterValue, storedUDTParameterValue, storedURIParameterValue, storeFloatParameterValue, storeIntegerParameterValue, storeStringParameterValue, storeUDTParameterValue, storeURIParameterValueisNull, 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.
Only input parameters are returned here.getParameters in interface ParameterDataContextInputDataContext.java.util.Map<java.lang.String,ProcessConstants.AdeptDataType> getOutputParameters()
DataContext. With this information one can access the values
of these output parameters.DataContext.