Jump to: navigation, search

GetObjectsByView (Activity)


Revision as of 10:25, 19 March 2015 by KNO (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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