Difference between revisions of "Common Queries"

From AtlasWiki
Jump to: navigation, search
(Created page with "TODO <br /><center>← Attributes and Tags | Learning Atlas | Atlas Schema →</center>")
 
Line 1: Line 1:
TODO
+
You might have noticed that the <code>Q</code> class has a few more methods than what we covered in the [[Basic Queries]] section. You can find a complete list of <code>Q</code> methods in the [http://www.ensoftcorp.com/atlas_docs/javadoc/2.x/com/ensoftcorp/atlas/core/query/Q.html Atlas Javadoc for Q].
 +
 
 +
Additionally several common queries have been included as helper methods in the <code>CommonQueries</code> class.  You should spend a few minutes scanning the [http://www.ensoftcorp.com/atlas_docs/javadoc/2.x/com/ensoftcorp/atlas/core/script/CommonQueries.html Atlas Javadoc for CommonQueries] so you don't try re-inventing the wheel.
 +
 
 +
In general if you are looking for more information about Atlas that isn't covered in this Wiki, you should check to see if the information is available in the [http://www.ensoftcorp.com/atlas_docs/javadoc/2.x/overview-summary.html Atlas Javadocs].
  
 
<br /><center>[[Attributes and Tags|&larr;&nbsp;Attributes and Tags]]&nbsp;|&nbsp;[[Learning Atlas]]&nbsp;|&nbsp;[[Atlas Schema|Atlas Schema&nbsp;&rarr;]]</center>
 
<br /><center>[[Attributes and Tags|&larr;&nbsp;Attributes and Tags]]&nbsp;|&nbsp;[[Learning Atlas]]&nbsp;|&nbsp;[[Atlas Schema|Atlas Schema&nbsp;&rarr;]]</center>

Revision as of 18:17, 3 February 2015

You might have noticed that the Q class has a few more methods than what we covered in the Basic Queries section. You can find a complete list of Q methods in the Atlas Javadoc for Q.

Additionally several common queries have been included as helper methods in the CommonQueries class. You should spend a few minutes scanning the Atlas Javadoc for CommonQueries so you don't try re-inventing the wheel.

In general if you are looking for more information about Atlas that isn't covered in this Wiki, you should check to see if the information is available in the Atlas Javadocs.


← Attributes and Tags | Learning Atlas | Atlas Schema →