Jump to: navigation, search

Difference between revisions of "HowTo:Find Objects by Query"


 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[File:UI_Android_Query_Properties.jpg|thumb|alt= Properties of a Query Object|Properties of a Query Object]]
 
Finding objects on the Client using a query, which is shown at any defined hierarchy level, requires that
 
Finding objects on the Client using a query, which is shown at any defined hierarchy level, requires that
  
 
# the [[Query]] is delivered to the Client; therefore see [[HowTo:Use_a_Query_in_a_View|how to use a Query in a View]] to learn about placing a Query within the view hierarchy
 
# the [[Query]] is delivered to the Client; therefore see [[HowTo:Use_a_Query_in_a_View|how to use a Query in a View]] to learn about placing a Query within the view hierarchy
# [[HowTo:Create_a_new_QueryScope|create and add]] a new [[QUERYSCOPE]] for the [[ACM]]
+
# [[HowTo:Create_a_new_QueryScope|create and add]] a new [[QUERYSCOPE]] to the [[ACM]]
  
{{Hint|See [[QUERY#Content query|here]] how the query and its filter items are evaulated on the Client.}}
+
{{Hint|See [[QUERY#Content query|here]] how a content query and its filter items is evaluated on the Client.}}
  
 
== See also ==
 
== See also ==
 
* [[QUERY]]
 
* [[QUERY]]
  
[[Category:Publishing]]
+
[[Category:Client|Find Objects by Query]]
[[Category:Client]]
+
[[Category:How-To|Find Objects by Query]]
[[Category:How-To]]
+
[[Category:Publishing|Find Objects by Query]]

Latest revision as of 07:15, 25 August 2015

 Properties of a Query Object
Properties of a Query Object

Finding objects on the Client using a query, which is shown at any defined hierarchy level, requires that

  1. the Query is delivered to the Client; therefore see how to use a Query in a View to learn about placing a Query within the view hierarchy
  2. create and add a new QUERYSCOPE to the ACM
IC Hint square.pngSee here how a content query and its filter items is evaluated on the Client.

See also