Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/Process Service"

m (Category changed)
 
Line 1: Line 1:
{{ScoutPage|cat=Server}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
A Process Service is responsible to handle {{ScoutLink|Concepts|FormData|FormData}} by providing functions to create, load, update, delete data.
+
 
+
* extends: {{ScoutJavadoc|AbstractService|C}}
+
 
+
== Description ==
+
{{note|TODO|Add a description}}
+
 
+
* prepareCreate
+
* create
+
* load
+
* store
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|FormData|FormData}}
+
* {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}}
+

Latest revision as of 05:20, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top