Jump to: navigation, search

Difference between revisions of "Activity:GetObjectsByView (Activity)"


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