Difference between revisions of "Activity:GetObjectsByView (Activity)"
(Created page with "The GetObjectsByView queries object instances by a view. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Description = {{ActivityInfoBox...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | Result || | + | | Result || UBIKCLassList<ContentClass> || out || The result of the query |
|- align="left" | |- align="left" | ||
| Sorted || {{Boolean}} || In || <argument description> | | Sorted || {{Boolean}} || In || <argument description> | ||
|- align="left" | |- align="left" | ||
− | | UBIKObject || | + | | UBIKObject || [[BaseClass]] || In || Must be filled with an object to ensure the function |
|- align="left" | |- align="left" | ||
− | | View || | + | | View || [[View]] || In || The View to query |
|} | |} | ||
Latest revision as of 10:25, 19 March 2015
The GetObjectsByView queries object instances by a view.