Interface ParameterDataContext

All Superinterfaces:
InputDataContext, PluginDataContainer, Serializable, UserAttributeContainer
All Known Subinterfaces:
SerialisableDataContext

public interface ParameterDataContext extends InputDataContext, Serializable
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 Details

    • serialVersionUID

      static final long serialVersionUID
      Generated ID for serialisation.
      See Also:
  • Method Details

    • getParameters

      Gets the names and the types of the parameters provided by this InputDataContext. 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.