Interface ParameterDataContext

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        Generated ID for serialisation.
        See Also:
        Constant Field Values
    • Method Detail

      • getParameters

        Map<String,​ProcessConstants.AdeptDataType> 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.