Difference between revisions of "Activity:GetObjectsFromSystemRelation (Activity)"
| Line 1: | Line 1: | ||
| − | |||
| − | |||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Objects From System Relation | | title = Get Objects From System Relation | ||
| Line 11: | Line 9: | ||
| version = 2.2.3 | | version = 2.2.3 | ||
}} | }} | ||
| + | The GetObjectsFromSystemRelation activity returns a list of child objects and its [[RelationData|relation data]] via the system relation of a given parent object. | ||
==Arguments== | ==Arguments== | ||
| Line 20: | Line 19: | ||
| Parent || [[RelationalObject]] || In || The parent object | | Parent || [[RelationalObject]] || In || The parent object | ||
|- align="left" | |- align="left" | ||
| − | | Relation || | + | | Relation || [[UBIK.Kernel.SystemObjects]]|| In || The system relation object 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<RelationalObject>|| Out || The list of child objects | + | | Result || [[UBIKClassList]]<[[RelationalObject]]>|| Out || The list of child objects |
|} | |} | ||
Revision as of 14:59, 8 January 2015
| Get Objects From System Relation | |
|---|---|
| Name | GetObjectsFromSystemRelation |
| Purpose | Return child objects of parent object |
| Category | Relations |
| Returns | List of child objects |
| Version | 2.2.3 |
The GetObjectsFromSystemRelation activity returns a list of child objects and its relation data via the system relation of a given parent object.
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| Parent | RelationalObject | In | The parent object |
| Relation | UBIK.Kernel.SystemObjects | In | The system relation object to be searched for at the parent object |
| RelationData | UBIKClassList<RelationData> | Out | The list of relation data objects |
| Result | UBIKClassList<RelationalObject> | Out | The list of child objects |
Usage
This activity is used to get a list of child objects of the parent object via the system relation. Optional the relation data is returned.
