Difference between revisions of "IDMARKERSCANQUERY"
Line 15: | Line 15: | ||
* finding a single or a set of recordset(s) | * finding a single or a set of recordset(s) | ||
* used as definition of root nodes in a [[View]] | * used as definition of root nodes in a [[View]] | ||
− | |||
== Query, QueryItem == | == Query, QueryItem == | ||
see [[Query|Query]]. | see [[Query|Query]]. | ||
− | |||
== Relation between Query and Items == | == Relation between Query and Items == | ||
see [[Query|Query]]. | see [[Query|Query]]. | ||
+ | == Classification == | ||
+ | The IdMarkerScanQuery has the classification interface [[SYSCLS_IDMARKERSCANQUERY]]. | ||
[[Category:System MetaClasses]] | [[Category:System MetaClasses]] | ||
[[Category:Queries]] | [[Category:Queries]] |
Revision as of 07:23, 3 April 2014
Basics
In UBIK, id marker scan queries are used for fetching a list of ContentClasses identified by scan code (id marker, barcode, qr code) from the database. The id marker scan query inherits functionality from Query.
Id marker scan queries can be used in different scenarios with objects identified by scan codes:
- data fetching (n records)
- finding a single or a set of recordset(s)
- used as definition of root nodes in a View
Query, QueryItem
see Query.
Relation between Query and Items
see Query.
Classification
The IdMarkerScanQuery has the classification interface SYSCLS IDMARKERSCANQUERY.