Difference between revisions of "Activity:CreateSearchQuery (Activity)"
(Created page with "{{ActivityInfoBox | title = Create Search Query | name = CreateSearchQuery | image = | imagecaption = Activity CreateSearchQuery | purpose = Create a new search query | categ...") |
(→Usage) |
||
Line 23: | Line 23: | ||
==Usage== | ==Usage== | ||
− | This activity creates a new temporary query instances and sets the filter class to the given MetaClass provided in the according argument. Additional search criteria can be adde by using the [[AddSearchCriterion | + | This activity creates a new temporary query instances and sets the filter class to the given MetaClass provided in the according argument. Additional search criteria can be adde by using the [[AddSearchCriterion]] activity. |
==See also== | ==See also== |
Revision as of 13:58, 7 January 2015
Create Search Query | |
---|---|
Name | CreateSearchQuery |
Purpose | Create a new search query |
Category | Object Primitives |
Returns | The created query |
Version | 2.1+ |
The CreateSearchQueryActivity 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 instances and sets the filter class to the given MetaClass provided in the according argument. Additional search criteria can be adde by using the AddSearchCriterion activity.
See also
- Workflow Designer
- [[AddSearchCriterion<T>]]