Package com.groiss.wf
Interface Function
- All Superinterfaces:
KeyValuePair<String,
,String> Persistent
,Serializable
A function in the user interface.
-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
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.
-