Difference between revisions of "Activity:CreateSearchQuery (Activity)"
| Line 1: | Line 1: | ||
| + | The CreateSearchQuery activity creates a new temporary [[query]] instance for the specified filter [[MetaClass]]. | ||
| + | |||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Create Search Query | | title = Create Search Query | ||
| Line 9: | Line 11: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| + | ===Arguments=== | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
| Line 22: | Line 22: | ||
|} | |} | ||
| − | ==Usage== | + | ===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 [[Activity:AddSearchCriterion_(Activity)]] activity. | 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 [[Activity:AddSearchCriterion_(Activity)]] activity. | ||
| Line 29: | Line 29: | ||
* [[Activity:AddSearchCriterion_(Activity)]] | * [[Activity:AddSearchCriterion_(Activity)]] | ||
| − | [[Category:Activities]] | + | [[Category:Activities|CreateSearchQuery (Activity)]] |
Revision as of 09:11, 4 November 2015
The CreateSearchQuery activity creates a new temporary Query instance for the specified filter MetaClass.
| Create Search Query | |
|---|---|
| Name | CreateSearchQuery |
| Purpose | Create a new search query |
| Category | UBIK Object Primitives |
| Returns | Created query |
| Version | 2.1+ |
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.
