Interface SerialisableDataContext

    • 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. Only input parameters are returned here.
        Specified by:
        getParameters in interface ParameterDataContext
        Returns:
        The names and the corresponding types of the parameters provided by this InputDataContext.
      • getOutputParameters

        Map<String,​ProcessConstants.AdeptDataType> getOutputParameters()
        Gets the names and the types of the output parameters provided by this DataContext. With this information one can access the values of these output parameters.
        Returns:
        The names and the corresponding types of the output parameters provided by this DataContext.