Package com.groiss.wf

Interface Function

All Superinterfaces:
KeyValuePair<String,String>, Persistent, Serializable

public interface Function extends Persistent
A function in the user interface.
  • Method Details

    • getId

      String getId()
      Return the id of the function.
      Returns:
      the id
    • getName

      String getName()
      Returns the name of the function.
      Returns:
      the name, a string object
    • getApplication

      Application getApplication()
      Returns the application of the function.
      Returns:
      the application
    • getDescription

      String getDescription()
      Returns the description of the function.
    • getParameters

      String getParameters()
      Return the parameters of the function. Normally, JSON syntax is used for the parameters.
    • getParametersAsJson

      JSONObject getParametersAsJson()
      Return the parameters of the function as JSON object.