Jump to: navigation, search

Changes


Activity:GetObjectByID (Activity)

1,337 bytes added, 13:59, 18 March 2015
Created page with "The GetObjectsByIDActivity load an existing {{UBIK}} [[MetaClass|metaclass]] by ID. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Descr..."
The GetObjectsByIDActivity load an existing {{UBIK}} [[MetaClass|metaclass]] by ID.

<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->

= Description =
{{ActivityInfoBox
| title = GetObjectsByID
| name = GetObjectsByID
| image =
| imagecaption = Activity GetObjectsByID
| purpose = Get Objects by ID
| category = UBIK Object Primitives
| returns = The Object as BaseClass
| version = 2.1+
}}

===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| ID|| [[Query]]|| In || The ID to load
|- align="left"
| Result|| [[BaseClass]] || Out || The object with the right ID
|- align="left"
| UBIKObject||[[BaseClass]] || In|| Must be filled with an object to ensure the function
|}

===Usage===
Load the MetaClass with tih ID ''11ffa6b5-0ada-41f5-bcd8-89fff9247d4d'':

=Example=
{| class="wikitable" | width = "50%"
|-
! Argument!! Value
|- align="left"
| ID|| ''11ffa6b5-0ada-41f5-bcd8-89fff9247d4d''
|- align="left"
| Result|| Connect this argument with an output variable containing the customizing object
|- align="left"
| UBIKObject|| Must be filled with an object to ensure the function
|}

<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->

==See also==
* [[Workflow Designer]]

[[Category:Activities]]
310
edits