Difference between revisions of "Activity:GetObjectsFromNamedRelation (Activity)"
(Created page with "The GetObjectsFromNamedRelation activity returns a list of child objects and its relation data via the name of an existing Relation of a given pa...") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The GetObjectsFromNamedRelation activity returns a list of child objects and its [[RelationData|relation data]] via the name of an existing [[Relation|relation]] of a given parent object. | The GetObjectsFromNamedRelation activity returns a list of child objects and its [[RelationData|relation data]] via the name of an existing [[Relation|relation]] of a given parent object. | ||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Objects From Named Relation | | title = Get Objects From Named Relation | ||
Line 12: | Line 13: | ||
}} | }} | ||
− | ==Arguments== | + | ===Arguments=== |
− | + | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | Parent || RelationalObject || In || The parent object | + | | Parent || [[RelationalObject]] || In || The parent object |
|- align="left" | |- align="left" | ||
− | | RelationName || | + | | RelationName || {{String_MSDN}}|| In || The name of the relation to be searched for at the parent object |
|- align="left" | |- align="left" | ||
− | | RelationData || UBIKClassList<RelationData>|| Out || The list of relation data objects | + | | RelationData || [[UBIKClassList]]<[[RelationData]]>|| Out || The list of relation data objects |
|- align="left" | |- align="left" | ||
− | | Result || UBIKClassList< | + | | Result || [[UBIKClassList]]<[[RelationalObject]]>|| Out || The list of child objects |
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
+ | This activity is used to get a list of child objects of the parent object via the relation name. Optional the relation data is returned. | ||
− | + | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[ | + | * [[Activity:GetObjectsFromSystemRelation (Activity)]] |
− | + | [[Category:Activities]] |
Latest revision as of 09:59, 4 November 2015
The GetObjectsFromNamedRelation activity returns a list of child objects and its relation data via the name of an existing Relation of a given parent object.