Rest Post
(Created page with "Rest Post is described in detail here Rest Services In MDriven - but one thing that was added after the initial implementation is the ability to execute actions in Rest Po...")
 
No edit summary
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Rest Post is described in detail here [[Rest Services In MDriven]] - but one thing that was added after the initial implementation is the ability to execute actions in Rest Post.
<message>Write the content here to display this box</message>
Rest Post is described in detail here: [[Documentation:Rest Services In MDriven|Rest Services In MDriven]] - but, one thing that was added after the initial implementation is the ability to execute actions in Rest Post.


Actions added before any attributes in the root ViewModelClass will be executed before the values sent in are applied.
Actions added before any attributes in the root ViewModelClass will be executed before the sent-in values are applied.


Other actions in the root ViewModelClass will be executed after the values are applied.
Other actions in the root ViewModelClass will be executed after the values are applied.


This way you can use top actions to look up things based on url coded variables - and then use actions at the bottom to act on applied data
This way, you can use top actions to look up things based on URL-coded variables and then use actions at the bottom to act on applied data.
 
See details on the [[Documentation:OCLOperators RestPost|OCLOperators RestPost]] page.
[[Category:Rest]]
{{Edited|July|12|2025}}

Latest revision as of 05:58, 6 February 2025

This page was created by Hans.karlsen@mdriven.net on 2017-03-24. Last edited by Stephanie@mdriven.net on 2025-02-06.

Rest Post is described in detail here: Rest Services In MDriven - but, one thing that was added after the initial implementation is the ability to execute actions in Rest Post.

Actions added before any attributes in the root ViewModelClass will be executed before the sent-in values are applied.

Other actions in the root ViewModelClass will be executed after the values are applied.

This way, you can use top actions to look up things based on URL-coded variables and then use actions at the bottom to act on applied data.

See details on the OCLOperators RestPost page.