CreateSearchQuery (Activity)
Revision as of 11:06, 23 February 2015 by KNO (Talk | contribs) (moved CreateSearchQuery (Activity) to CreateSearchQuery (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)")
| Create Search Query | |
|---|---|
| Name | CreateSearchQuery |
| Purpose | Create a new search query |
| Category | UBIK Object Primitives |
| Returns | Created query |
| Version | 2.1+ |
The CreateSearchQuery activity creates a new temporary Query instance for the specified filter MetaClass.
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| MetaClass | MetaClass | In | The MetaClass to be used as filter class |
| Result | Query | Out | The created query instance, null if creation failed |
Usage
This activity creates a new temporary query instance and sets the filter class to the given MetaClass provided in the according argument. Additional search criteria can be add by using the AddSearchCriterion (Activity) activity.
