Difference between revisions of "QUERYSCOPE"
(Created page with "The Query Scope is used to define the behaviour of a query instance on the mobile side. MetaProperties can be defined which servce as filter criteria on the client. {{Control...") |
m (Text replacement - "{{UBIKCLIENT}}" to "{{UBIK Client}}") |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MetaClassInfoBox | |
− | + | ||
− | {{ | + | |
| title = Query Scope | | title = Query Scope | ||
− | | name = | + | | name = QUERYSCOPE |
− | | internalname = | + | | internalname = SystemObjects.{{PAGENAME}} |
− | | image = [[File: | + | | namespace = System.ACM.Scopes |
+ | | image = [[File:SY_QUERYSCOPE.png|220px]] | ||
| imagecaption = Query Scope | | imagecaption = Query Scope | ||
| purpose = Configure content queries | | purpose = Configure content queries | ||
− | |||
| version = 2.1.13+ | | version = 2.1.13+ | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Content.ACM.QueryScope | ||
}} | }} | ||
+ | A QueryScope defines how a [[Query]] and its results are visualized on the {{UBIK Client}} and is accessed from the [[Content Browser]] acting as a search mechanism. | ||
+ | |||
+ | == Configuration == | ||
+ | [[File:UI_QueryScope_04.PNG|thumb|border|220px|alt=Published MetaProperties as Filter Criteria|Published MetaProperties as Filter Criteria]] | ||
+ | The configuration of the query has to be done completely on the server side, where the published [[MetaProperty|MetaProperties]] defined in the [[ACM]] serve as filter criteria on the client. | ||
+ | If a Query is executed on the client the system verifies for each of the filter criteria if the Query possesses a suitable [[QueryItem]] and | ||
+ | * evaluates the query based on the configuration of the query item using the specified operator, etc. if a query item exist | ||
+ | * evaluates the query using an equal (=) operator if no query item exist | ||
+ | |||
+ | [[Category:Context scope]] | ||
+ | [[Category:Metaclasses]] |
Latest revision as of 10:13, 8 May 2015
A QueryScope defines how a Query and its results are visualized on the UBIK® Client and is accessed from the Content Browser acting as a search mechanism.
Configuration
The configuration of the query has to be done completely on the server side, where the published MetaProperties defined in the ACM serve as filter criteria on the client. If a Query is executed on the client the system verifies for each of the filter criteria if the Query possesses a suitable QueryItem and
- evaluates the query based on the configuration of the query item using the specified operator, etc. if a query item exist
- evaluates the query using an equal (=) operator if no query item exist