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"

(No properties, no events)
Line 1: Line 1:
 
{{ScoutPage|cat=Concepts}}
 
{{ScoutPage|cat=Concepts}}
  
<TODO: 1 phrase describing the concept>
+
A Process Service is responsible to handle {{ScoutLink|Concepts|FormData|FormData}} by providing functions to create, load, update, delete data.
  
* implements: {{ScoutJavadoc|<TODO:NameOfTheInterface>|I}}
+
* extends: {{ScoutJavadoc|AbstractService|C}}
* extends: {{ScoutJavadoc|<TODO:NameOfTheAbstractClass>|C}}
+
  
 
== Description ==
 
== Description ==

Revision as of 06:05, 5 June 2011

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

A Process Service is responsible to handle The Scout documentation has been moved to https://eclipsescout.github.io/. by providing functions to create, load, update, delete data.

Description

Note.png
TODO
Add a description


  • prepareCreate
  • create
  • load
  • store

See Also

Back to the top