Jump to: navigation, search

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 || {{UBIKCLassList<ContentClass>}} || out || <argument description>
+
| 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 || {{BaseClass}} || In || <argument description>
+
| UBIKObject || [[BaseClass]] || In || Must be filled with an object to ensure the function
 
|- align="left"
 
|- align="left"
| View || {{View}} || In || <argument description>
+
| View || [[View]] || In || The View to query
 
|}
 
|}
  

Latest revision as of 10:25, 19 March 2015

The GetObjectsByView queries object instances by a view.


[edit]

Description

GetObjectsByView
Name GetObjectsByView
Purpose Get Objects by View
Category UBIK Object Primitives
Returns Query obejcts by a view
Version 2.1+

Arguments

Argument Type Direction Purpose
Result UBIKCLassList<ContentClass> out The result of the query
Sorted Boolean In <argument description>
UBIKObject BaseClass In Must be filled with an object to ensure the function
View View In The View to query

Usage

This activity is used to find UBIK® instances during the execution of a workflow, by a view.

Example

Argument Value
Result example of value
Sorted example of value
UBIKObject example of value
View example of value


See also