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=Concepts}}
+
{{ScoutPage|cat=Server}}
  
 
A Process Service is responsible to handle {{ScoutLink|Concepts|FormData|FormData}} by providing functions to create, load, update, delete data.  
 
A Process Service is responsible to handle {{ScoutLink|Concepts|FormData|FormData}} by providing functions to create, load, update, delete data.  

Revision as of 12:23, 3 November 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