Difference between revisions of "Activity:CreateSearchQuery (Activity)"
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <big>Big text</big>The CreateSearchQuery activity creates a new temporary [[query]] instance for the specified filter [[MetaClass]]. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Create Search Query | | title = Create Search Query | ||
Line 5: | Line 8: | ||
| imagecaption = Activity CreateSearchQuery | | imagecaption = Activity CreateSearchQuery | ||
| purpose = Create a new search query | | purpose = Create a new search query | ||
− | | category = Object Primitives | + | | category = UBIK Object Primitives |
| returns = Created query | | returns = Created query | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | |||
− | |||
− | |||
+ | ===Arguments=== | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 22: | Line 23: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
− | This activity creates a new temporary query | + | 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. |
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[ | + | * [[Activity:AddSearchCriterion_(Activity)]] |
− | + | [[Category:Activities|CreateSearchQuery (Activity)]] |
Latest revision as of 09:49, 4 November 2015
Big textThe CreateSearchQuery activity creates a new temporary Query instance for the specified filter MetaClass.