Difference between revisions of "Activity:SaveObject (Activity)"
(Created page with "The SaveObject Activity saves a {{UBIK}} object to the database. {{ActivityInfoBox | title = Save Object | name = SaveObject | internalname = SaveObject | image = | imageca...") |
|||
Line 13: | Line 13: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Arguments== | ||
+ | |||
+ | {| class="wikitable sortable" | width = "50%" | ||
+ | |- | ||
+ | ! Arguments!! Type !! Direction !! Purpose | ||
+ | |- align="left" | ||
+ | | MetaClass|| BaseClass || In || The MetaClass to create the instance from | ||
+ | |- align="left" | ||
+ | | Result|| RelationalObject|| Out || The created instance, null if creation failed | ||
+ | |} | ||
+ | |||
+ | ==Usage== | ||
+ | |||
+ | This activity is used save a newly created or changed object to the database. | ||
+ | |||
+ | ==Example== | ||
+ | |||
+ | ==See also== | ||
+ | * [[Activity CreateInstance]] | ||
+ | |||
+ | [[Category:Workflows]] |
Revision as of 11:47, 19 July 2013
The SaveObject Activity saves a UBIK® object to the database.
Save Object | |
---|---|
Name | SaveObject |
Purpose | Save an object to the database |
Category | Object Primitives |
Returns | True if successful |
Version | 2.1+ |
Contents
Arguments
Arguments | Type | Direction | Purpose |
---|---|---|---|
MetaClass | BaseClass | In | The MetaClass to create the instance from |
Result | RelationalObject | Out | The created instance, null if creation failed |
Usage
This activity is used save a newly created or changed object to the database.