appengine-sdk 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (203) hide show
  1. data/COPYING +97 -0
  2. data/appengine-java-sdk-1.2.2/ABOUT +24 -0
  3. data/appengine-java-sdk-1.2.2/COPYING +97 -0
  4. data/appengine-java-sdk-1.2.2/README +98 -0
  5. data/appengine-java-sdk-1.2.2/config/sdk/logging.properties +24 -0
  6. data/appengine-java-sdk-1.2.2/config/user/ant-macros.xml +106 -0
  7. data/appengine-java-sdk-1.2.2/config/user/log4j.properties +24 -0
  8. data/appengine-java-sdk-1.2.2/config/user/logging.properties +28 -0
  9. data/appengine-java-sdk-1.2.2/docs/appengine-web.dtd +34 -0
  10. data/appengine-java-sdk-1.2.2/docs/appengine-web.xsd +85 -0
  11. data/appengine-java-sdk-1.2.2/docs/cron.dtd +7 -0
  12. data/appengine-java-sdk-1.2.2/docs/cron.xsd +20 -0
  13. data/appengine-java-sdk-1.2.2/docs/datastore-indexes.dtd +11 -0
  14. data/appengine-java-sdk-1.2.2/docs/datastore-indexes.xsd +40 -0
  15. data/appengine-java-sdk-1.2.2/docs/javadoc/allclasses-frame.html +163 -0
  16. data/appengine-java-sdk-1.2.2/docs/javadoc/allclasses-noframe.html +163 -0
  17. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Blob.html +341 -0
  18. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html +308 -0
  19. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeTranslator.html +419 -0
  20. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DataTypeUtils.html +411 -0
  21. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreConfig.html +248 -0
  22. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreFailureException.html +262 -0
  23. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreNeedIndexException.html +245 -0
  24. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreService.html +787 -0
  25. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreServiceFactory.html +298 -0
  26. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/DatastoreTimeoutException.html +246 -0
  27. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Entity.html +805 -0
  28. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/EntityNotFoundException.html +271 -0
  29. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/EntityTranslator.html +241 -0
  30. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/FetchOptions.Builder.html +305 -0
  31. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/FetchOptions.html +382 -0
  32. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html +351 -0
  33. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Key.html +524 -0
  34. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/KeyFactory.Builder.html +410 -0
  35. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/KeyFactory.html +505 -0
  36. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Link.html +364 -0
  37. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html +247 -0
  38. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/PreparedQuery.html +410 -0
  39. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.FilterOperator.html +376 -0
  40. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.FilterPredicate.html +373 -0
  41. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.SortDirection.html +327 -0
  42. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.SortPredicate.html +338 -0
  43. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Query.html +702 -0
  44. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/ShortBlob.html +365 -0
  45. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Text.html +344 -0
  46. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/Transaction.html +287 -0
  47. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-frame.html +117 -0
  48. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-summary.html +405 -0
  49. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/datastore/package-tree.html +183 -0
  50. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Composite.Anchor.html +441 -0
  51. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Composite.html +243 -0
  52. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/CompositeTransform.html +252 -0
  53. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Image.Format.html +391 -0
  54. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Image.html +345 -0
  55. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesService.OutputEncoding.html +327 -0
  56. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesService.html +452 -0
  57. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesServiceFactory.html +534 -0
  58. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/ImagesServiceFailureException.html +248 -0
  59. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/Transform.html +234 -0
  60. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-frame.html +77 -0
  61. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-summary.html +257 -0
  62. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/images/package-tree.html +178 -0
  63. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.Attachment.html +291 -0
  64. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.Message.html +763 -0
  65. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailService.html +280 -0
  66. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/MailServiceFactory.html +257 -0
  67. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-frame.html +47 -0
  68. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-summary.html +224 -0
  69. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/mail/package-tree.html +156 -0
  70. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/ErrorHandler.html +251 -0
  71. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/Expiration.html +347 -0
  72. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/InvalidValueException.html +264 -0
  73. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/LogAndContinueErrorHandler.html +297 -0
  74. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheService.SetPolicy.html +351 -0
  75. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheService.html +808 -0
  76. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheServiceException.html +262 -0
  77. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/MemcacheServiceFactory.html +231 -0
  78. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/Stats.html +319 -0
  79. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/StrictErrorHandler.html +291 -0
  80. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-frame.html +77 -0
  81. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-summary.html +271 -0
  82. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/memcache/package-tree.html +175 -0
  83. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/FetchOptions.Builder.html +305 -0
  84. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/FetchOptions.html +414 -0
  85. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPHeader.html +292 -0
  86. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPMethod.html +373 -0
  87. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPRequest.html +490 -0
  88. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/HTTPResponse.html +286 -0
  89. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/ResponseTooLargeException.html +244 -0
  90. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/URLFetchService.html +260 -0
  91. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/URLFetchServiceFactory.html +250 -0
  92. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-frame.html +75 -0
  93. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-summary.html +251 -0
  94. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/urlfetch/package-tree.html +177 -0
  95. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/User.html +411 -0
  96. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserService.html +318 -0
  97. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserServiceFactory.html +223 -0
  98. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/UserServiceFailureException.html +244 -0
  99. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-frame.html +56 -0
  100. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-summary.html +239 -0
  101. data/appengine-java-sdk-1.2.2/docs/javadoc/com/google/appengine/api/users/package-tree.html +164 -0
  102. data/appengine-java-sdk-1.2.2/docs/javadoc/constant-values.html +274 -0
  103. data/appengine-java-sdk-1.2.2/docs/javadoc/deprecated-list.html +159 -0
  104. data/appengine-java-sdk-1.2.2/docs/javadoc/dev_javadoc.css +109 -0
  105. data/appengine-java-sdk-1.2.2/docs/javadoc/help-doc.html +217 -0
  106. data/appengine-java-sdk-1.2.2/docs/javadoc/index-all.html +1413 -0
  107. data/appengine-java-sdk-1.2.2/docs/javadoc/index.html +39 -0
  108. data/appengine-java-sdk-1.2.2/docs/javadoc/overview-frame.html +52 -0
  109. data/appengine-java-sdk-1.2.2/docs/javadoc/overview-summary.html +179 -0
  110. data/appengine-java-sdk-1.2.2/docs/javadoc/overview-tree.html +194 -0
  111. data/appengine-java-sdk-1.2.2/docs/javadoc/package-list +6 -0
  112. data/appengine-java-sdk-1.2.2/docs/javadoc/resources/inherit.gif +0 -0
  113. data/appengine-java-sdk-1.2.2/docs/javadoc/serialized-form.html +958 -0
  114. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/allclasses-frame.html +97 -0
  115. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/allclasses-noframe.html +97 -0
  116. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/KickStart.html +258 -0
  117. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AdminException.html +263 -0
  118. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdmin.LogSeverity.html +375 -0
  119. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdmin.html +380 -0
  120. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.ConnectOptions.html +627 -0
  121. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.PasswordPrompt.html +211 -0
  122. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/AppAdminFactory.html +434 -0
  123. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/Application.html +493 -0
  124. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateFailureEvent.html +269 -0
  125. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateListener.html +254 -0
  126. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateProgressEvent.html +272 -0
  127. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/UpdateSuccessEvent.html +226 -0
  128. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-frame.html +79 -0
  129. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-summary.html +227 -0
  130. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/admin/package-tree.html +173 -0
  131. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/AbstractContainerService.html +497 -0
  132. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocal.html +285 -0
  133. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocalFactory.html +307 -0
  134. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ApiProxyLocalImpl.html +370 -0
  135. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ContainerService.EnvironmentVariableMismatchSeverity.html +327 -0
  136. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/ContainerService.html +437 -0
  137. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServer.html +459 -0
  138. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServerFactory.html +262 -0
  139. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/DevAppServerMain.html +300 -0
  140. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/AppEngineLauncher.html +262 -0
  141. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-frame.html +32 -0
  142. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-summary.html +155 -0
  143. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/gwt/package-tree.html +153 -0
  144. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-frame.html +66 -0
  145. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-summary.html +214 -0
  146. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/development/package-tree.html +168 -0
  147. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/Enhance.html +268 -0
  148. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/Enhancer.html +298 -0
  149. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/EnhancerTask.html +505 -0
  150. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-frame.html +36 -0
  151. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-summary.html +163 -0
  152. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/enhancer/package-tree.html +153 -0
  153. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/LocalVersionFactory.html +256 -0
  154. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/RemoteVersionFactory.html +266 -0
  155. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/SdkInfo.html +419 -0
  156. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/SupportInfo.html +225 -0
  157. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheck.html +349 -0
  158. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheckResults.VersionComparator.html +281 -0
  159. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/UpdateCheckResults.html +374 -0
  160. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/Version.html +329 -0
  161. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-frame.html +46 -0
  162. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-summary.html +195 -0
  163. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/info/package-tree.html +152 -0
  164. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-frame.html +32 -0
  165. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-summary.html +155 -0
  166. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/package-tree.html +151 -0
  167. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/ApiVersionFinder.html +302 -0
  168. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-frame.html +32 -0
  169. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-summary.html +156 -0
  170. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/com/google/appengine/tools/util/package-tree.html +151 -0
  171. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/constant-values.html +196 -0
  172. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/deprecated-list.html +144 -0
  173. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/dev_javadoc.css +109 -0
  174. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/help-doc.html +217 -0
  175. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/index-all.html +784 -0
  176. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/index.html +39 -0
  177. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-frame.html +54 -0
  178. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-summary.html +173 -0
  179. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/overview-tree.html +179 -0
  180. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/package-list +7 -0
  181. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/resources/inherit.gif +0 -0
  182. data/appengine-java-sdk-1.2.2/docs/tools/javadoc/serialized-form.html +461 -0
  183. data/appengine-java-sdk-1.2.2/lib/appengine-tools-api.jar +0 -0
  184. data/appengine-java-sdk-1.2.2/lib/impl/appengine-api-stubs.jar +0 -0
  185. data/appengine-java-sdk-1.2.2/lib/impl/appengine-api.jar +0 -0
  186. data/appengine-java-sdk-1.2.2/lib/impl/appengine-local-runtime.jar +0 -0
  187. data/appengine-java-sdk-1.2.2/lib/shared/appengine-local-runtime-shared.jar +0 -0
  188. data/appengine-java-sdk-1.2.2/lib/shared/geronimo-el_1.0_spec-1.0.1.jar +0 -0
  189. data/appengine-java-sdk-1.2.2/lib/shared/geronimo-jsp_2.1_spec-1.0.1.jar +0 -0
  190. data/appengine-java-sdk-1.2.2/lib/shared/geronimo-servlet_2.5_spec-1.2.jar +0 -0
  191. data/appengine-java-sdk-1.2.2/lib/shared/jsp/LICENSE +203 -0
  192. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-ant-1.6.5.jar +0 -0
  193. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-ant-launcher-1.6.5.jar +0 -0
  194. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-commons-el-1.0.jar +0 -0
  195. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-commons-logging-1.1.1.jar +0 -0
  196. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-jasper-compiler-5.0.28.jar +0 -0
  197. data/appengine-java-sdk-1.2.2/lib/shared/jsp/repackaged-appengine-jasper-runtime-5.0.28.jar +0 -0
  198. data/appengine-java-sdk-1.2.2/lib/tools/jsp/LICENSE +203 -0
  199. data/appengine-java-sdk-1.2.2/lib/tools/jsp/repackaged-appengine-jakarta-jstl-1.1.2.jar +0 -0
  200. data/appengine-java-sdk-1.2.2/lib/tools/jsp/repackaged-appengine-jakarta-standard-1.1.2.jar +0 -0
  201. data/appengine-java-sdk-1.2.2/lib/user/appengine-api-1.0-sdk-1.2.2.jar +0 -0
  202. data/lib/appengine-sdk.rb +96 -0
  203. metadata +256 -0
@@ -0,0 +1,217 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!--NewPage-->
3
+ <HTML>
4
+ <HEAD>
5
+ <!-- Generated by javadoc (build 1.6.0-google-internal) on Sun Jul 12 08:39:57 CDT 2009 -->
6
+ <TITLE>
7
+ API Help
8
+ </TITLE>
9
+
10
+ <META NAME="date" CONTENT="2009-07-12">
11
+
12
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="dev_javadoc.css" TITLE="Style">
13
+
14
+ <SCRIPT type="text/javascript">
15
+ function windowTitle()
16
+ {
17
+ if (location.href.indexOf('is-external=true') == -1) {
18
+ parent.document.title="API Help";
19
+ }
20
+ }
21
+ </SCRIPT>
22
+ <NOSCRIPT>
23
+ </NOSCRIPT>
24
+
25
+ </HEAD>
26
+
27
+ <BODY BGCOLOR="white" onload="windowTitle();">
28
+ <HR>
29
+
30
+
31
+ <!-- ========= START OF TOP NAVBAR ======= -->
32
+ <A NAME="navbar_top"><!-- --></A>
33
+ <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
+ <TR>
36
+ <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
+ <A NAME="navbar_top_firstrow"><!-- --></A>
38
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
+ <TR ALIGN="center" VALIGN="top">
40
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
42
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
47
+ </TR>
48
+ </TABLE>
49
+ </TD>
50
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51
+ </EM>
52
+ </TD>
53
+ </TR>
54
+
55
+ <TR>
56
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
+ &nbsp;PREV&nbsp;
58
+ &nbsp;NEXT</FONT></TD>
59
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
+ <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp;
61
+ &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
62
+ &nbsp;<SCRIPT type="text/javascript">
63
+ <!--
64
+ if(window==top) {
65
+ document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
66
+ }
67
+ //-->
68
+ </SCRIPT>
69
+ <NOSCRIPT>
70
+ <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
71
+ </NOSCRIPT>
72
+
73
+
74
+ </FONT></TD>
75
+ </TR>
76
+ </TABLE>
77
+ <A NAME="skip-navbar_top"></A>
78
+ <!-- ========= END OF TOP NAVBAR ========= -->
79
+
80
+ <HR>
81
+ <CENTER>
82
+ <H1>
83
+ How This API Document Is Organized</H1>
84
+ </CENTER>
85
+ This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
86
+ Overview</H3>
87
+ <BLOCKQUOTE>
88
+
89
+ <P>
90
+ The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE>
91
+ <H3>
92
+ Package</H3>
93
+ <BLOCKQUOTE>
94
+
95
+ <P>
96
+ Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
97
+ <LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
98
+ </BLOCKQUOTE>
99
+ <H3>
100
+ Class/Interface</H3>
101
+ <BLOCKQUOTE>
102
+
103
+ <P>
104
+ Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
105
+ <LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
106
+ <P>
107
+ <LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
108
+ <P>
109
+ <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
110
+ Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
111
+ </BLOCKQUOTE>
112
+ <H3>
113
+ Annotation Type</H3>
114
+ <BLOCKQUOTE>
115
+
116
+ <P>
117
+ Each annotation type has its own separate page with the following sections:<UL>
118
+ <LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
119
+ </BLOCKQUOTE>
120
+ </BLOCKQUOTE>
121
+ <H3>
122
+ Enum</H3>
123
+ <BLOCKQUOTE>
124
+
125
+ <P>
126
+ Each enum has its own separate page with the following sections:<UL>
127
+ <LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
128
+ </BLOCKQUOTE>
129
+ <H3>
130
+ Tree (Class Hierarchy)</H3>
131
+ <BLOCKQUOTE>
132
+ There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
133
+ <LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
134
+ </BLOCKQUOTE>
135
+ <H3>
136
+ Deprecated API</H3>
137
+ <BLOCKQUOTE>
138
+ The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
139
+ <H3>
140
+ Index</H3>
141
+ <BLOCKQUOTE>
142
+ The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
143
+ <H3>
144
+ Prev/Next</H3>
145
+ These links take you to the next or previous class, interface, package, or related page.<H3>
146
+ Frames/No Frames</H3>
147
+ These links show and hide the HTML frames. All pages are available with or without frames.
148
+ <P>
149
+ <H3>
150
+ Serialized Form</H3>
151
+ Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
152
+ <P>
153
+ <H3>
154
+ Constant Field Values</H3>
155
+ The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
156
+ <P>
157
+ <FONT SIZE="-1">
158
+ <EM>
159
+ This help file applies to API documentation generated using the standard doclet.</EM>
160
+ </FONT>
161
+ <BR>
162
+ <HR>
163
+
164
+
165
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
166
+ <A NAME="navbar_bottom"><!-- --></A>
167
+ <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
168
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
169
+ <TR>
170
+ <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
171
+ <A NAME="navbar_bottom_firstrow"><!-- --></A>
172
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
173
+ <TR ALIGN="center" VALIGN="top">
174
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
175
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
176
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
177
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
178
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
179
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
180
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
181
+ </TR>
182
+ </TABLE>
183
+ </TD>
184
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
185
+ </EM>
186
+ </TD>
187
+ </TR>
188
+
189
+ <TR>
190
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
191
+ &nbsp;PREV&nbsp;
192
+ &nbsp;NEXT</FONT></TD>
193
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
194
+ <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A> &nbsp;
195
+ &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
196
+ &nbsp;<SCRIPT type="text/javascript">
197
+ <!--
198
+ if(window==top) {
199
+ document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
200
+ }
201
+ //-->
202
+ </SCRIPT>
203
+ <NOSCRIPT>
204
+ <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
205
+ </NOSCRIPT>
206
+
207
+
208
+ </FONT></TD>
209
+ </TR>
210
+ </TABLE>
211
+ <A NAME="skip-navbar_bottom"></A>
212
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
213
+
214
+ <HR>
215
+
216
+ </BODY>
217
+ </HTML>
@@ -0,0 +1,1413 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <!--NewPage-->
3
+ <HTML>
4
+ <HEAD>
5
+ <!-- Generated by javadoc (build 1.6.0-google-internal) on Sun Jul 12 08:39:57 CDT 2009 -->
6
+ <TITLE>
7
+ Index
8
+ </TITLE>
9
+
10
+ <META NAME="date" CONTENT="2009-07-12">
11
+
12
+ <LINK REL ="stylesheet" TYPE="text/css" HREF="./dev_javadoc.css" TITLE="Style">
13
+
14
+ <SCRIPT type="text/javascript">
15
+ function windowTitle()
16
+ {
17
+ if (location.href.indexOf('is-external=true') == -1) {
18
+ parent.document.title="Index";
19
+ }
20
+ }
21
+ </SCRIPT>
22
+ <NOSCRIPT>
23
+ </NOSCRIPT>
24
+
25
+ </HEAD>
26
+
27
+ <BODY BGCOLOR="white" onload="windowTitle();">
28
+ <HR>
29
+
30
+
31
+ <!-- ========= START OF TOP NAVBAR ======= -->
32
+ <A NAME="navbar_top"><!-- --></A>
33
+ <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
+ <TR>
36
+ <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
+ <A NAME="navbar_top_firstrow"><!-- --></A>
38
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
+ <TR ALIGN="center" VALIGN="top">
40
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
42
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
46
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47
+ </TR>
48
+ </TABLE>
49
+ </TD>
50
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51
+ </EM>
52
+ </TD>
53
+ </TR>
54
+
55
+ <TR>
56
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
+ &nbsp;PREV&nbsp;
58
+ &nbsp;NEXT</FONT></TD>
59
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
+ <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
61
+ &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
62
+ &nbsp;<SCRIPT type="text/javascript">
63
+ <!--
64
+ if(window==top) {
65
+ document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
66
+ }
67
+ //-->
68
+ </SCRIPT>
69
+ <NOSCRIPT>
70
+ <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
71
+ </NOSCRIPT>
72
+
73
+
74
+ </FONT></TD>
75
+ </TR>
76
+ </TABLE>
77
+ <A NAME="skip-navbar_top"></A>
78
+ <!-- ========= END OF TOP NAVBAR ========= -->
79
+
80
+ <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
81
+ <A NAME="_A_"><!-- --></A><H2>
82
+ <B>A</B></H2>
83
+ <DL>
84
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#addChild(java.lang.String, java.lang.String)"><B>addChild(String, String)</B></A> -
85
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
86
+ <DD>Add a <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> constructed from the provided kind and name
87
+ as the child of the <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> most recently added to the
88
+ <code>Builder</code>.
89
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#addChild(java.lang.String, long)"><B>addChild(String, long)</B></A> -
90
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
91
+ <DD>Add a <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> constructed from the provided kind and id
92
+ as the child of the <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> most recently added to the
93
+ <code>Builder</code>.
94
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#addFilter(java.lang.String, com.google.appengine.api.datastore.Query.FilterOperator, java.lang.Object)"><B>addFilter(String, Query.FilterOperator, Object)</B></A> -
95
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
96
+ <DD>Add a filter on the specified property.
97
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#addHeader(com.google.appengine.api.urlfetch.HTTPHeader)"><B>addHeader(HTTPHeader)</B></A> -
98
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
99
+ <DD>Adds <code>header</code> to this request.
100
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#addPropertiesToPb(java.util.Map, EntityProto)"><B>addPropertiesToPb(Map&lt;String, Object&gt;, EntityProto)</B></A> -
101
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
102
+ <DD>Add all of the properties in the specified map to an <code>EntityProto</code>.
103
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#addSort(java.lang.String)"><B>addSort(String)</B></A> -
104
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
105
+ <DD>Specify how the query results should be sorted.
106
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#addSort(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)"><B>addSort(String, Query.SortDirection)</B></A> -
107
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
108
+ <DD>Specify how the query results should be sorted.
109
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#allowTruncate()"><B>allowTruncate()</B></A> -
110
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
111
+ <DD>Enables response truncation.
112
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html#allowTruncate()"><B>allowTruncate()</B></A> -
113
+ Static method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html" title="class in com.google.appengine.api.urlfetch">FetchOptions.Builder</A>
114
+ <DD>Create a <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A> that allows truncation of the response.
115
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#applyTransform(com.google.appengine.api.images.Transform, com.google.appengine.api.images.Image)"><B>applyTransform(Transform, Image)</B></A> -
116
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
117
+ <DD>Applies the provided <code>transform</code> to the provided <code>image</code>
118
+ encoding the transformed image stored using PNG file format.
119
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#applyTransform(com.google.appengine.api.images.Transform, com.google.appengine.api.images.Image, com.google.appengine.api.images.ImagesService.OutputEncoding)"><B>applyTransform(Transform, Image, ImagesService.OutputEncoding)</B></A> -
120
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
121
+ <DD>Applies the provided <code>transform</code> to the provided <code>image</code>
122
+ encoding the transformed image stored using <code>encoding</code> file
123
+ format.
124
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterable(com.google.appengine.api.datastore.FetchOptions)"><B>asIterable(FetchOptions)</B></A> -
125
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
126
+ <DD>Retrieves the <code>Query</code> <code>Entities</code> as an <code>Iterable</code>
127
+ using the provided <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A>.
128
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterable()"><B>asIterable()</B></A> -
129
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
130
+ <DD>Equivalent to <A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterable(com.google.appengine.api.datastore.FetchOptions)"><CODE>asIterable(FetchOptions.Builder.withChunkSize(FetchOptions.DEFAULT_CHUNK_SIZE)</CODE></A>.
131
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterator(com.google.appengine.api.datastore.FetchOptions)"><B>asIterator(FetchOptions)</B></A> -
132
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
133
+ <DD>Retrieves the <code>Query</code> <code>Entities</code> as an <code>Iterator</code>
134
+ using the provided <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A>.
135
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterator()"><B>asIterator()</B></A> -
136
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
137
+ <DD>Equivalent to <A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asIterator(com.google.appengine.api.datastore.FetchOptions)"><CODE>asIterator(FetchOptions.Builder.withChunkSize(FetchOptions.DEFAULT_CHUNK_SIZE)</CODE></A>.
138
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asList(com.google.appengine.api.datastore.FetchOptions)"><B>asList(FetchOptions)</B></A> -
139
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
140
+ <DD>Retrieves the <code>Query</code> <code>Entities</code> as a <code>List</code>
141
+ using the provided .
142
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asSingleEntity()"><B>asSingleEntity()</B></A> -
143
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
144
+ <DD>Retrieves the one and only result for the <code>Query</code>.
145
+ </DL>
146
+ <HR>
147
+ <A NAME="_B_"><!-- --></A><H2>
148
+ <B>B</B></H2>
149
+ <DL>
150
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#beginTransaction()"><B>beginTransaction()</B></A> -
151
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
152
+ <DD>Begins a transaction against the datastore.
153
+ <DT><A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore"><B>Blob</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>Blob</code> contains an array of bytes of unlimited size.<DT><A HREF="./com/google/appengine/api/datastore/Blob.html#Blob(byte[])"><B>Blob(byte[])</B></A> -
154
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore">Blob</A>
155
+ <DD>Construct a new <code>Blob</code> with the specified bytes.
156
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#byDeltaMillis(int)"><B>byDeltaMillis(int)</B></A> -
157
+ Static method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
158
+ <DD>Creates an <code>Expiration</code> for some number of milliseconds into the
159
+ future.
160
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#byDeltaSeconds(int)"><B>byDeltaSeconds(int)</B></A> -
161
+ Static method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
162
+ <DD>Creates an <code>Expiration</code> for some number of
163
+ seconds in the future.
164
+ </DL>
165
+ <HR>
166
+ <A NAME="_C_"><!-- --></A><H2>
167
+ <B>C</B></H2>
168
+ <DL>
169
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#checkSupportedValue(java.lang.Object)"><B>checkSupportedValue(Object)</B></A> -
170
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
171
+ <DD>If the specified object cannot be used as the value for a <code>Entity</code> property, throw an exception with the appropriate
172
+ explanation.
173
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#checkSupportedValue(java.lang.String, java.lang.Object)"><B>checkSupportedValue(String, Object)</B></A> -
174
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
175
+ <DD>If the specified object cannot be used as the value for a <code>Entity</code> property, throw an exception with the appropriate
176
+ explanation.
177
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html#chunkSize(int)"><B>chunkSize(int)</B></A> -
178
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore">FetchOptions</A>
179
+ <DD>Sets the chunk size.
180
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#clearAll()"><B>clearAll()</B></A> -
181
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
182
+ <DD>Empties the cache of all values.
183
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#clone()"><B>clone()</B></A> -
184
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
185
+ <DD>Returns a shallow copy of this <code>Entity</code> instance.
186
+ <DT><A HREF="./com/google/appengine/api/datastore/package-summary.html"><B>com.google.appengine.api.datastore</B></A> - package com.google.appengine.api.datastore<DD>The datastore provides persistent storage for App Engine applications, used
187
+ either directly or via the provided JDO or JPA interfaces.<DT><A HREF="./com/google/appengine/api/images/package-summary.html"><B>com.google.appengine.api.images</B></A> - package com.google.appengine.api.images<DD>This package provides facilities for the creation and manipulation of
188
+ images by Java code.<DT><A HREF="./com/google/appengine/api/mail/package-summary.html"><B>com.google.appengine.api.mail</B></A> - package com.google.appengine.api.mail<DD>App Engine applications can send email messages on behalf of the app's
189
+ administrators, or of authenticated users, using the standard
190
+ <code>javax.mail</code> interface over this low-level API.<DT><A HREF="./com/google/appengine/api/memcache/package-summary.html"><B>com.google.appengine.api.memcache</B></A> - package com.google.appengine.api.memcache<DD>The memcache API provides access to fast but unreliable data storage, which
191
+ may also be accessed via the <A href=
192
+ "https://jsr-107-interest.dev.java.net/javadoc/javax/cache/package-summary.html">
193
+ JCache API</A>.<DT><A HREF="./com/google/appengine/api/urlfetch/package-summary.html"><B>com.google.appengine.api.urlfetch</B></A> - package com.google.appengine.api.urlfetch<DD>The URL Fetch service can be used to make HTTP and HTTPS requests of other
194
+ servers on the internet.<DT><A HREF="./com/google/appengine/api/users/package-summary.html"><B>com.google.appengine.api.users</B></A> - package com.google.appengine.api.users<DD>The <CODE>UserService</CODE> provides facilities to check whether a user has
195
+ authenticated using their Google Account, retrieve their email address,
196
+ and check whether they are an administrator for this application.<DT><A HREF="./com/google/appengine/api/datastore/Transaction.html#commit()"><B>commit()</B></A> -
197
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Transaction.html" title="interface in com.google.appengine.api.datastore">Transaction</A>
198
+ <DD>Commits the transaction.
199
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html#compareTo(com.google.appengine.api.datastore.DataTypeTranslator.ComparableByteArray)"><B>compareTo(DataTypeTranslator.ComparableByteArray)</B></A> -
200
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator.ComparableByteArray</A>
201
+ <DD>&nbsp;
202
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#compareTo(com.google.appengine.api.datastore.Key)"><B>compareTo(Key)</B></A> -
203
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
204
+ <DD>Compares two <code>Key</code> objects.
205
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html#compareTo(com.google.appengine.api.datastore.Link)"><B>compareTo(Link)</B></A> -
206
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
207
+ <DD>&nbsp;
208
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#compareTo(com.google.appengine.api.datastore.ShortBlob)"><B>compareTo(ShortBlob)</B></A> -
209
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
210
+ <DD>&nbsp;
211
+ <DT><A HREF="./com/google/appengine/api/users/User.html#compareTo(com.google.appengine.api.users.User)"><B>compareTo(User)</B></A> -
212
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
213
+ <DD>&nbsp;
214
+ <DT><A HREF="./com/google/appengine/api/images/Composite.html" title="class in com.google.appengine.api.images"><B>Composite</B></A> - Class in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>A <code>Composite</code> represents a composition of an image onto a canvas.<DT><A HREF="./com/google/appengine/api/images/Composite.html#Composite()"><B>Composite()</B></A> -
215
+ Constructor for class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Composite.html" title="class in com.google.appengine.api.images">Composite</A>
216
+ <DD>&nbsp;
217
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#composite(java.util.Collection, int, int, long)"><B>composite(Collection&lt;Composite&gt;, int, int, long)</B></A> -
218
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
219
+ <DD>Applies the provided <CODE>Collection</CODE> of <A HREF="./com/google/appengine/api/images/Composite.html" title="class in com.google.appengine.api.images"><CODE>Composite</CODE></A>s using a
220
+ canvas with dimensions determined by <code>width</code> and <code>height</code>
221
+ and background color <code>color</code>.
222
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#composite(java.util.Collection, int, int, long, com.google.appengine.api.images.ImagesService.OutputEncoding)"><B>composite(Collection&lt;Composite&gt;, int, int, long, ImagesService.OutputEncoding)</B></A> -
223
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
224
+ <DD>Applies the provided <CODE>Collection</CODE> of <A HREF="./com/google/appengine/api/images/Composite.html" title="class in com.google.appengine.api.images"><CODE>Composite</CODE></A>s using a
225
+ canvas with dimensions determined by <code>width</code> and <code>height</code>
226
+ and background color <code>color</code>.
227
+ <DT><A HREF="./com/google/appengine/api/images/Composite.Anchor.html" title="enum in com.google.appengine.api.images"><B>Composite.Anchor</B></A> - Enum in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>Valid anchoring positions for a compositing operation.<DT><A HREF="./com/google/appengine/api/images/CompositeTransform.html" title="class in com.google.appengine.api.images"><B>CompositeTransform</B></A> - Class in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>A transform that represents zero or more transforms executed in series.<DT><A HREF="./com/google/appengine/api/images/CompositeTransform.html#concatenate(com.google.appengine.api.images.Transform)"><B>concatenate(Transform)</B></A> -
228
+ Method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/CompositeTransform.html" title="class in com.google.appengine.api.images">CompositeTransform</A>
229
+ <DD>Concatenates a transform to the end of this composite transform.
230
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#contains(java.lang.Object)"><B>contains(Object)</B></A> -
231
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
232
+ <DD>Tests whether a given value is in cache, even if its value is <code>null</code>.
233
+ <DT><A HREF="./com/google/appengine/api/datastore/EntityTranslator.html#convertToPb(com.google.appengine.api.datastore.Entity)"><B>convertToPb(Entity)</B></A> -
234
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/EntityTranslator.html" title="class in com.google.appengine.api.datastore">EntityTranslator</A>
235
+ <DD>&nbsp;
236
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#countEntities()"><B>countEntities()</B></A> -
237
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore">PreparedQuery</A>
238
+ <DD>Retrieves the number of <code>Entities</code> that currently
239
+ match this <code>Query</code>.
240
+ <DT><A HREF="./com/google/appengine/api/datastore/EntityTranslator.html#createFromPb(EntityProto)"><B>createFromPb(EntityProto)</B></A> -
241
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/EntityTranslator.html" title="class in com.google.appengine.api.datastore">EntityTranslator</A>
242
+ <DD>&nbsp;
243
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(java.lang.String, long)"><B>createKey(String, long)</B></A> -
244
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
245
+ <DD>Creates a new <code>Key</code> having no parent from its kind and ID.
246
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(com.google.appengine.api.datastore.Key, java.lang.String, long)"><B>createKey(Key, String, long)</B></A> -
247
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
248
+ <DD>Creates a new <code>Key</code> with the provided parent from its kind and ID.
249
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(java.lang.String, java.lang.String)"><B>createKey(String, String)</B></A> -
250
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
251
+ <DD>Creates a new <code>Key</code> having no parent from its kind and name.
252
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(com.google.appengine.api.datastore.Key, java.lang.String, java.lang.String)"><B>createKey(Key, String, String)</B></A> -
253
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
254
+ <DD>Creates a new <code>Key</code> with the provided parent from its kind and name.
255
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKeyString(java.lang.String, long)"><B>createKeyString(String, long)</B></A> -
256
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
257
+ <DD>Shorthand for invoking <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#keyToString(com.google.appengine.api.datastore.Key)"><CODE>KeyFactory.keyToString(Key)</CODE></A> on the result of
258
+ <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(java.lang.String, long)"><CODE>KeyFactory.createKey(String, long)</CODE></A>
259
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKeyString(com.google.appengine.api.datastore.Key, java.lang.String, long)"><B>createKeyString(Key, String, long)</B></A> -
260
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
261
+ <DD>Shorthand for invoking <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#keyToString(com.google.appengine.api.datastore.Key)"><CODE>KeyFactory.keyToString(Key)</CODE></A> on the result of
262
+ <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(com.google.appengine.api.datastore.Key, java.lang.String, long)"><CODE>KeyFactory.createKey(Key, String, long)</CODE></A>
263
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKeyString(java.lang.String, java.lang.String)"><B>createKeyString(String, String)</B></A> -
264
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
265
+ <DD>Shorthand for invoking <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#keyToString(com.google.appengine.api.datastore.Key)"><CODE>KeyFactory.keyToString(Key)</CODE></A> on the result of
266
+ <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(java.lang.String, long)"><CODE>KeyFactory.createKey(String, long)</CODE></A>
267
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKeyString(com.google.appengine.api.datastore.Key, java.lang.String, java.lang.String)"><B>createKeyString(Key, String, String)</B></A> -
268
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
269
+ <DD>Shorthand for invoking <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#keyToString(com.google.appengine.api.datastore.Key)"><CODE>KeyFactory.keyToString(Key)</CODE></A> on the result of
270
+ <A HREF="./com/google/appengine/api/datastore/KeyFactory.html#createKey(com.google.appengine.api.datastore.Key, java.lang.String, long)"><CODE>KeyFactory.createKey(Key, String, long)</CODE></A>
271
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html#createLoginURL(java.lang.String)"><B>createLoginURL(String)</B></A> -
272
+ Method in interface com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users">UserService</A>
273
+ <DD>Returns an URL that can be used to display a login page to the
274
+ user.
275
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html#createLogoutURL(java.lang.String)"><B>createLogoutURL(String)</B></A> -
276
+ Method in interface com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users">UserService</A>
277
+ <DD>Returns an URL that can be used to log the current user out of
278
+ this app.
279
+ </DL>
280
+ <HR>
281
+ <A NAME="_D_"><!-- --></A><H2>
282
+ <B>D</B></H2>
283
+ <DL>
284
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html" title="interface in com.google.appengine.api.datastore"><B>DatastoreConfig</B></A> - Interface in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>User-configurable properties of the datastore.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreFailureException.html" title="class in com.google.appengine.api.datastore"><B>DatastoreFailureException</B></A> - Exception in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>DatastoreFailureException</code> is thrown when any unknown
285
+ error occurs while communicating with the data store.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreFailureException.html#DatastoreFailureException(java.lang.String)"><B>DatastoreFailureException(String)</B></A> -
286
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreFailureException.html" title="class in com.google.appengine.api.datastore">DatastoreFailureException</A>
287
+ <DD>&nbsp;
288
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreFailureException.html#DatastoreFailureException(java.lang.String, java.lang.Throwable)"><B>DatastoreFailureException(String, Throwable)</B></A> -
289
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreFailureException.html" title="class in com.google.appengine.api.datastore">DatastoreFailureException</A>
290
+ <DD>&nbsp;
291
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreNeedIndexException.html" title="class in com.google.appengine.api.datastore"><B>DatastoreNeedIndexException</B></A> - Exception in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>DatastoreNeedIndexException</code> is thrown when no matching index was
292
+ found for a query requiring an index.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreNeedIndexException.html#DatastoreNeedIndexException(java.lang.String)"><B>DatastoreNeedIndexException(String)</B></A> -
293
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreNeedIndexException.html" title="class in com.google.appengine.api.datastore">DatastoreNeedIndexException</A>
294
+ <DD>&nbsp;
295
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore"><B>DatastoreService</B></A> - Interface in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>The <code>DatastoreService</code> provides access to a schema-less data
296
+ storage system.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html" title="class in com.google.appengine.api.datastore"><B>DatastoreServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Creates DatastoreService implementations.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html#DatastoreServiceFactory()"><B>DatastoreServiceFactory()</B></A> -
297
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html" title="class in com.google.appengine.api.datastore">DatastoreServiceFactory</A>
298
+ <DD>&nbsp;
299
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreTimeoutException.html" title="class in com.google.appengine.api.datastore"><B>DatastoreTimeoutException</B></A> - Exception in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>DatastoreTimeoutException</code> is thrown when a datastore operation
300
+ times out.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreTimeoutException.html#DatastoreTimeoutException(java.lang.String)"><B>DatastoreTimeoutException(String)</B></A> -
301
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreTimeoutException.html" title="class in com.google.appengine.api.datastore">DatastoreTimeoutException</A>
302
+ <DD>&nbsp;
303
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore"><B>DataTypeTranslator</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>DataTypeTranslator</code> is a utility class for converting
304
+ between the data store's <code>Property</code> protocol buffers and the
305
+ the user-facing classes (<code>String</code>, <code>User</code>, etc.).<DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html" title="class in com.google.appengine.api.datastore"><B>DataTypeTranslator.ComparableByteArray</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>A wrapper for a <code>byte[]</code> that implements <CODE>Comparable</CODE>.<DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html#DataTypeTranslator.ComparableByteArray(byte[])"><B>DataTypeTranslator.ComparableByteArray(byte[])</B></A> -
306
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator.ComparableByteArray</A>
307
+ <DD>&nbsp;
308
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore"><B>DataTypeUtils</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>DataTypeUtils</code> presents a simpler interface that allows
309
+ user-code to determine what Classes can safely be stored as
310
+ properties in the data store.<DT><A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html#DEFAULT"><B>DEFAULT</B></A> -
311
+ Static variable in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html" title="interface in com.google.appengine.api.datastore">DatastoreConfig</A>
312
+ <DD>The default configuration for the datastore.
313
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#DEFAULT_ALLOW_TRUNCATE"><B>DEFAULT_ALLOW_TRUNCATE</B></A> -
314
+ Static variable in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
315
+ <DD>&nbsp;
316
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html#DEFAULT_CHUNK_SIZE"><B>DEFAULT_CHUNK_SIZE</B></A> -
317
+ Static variable in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore">FetchOptions</A>
318
+ <DD><B>Deprecated.</B>&nbsp;<I>Instead of using DEFAULT_CHUNK_SIZE, do not specify a chunk size.</I>
319
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#DEFAULT_FOLLOW_REDIRECTS"><B>DEFAULT_FOLLOW_REDIRECTS</B></A> -
320
+ Static variable in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
321
+ <DD>&nbsp;
322
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Key...)"><B>delete(Key...)</B></A> -
323
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
324
+ <DD>Deletes the <code>Entity entities</code> specified by <code>keys</code>.
325
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Transaction, com.google.appengine.api.datastore.Key...)"><B>delete(Transaction, Key...)</B></A> -
326
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
327
+ <DD>Exhibits the same behavior as <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Key...)"><CODE>DatastoreService.delete(Key[])</CODE></A>, but executes within
328
+ the provided transaction.
329
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(java.lang.Iterable)"><B>delete(Iterable&lt;Key&gt;)</B></A> -
330
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
331
+ <DD>Equivalent to <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Key...)"><CODE>DatastoreService.delete(Key...)</CODE></A>.
332
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Transaction, java.lang.Iterable)"><B>delete(Transaction, Iterable&lt;Key&gt;)</B></A> -
333
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
334
+ <DD>Exhibits the same behavior as <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#delete(java.lang.Iterable)"><CODE>DatastoreService.delete(Iterable)</CODE></A>, but executes within
335
+ the provided transaction.
336
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#delete(java.lang.Object)"><B>delete(Object)</B></A> -
337
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
338
+ <DD>Removes <code>key</code> from the cache.
339
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#delete(java.lang.Object, long)"><B>delete(Object, long)</B></A> -
340
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
341
+ <DD>Removes the given key from the cache, and prevents it from being added
342
+ under the <A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html#ADD_ONLY_IF_NOT_PRESENT"><CODE>MemcacheService.SetPolicy.ADD_ONLY_IF_NOT_PRESENT</CODE></A> policy for <code>millisNoReAdd</code>
343
+ milliseconds thereafter.
344
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#deleteAll(java.util.Collection)"><B>deleteAll(Collection&lt;Object&gt;)</B></A> -
345
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
346
+ <DD>Batch version of <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#delete(java.lang.Object)"><CODE>MemcacheService.delete(Object)</CODE></A>.
347
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#deleteAll(java.util.Collection, long)"><B>deleteAll(Collection&lt;Object&gt;, long)</B></A> -
348
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
349
+ <DD>Batch version of <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#delete(java.lang.Object, long)"><CODE>MemcacheService.delete(Object, long)</CODE></A>.
350
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html#disallowTruncate()"><B>disallowTruncate()</B></A> -
351
+ Static method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html" title="class in com.google.appengine.api.urlfetch">FetchOptions.Builder</A>
352
+ <DD>Create a <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A> that disallows truncation of the response.
353
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#disallowTruncate()"><B>disallowTruncate()</B></A> -
354
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
355
+ <DD>Disables response truncation.
356
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html#doNotFollowRedirects()"><B>doNotFollowRedirects()</B></A> -
357
+ Static method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html" title="class in com.google.appengine.api.urlfetch">FetchOptions.Builder</A>
358
+ <DD>Create a <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A> that does not follow redirects.
359
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#doNotFollowRedirects()"><B>doNotFollowRedirects()</B></A> -
360
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
361
+ <DD>Disables following of redirects.
362
+ </DL>
363
+ <HR>
364
+ <A NAME="_E_"><!-- --></A><H2>
365
+ <B>E</B></H2>
366
+ <DL>
367
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore"><B>Entity</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>Entity</code> is the fundamental unit of data storage.<DT><A HREF="./com/google/appengine/api/datastore/Entity.html#Entity(java.lang.String)"><B>Entity(String)</B></A> -
368
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
369
+ <DD>Create a new <code>Entity</code> with the specified kind and no
370
+ parent <code>Entity</code>.
371
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#Entity(java.lang.String, com.google.appengine.api.datastore.Key)"><B>Entity(String, Key)</B></A> -
372
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
373
+ <DD>Create a new <code>Entity</code> with the specified kind and parent
374
+ <code>Entity</code>.
375
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#Entity(java.lang.String, java.lang.String)"><B>Entity(String, String)</B></A> -
376
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
377
+ <DD>Create a new <code>Entity</code> with the specified kind and key name and no
378
+ parent <code>Entity</code>.
379
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#Entity(java.lang.String, java.lang.String, com.google.appengine.api.datastore.Key)"><B>Entity(String, String, Key)</B></A> -
380
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
381
+ <DD>Create a new <code>Entity</code> with the specified kind, key name, and
382
+ parent <code>Entity</code>.
383
+ <DT><A HREF="./com/google/appengine/api/datastore/EntityNotFoundException.html" title="class in com.google.appengine.api.datastore"><B>EntityNotFoundException</B></A> - Exception in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>EntityNotFoundException</code> is thrown when no <code>Entity</code>
384
+ with the specified <code>Key</code> could be found.<DT><A HREF="./com/google/appengine/api/datastore/EntityNotFoundException.html#EntityNotFoundException(com.google.appengine.api.datastore.Key)"><B>EntityNotFoundException(Key)</B></A> -
385
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/EntityNotFoundException.html" title="class in com.google.appengine.api.datastore">EntityNotFoundException</A>
386
+ <DD>&nbsp;
387
+ <DT><A HREF="./com/google/appengine/api/datastore/EntityTranslator.html" title="class in com.google.appengine.api.datastore"><B>EntityTranslator</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>EntityTranslator</code> contains the logic to translate an <code>Entity</code> into the protocol buffers that are used to pass it to the
388
+ implementation of the API.<DT><A HREF="./com/google/appengine/api/datastore/Blob.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
389
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore">Blob</A>
390
+ <DD>Two <code>Blob</code> objects are considered equal if their contained
391
+ bytes match exactly.
392
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
393
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator.ComparableByteArray</A>
394
+ <DD>&nbsp;
395
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
396
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
397
+ <DD>Two <code>Entity</code> objects are considered equal if they refer to
398
+ the same entity (i.e.
399
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
400
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
401
+ <DD>Compares two <code>Key</code> objects by comparing ids, kinds, parent
402
+ and appIdNamespace.
403
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
404
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
405
+ <DD>Two <code>Link</code> objects are considered equal if their content
406
+ strings match exactly.
407
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
408
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
409
+ <DD>&nbsp;
410
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
411
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
412
+ <DD>&nbsp;
413
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
414
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>
415
+ <DD>&nbsp;
416
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
417
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
418
+ <DD>Two <code>ShortBlob</code> objects are considered equal if their contained
419
+ bytes match exactly.
420
+ <DT><A HREF="./com/google/appengine/api/datastore/Text.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
421
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore">Text</A>
422
+ <DD>Two <code>Text</code> objects are considered equal if their content
423
+ strings match exactly.
424
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
425
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
426
+ <DD>&nbsp;
427
+ <DT><A HREF="./com/google/appengine/api/users/User.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
428
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
429
+ <DD>&nbsp;
430
+ <DT><A HREF="./com/google/appengine/api/memcache/ErrorHandler.html" title="interface in com.google.appengine.api.memcache"><B>ErrorHandler</B></A> - Interface in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>Handles errors raised by the <code>MemcacheService</code>, registered with
431
+ <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#setErrorHandler(com.google.appengine.api.memcache.ErrorHandler)"><CODE>MemcacheService.setErrorHandler(ErrorHandler)</CODE></A>.<DT><A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache"><B>Expiration</B></A> - Class in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>Expiration specifications on <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map, com.google.appengine.api.memcache.Expiration)"><CODE>MemcacheService.putAll(Map , Expiration)</CODE></A>
432
+ and <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration)"><CODE>MemcacheService.put(Object, Object, Expiration)</CODE></A> operations.<DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#extractImplicitPropertiesFromPb(EntityProto, java.util.Map)"><B>extractImplicitPropertiesFromPb(EntityProto, Map&lt;String, Object&gt;)</B></A> -
433
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
434
+ <DD>Copy all of the implicit properties present on <code>proto</code>
435
+ into <code>map</code>.
436
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#extractIndexedPropertiesFromPb(EntityProto, java.util.Map)"><B>extractIndexedPropertiesFromPb(EntityProto, Map&lt;String, Object&gt;)</B></A> -
437
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
438
+ <DD>Copy all of the indexed properties present on <code>proto</code>
439
+ into <code>map</code>.
440
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#extractPropertiesFromPb(EntityProto, java.util.Map)"><B>extractPropertiesFromPb(EntityProto, Map&lt;String, Object&gt;)</B></A> -
441
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
442
+ <DD>Copy all of the properties present on <code>proto</code>
443
+ into <code>map</code>.
444
+ </DL>
445
+ <HR>
446
+ <A NAME="_F_"><!-- --></A><H2>
447
+ <B>F</B></H2>
448
+ <DL>
449
+ <DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html#fetch(java.net.URL)"><B>fetch(URL)</B></A> -
450
+ Method in interface com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html" title="interface in com.google.appengine.api.urlfetch">URLFetchService</A>
451
+ <DD>Convenience method for retrieving a specific URL via a HTTP GET
452
+ request with no custom headers and default values for all
453
+ <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A> attributes.
454
+ <DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html#fetch(com.google.appengine.api.urlfetch.HTTPRequest)"><B>fetch(HTTPRequest)</B></A> -
455
+ Method in interface com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html" title="interface in com.google.appengine.api.urlfetch">URLFetchService</A>
456
+ <DD>Execute the specified request and return its response.
457
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><B>FetchOptions</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Describes the limit, offset, and chunk size to be applied when
458
+ executing a <A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore"><CODE>PreparedQuery</CODE></A>.<DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><B>FetchOptions</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD>Allows users to customize the behavior of <A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html" title="interface in com.google.appengine.api.urlfetch"><CODE>URLFetchService</CODE></A>
459
+ operations.<DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html" title="class in com.google.appengine.api.datastore"><B>FetchOptions.Builder</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Contains static creation methods for <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A>.<DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html" title="class in com.google.appengine.api.urlfetch"><B>FetchOptions.Builder</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD>Contains static creation methods for <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A>.<DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#findIndexedPropertiesOnPb(EntityProto, java.lang.String)"><B>findIndexedPropertiesOnPb(EntityProto, String)</B></A> -
460
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
461
+ <DD>Locates and returns all indexed properties with the given name on the
462
+ given proto.
463
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html#followRedirects()"><B>followRedirects()</B></A> -
464
+ Static method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.Builder.html" title="class in com.google.appengine.api.urlfetch">FetchOptions.Builder</A>
465
+ <DD>Create a <A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch"><CODE>FetchOptions</CODE></A> that follows redirects.
466
+ <DT><A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html#followRedirects()"><B>followRedirects()</B></A> -
467
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/FetchOptions.html" title="class in com.google.appengine.api.urlfetch">FetchOptions</A>
468
+ <DD>Enables following of redirects.
469
+ </DL>
470
+ <HR>
471
+ <A NAME="_G_"><!-- --></A><H2>
472
+ <B>G</B></H2>
473
+ <DL>
474
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#get(com.google.appengine.api.datastore.Key)"><B>get(Key)</B></A> -
475
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
476
+ <DD>Retrieves the <code>Entity</code> with the specified <code>Key</code>.
477
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#get(com.google.appengine.api.datastore.Transaction, com.google.appengine.api.datastore.Key)"><B>get(Transaction, Key)</B></A> -
478
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
479
+ <DD>Exhibits the same behavior as <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#get(com.google.appengine.api.datastore.Key)"><CODE>DatastoreService.get(Key)</CODE></A>, but executes within
480
+ the provided transaction.
481
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#get(java.lang.Iterable)"><B>get(Iterable&lt;Key&gt;)</B></A> -
482
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
483
+ <DD>Retrieves the set of <A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore"><CODE>Entities</CODE></A> matching <code>keys</code>.
484
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#get(com.google.appengine.api.datastore.Transaction, java.lang.Iterable)"><B>get(Transaction, Iterable&lt;Key&gt;)</B></A> -
485
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
486
+ <DD>Exhibits the same behavior as <CODE>#get(Iterable<Key>)</CODE>, but executes within
487
+ the provided transaction.
488
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#get(java.lang.Object)"><B>get(Object)</B></A> -
489
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
490
+ <DD>Fetches a previously-stored value, or <code>null</code> if unset.
491
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#getActiveTransactions()"><B>getActiveTransactions()</B></A> -
492
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
493
+ <DD>&nbsp;
494
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#getAll(java.util.Collection)"><B>getAll(Collection&lt;Object&gt;)</B></A> -
495
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
496
+ <DD>Performs a get of multiple keys at once.
497
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#getAncestor()"><B>getAncestor()</B></A> -
498
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
499
+ <DD>Gets the current ancestor for this query, or null if there is no
500
+ ancestor specified.
501
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getAppId()"><B>getAppId()</B></A> -
502
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
503
+ <DD>Returns the identifier of the application that owns this <code>Entity</code>.
504
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getAttachments()"><B>getAttachments()</B></A> -
505
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
506
+ <DD>Gets the attachments of this message.
507
+ <DT><A HREF="./com/google/appengine/api/users/User.html#getAuthDomain()"><B>getAuthDomain()</B></A> -
508
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
509
+ <DD>&nbsp;
510
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getBcc()"><B>getBcc()</B></A> -
511
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
512
+ <DD>Gets the recipients in the 'bcc' field of this message.
513
+ <DT><A HREF="./com/google/appengine/api/datastore/Blob.html#getBytes()"><B>getBytes()</B></A> -
514
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore">Blob</A>
515
+ <DD>Return the bytes stored in this <code>Blob</code>.
516
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#getBytes()"><B>getBytes()</B></A> -
517
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
518
+ <DD>Return the bytes stored in this <code>ShortBlob</code>.
519
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getBytesReturnedForHits()"><B>getBytesReturnedForHits()</B></A> -
520
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
521
+ <DD>Sum of key and value bytes in successful get() and contains().
522
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getCc()"><B>getCc()</B></A> -
523
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
524
+ <DD>Gets the recipients in the 'cc' field of this message.
525
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getChild(java.lang.String, long)"><B>getChild(String, long)</B></A> -
526
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
527
+ <DD>Creates a new key having <code>this</code> as parent and the given numeric
528
+ identifier.
529
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getChild(java.lang.String, java.lang.String)"><B>getChild(String, String)</B></A> -
530
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
531
+ <DD>Creates a new key having <code>this</code> as parent and the given name.
532
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#getComparablePropertyValue(Property)"><B>getComparablePropertyValue(Property)</B></A> -
533
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
534
+ <DD>Returns the value for the property as its comparable representation type.
535
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html#getContent()"><B>getContent()</B></A> -
536
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html" title="class in com.google.appengine.api.urlfetch">HTTPResponse</A>
537
+ <DD>Returns the content of the request, or null if there is no
538
+ content present (e.g.
539
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#getCurrentTransaction()"><B>getCurrentTransaction()</B></A> -
540
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
541
+ <DD>Returns the current transaction for this thread, or throws an exception if
542
+ there is no current transaction.
543
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#getCurrentTransaction(com.google.appengine.api.datastore.Transaction)"><B>getCurrentTransaction(Transaction)</B></A> -
544
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
545
+ <DD>Returns the current transaction for this thread, or returns the parameter
546
+ if there is no current transaction.
547
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html#getCurrentUser()"><B>getCurrentUser()</B></A> -
548
+ Method in interface com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users">UserService</A>
549
+ <DD>If the user is logged in, this method will return a <code>User</code> that
550
+ contains information about them.
551
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Attachment.html#getData()"><B>getData()</B></A> -
552
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Attachment.html" title="class in com.google.appengine.api.mail">MailService.Attachment</A>
553
+ <DD>Gets the content of this attachment.
554
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html#getDatastoreService()"><B>getDatastoreService()</B></A> -
555
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html" title="class in com.google.appengine.api.datastore">DatastoreServiceFactory</A>
556
+ <DD>Creates a <code>DatastoreService</code> using the default config
557
+ (<A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html#DEFAULT"><CODE>DatastoreConfig.DEFAULT</CODE></A>).
558
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html#getDatastoreService(com.google.appengine.api.datastore.DatastoreConfig)"><B>getDatastoreService(DatastoreConfig)</B></A> -
559
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html" title="class in com.google.appengine.api.datastore">DatastoreServiceFactory</A>
560
+ <DD>Creates a <code>DatastoreService</code> using the provided config.
561
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html#getDefaultDatastoreConfig()"><B>getDefaultDatastoreConfig()</B></A> -
562
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreServiceFactory.html" title="class in com.google.appengine.api.datastore">DatastoreServiceFactory</A>
563
+ <DD>&nbsp;
564
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html#getDirection()"><B>getDirection()</B></A> -
565
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>
566
+ <DD>Gets the direction of the sort.
567
+ <DT><A HREF="./com/google/appengine/api/users/User.html#getEmail()"><B>getEmail()</B></A> -
568
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
569
+ <DD>&nbsp;
570
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#getErrorHandler()"><B>getErrorHandler()</B></A> -
571
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
572
+ <DD>Fetches the current error handler.
573
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#getFetchOptions()"><B>getFetchOptions()</B></A> -
574
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
575
+ <DD>Get the fetch options for this request.
576
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Attachment.html#getFileName()"><B>getFileName()</B></A> -
577
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Attachment.html" title="class in com.google.appengine.api.mail">MailService.Attachment</A>
578
+ <DD>Gets the file name of this attachment.
579
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#getFilterPredicates()"><B>getFilterPredicates()</B></A> -
580
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
581
+ <DD>Returns an unmodifiable list of the current filter predicates.
582
+ <DT><A HREF="./com/google/appengine/api/images/Image.html#getFormat()"><B>getFormat()</B></A> -
583
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images">Image</A>
584
+ <DD>Gets the encoding format of the image.
585
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#getHeaders()"><B>getHeaders()</B></A> -
586
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
587
+ <DD>Returns an immutable <code>List</code> of <code>HTTPHeader</code> objects
588
+ that have been added to this request.
589
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html#getHeaders()"><B>getHeaders()</B></A> -
590
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html" title="class in com.google.appengine.api.urlfetch">HTTPResponse</A>
591
+ <DD>Returns a <code>List</code> of HTTP response headers that were
592
+ returned by the remote server.
593
+ <DT><A HREF="./com/google/appengine/api/images/Image.html#getHeight()"><B>getHeight()</B></A> -
594
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images">Image</A>
595
+ <DD>Gets the height of the image.
596
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getHitCount()"><B>getHitCount()</B></A> -
597
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
598
+ <DD>The counter of "successful" <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#get(java.lang.Object)"><CODE>MemcacheService.get(Object)</CODE></A> or
599
+ <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#contains(java.lang.Object)"><CODE>MemcacheService.contains(Object)</CODE></A> operations.
600
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getHtmlBody()"><B>getHtmlBody()</B></A> -
601
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
602
+ <DD>Gets the html body of this message.
603
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getId()"><B>getId()</B></A> -
604
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
605
+ <DD>Returns the numeric identifier of this <code>Key</code>.
606
+ <DT><A HREF="./com/google/appengine/api/datastore/Transaction.html#getId()"><B>getId()</B></A> -
607
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Transaction.html" title="interface in com.google.appengine.api.datastore">Transaction</A>
608
+ <DD>&nbsp;
609
+ <DT><A HREF="./com/google/appengine/api/images/Image.html#getImageData()"><B>getImageData()</B></A> -
610
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images">Image</A>
611
+ <DD>Gets the raw imageData of the image.
612
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#getImagesService()"><B>getImagesService()</B></A> -
613
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
614
+ <DD>Creates an implementation of the ImagesService.
615
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html#getImplicitTransactionManagementPolicy()"><B>getImplicitTransactionManagementPolicy()</B></A> -
616
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreConfig.html" title="interface in com.google.appengine.api.datastore">DatastoreConfig</A>
617
+ <DD>&nbsp;
618
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getItemCount()"><B>getItemCount()</B></A> -
619
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
620
+ <DD>Number of entries currently "alive" in the cache.
621
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getKey()"><B>getKey()</B></A> -
622
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
623
+ <DD>Returns the <code>Key</code> that represents this <code>Entity</code>.
624
+ <DT><A HREF="./com/google/appengine/api/datastore/EntityNotFoundException.html#getKey()"><B>getKey()</B></A> -
625
+ Method in exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/EntityNotFoundException.html" title="class in com.google.appengine.api.datastore">EntityNotFoundException</A>
626
+ <DD>&nbsp;
627
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#getKey()"><B>getKey()</B></A> -
628
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
629
+ <DD>&nbsp;
630
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getKind()"><B>getKind()</B></A> -
631
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
632
+ <DD>Returns a logical type that is associated with this <code>Entity</code>.
633
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getKind()"><B>getKind()</B></A> -
634
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
635
+ <DD>Returns the kind of the <code>Entity</code> represented by this <code>Key</code>.
636
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#getKind()"><B>getKind()</B></A> -
637
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
638
+ <DD>Only <code>Entity</code> objects whose kind matches this value will be
639
+ returned.
640
+ <DT><A HREF="./com/google/appengine/api/mail/MailServiceFactory.html#getMailService()"><B>getMailService()</B></A> -
641
+ Static method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailServiceFactory.html" title="class in com.google.appengine.api.mail">MailServiceFactory</A>
642
+ <DD>Returns an implementation of the <A HREF="./com/google/appengine/api/mail/MailService.html" title="interface in com.google.appengine.api.mail"><CODE>MailService</CODE></A>.
643
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getMaxTimeWithoutAccess()"><B>getMaxTimeWithoutAccess()</B></A> -
644
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
645
+ <DD>Milliseconds since last access of least-recently-used live entry.
646
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheServiceFactory.html#getMemcacheService()"><B>getMemcacheService()</B></A> -
647
+ Static method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheServiceFactory.html" title="class in com.google.appengine.api.memcache">MemcacheServiceFactory</A>
648
+ <DD>Gets a handle to the cache service.
649
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#getMethod()"><B>getMethod()</B></A> -
650
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
651
+ <DD>Gets the HTTP method for this request (e.g.
652
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getMissCount()"><B>getMissCount()</B></A> -
653
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
654
+ <DD>The counter of "unsuccessful" <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#get(java.lang.Object)"><CODE>MemcacheService.get(Object)</CODE></A> or
655
+ <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#contains(java.lang.Object)"><CODE>MemcacheService.contains(Object)</CODE></A> operations.
656
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getName()"><B>getName()</B></A> -
657
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
658
+ <DD>&nbsp;
659
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html#getName()"><B>getName()</B></A> -
660
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html" title="class in com.google.appengine.api.urlfetch">HTTPHeader</A>
661
+ <DD>&nbsp;
662
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getNamespace()"><B>getNamespace()</B></A> -
663
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
664
+ <DD>Returns the namespace of the application/namespace that owns
665
+ this <code>Entity</code>.
666
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#getNamespace()"><B>getNamespace()</B></A> -
667
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
668
+ <DD>Get the name of the namespace that will be used in API
669
+ calls.
670
+ <DT><A HREF="./com/google/appengine/api/users/User.html#getNickname()"><B>getNickname()</B></A> -
671
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
672
+ <DD>Return this user's nickname.
673
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#getOperator()"><B>getOperator()</B></A> -
674
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
675
+ <DD>Gets the operator describing how to apply the filter.
676
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getParent()"><B>getParent()</B></A> -
677
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
678
+ <DD>Get a <code>Key</code> that corresponds to this the parent <code>Entity</code> of this <code>Entity</code>.
679
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#getParent()"><B>getParent()</B></A> -
680
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
681
+ <DD>If this <code>Key</code> has a parent, return a <code>Key</code> that
682
+ represents it.
683
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#getPayload()"><B>getPayload()</B></A> -
684
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
685
+ <DD>Gets the payload (e.g.
686
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getProperties()"><B>getProperties()</B></A> -
687
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
688
+ <DD>Gets all of the properties belonging to this <code>Entity</code>.
689
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> -
690
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
691
+ <DD>Gets the property with the specified name.
692
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#getPropertyName()"><B>getPropertyName()</B></A> -
693
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
694
+ <DD>Gets the name of the property to be filtered on.
695
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html#getPropertyName()"><B>getPropertyName()</B></A> -
696
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>
697
+ <DD>Gets the name of the property to sort on.
698
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#getPropertyValue(Property)"><B>getPropertyValue(Property)</B></A> -
699
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
700
+ <DD>Returns the value for the property as its canonical type.
701
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getReplyTo()"><B>getReplyTo()</B></A> -
702
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
703
+ <DD>Gets the reply to field of this message.
704
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html#getResponseCode()"><B>getResponseCode()</B></A> -
705
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html" title="class in com.google.appengine.api.urlfetch">HTTPResponse</A>
706
+ <DD>Returns the HTTP response code from the request (e.g.
707
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#getSecondsValue()"><B>getSecondsValue()</B></A> -
708
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
709
+ <DD>Fetches the expiration date, in seconds-since-epoch.
710
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getSender()"><B>getSender()</B></A> -
711
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
712
+ <DD>Gets the sender of this message.
713
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#getSortPredicates()"><B>getSortPredicates()</B></A> -
714
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
715
+ <DD>Returns an unmodifiable list of the current sort predicates.
716
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#getStatistics()"><B>getStatistics()</B></A> -
717
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
718
+ <DD>Fetches some statistics about the cache and its usage.
719
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#getString()"><B>getString()</B></A> -
720
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
721
+ <DD>&nbsp;
722
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getSubject()"><B>getSubject()</B></A> -
723
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
724
+ <DD>Gets the subject of this message.
725
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#getSupportedTypes()"><B>getSupportedTypes()</B></A> -
726
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
727
+ <DD>Returns an unmodifiable <code>Set</code> of supported <code>Class</code>
728
+ objects.
729
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getTextBody()"><B>getTextBody()</B></A> -
730
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
731
+ <DD>Gets the text body of this message.
732
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#getTo()"><B>getTo()</B></A> -
733
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
734
+ <DD>Gets the recipients in the 'to' field of this message.
735
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html#getTotalItemBytes()"><B>getTotalItemBytes()</B></A> -
736
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache">Stats</A>
737
+ <DD>Sum of key and value sizes for all live entries currently in cache.
738
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html#getTypeRank(java.lang.Class)"><B>getTypeRank(Class&lt;? extends Comparable&gt;)</B></A> -
739
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator</A>
740
+ <DD>Get the rank of the given datastore type relative to other datastore
741
+ types.
742
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#getURL()"><B>getURL()</B></A> -
743
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
744
+ <DD>Gets the URL for this request.
745
+ <DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchServiceFactory.html#getURLFetchService()"><B>getURLFetchService()</B></A> -
746
+ Static method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/URLFetchServiceFactory.html" title="class in com.google.appengine.api.urlfetch">URLFetchServiceFactory</A>
747
+ <DD>&nbsp;
748
+ <DT><A HREF="./com/google/appengine/api/users/UserServiceFactory.html#getUserService()"><B>getUserService()</B></A> -
749
+ Static method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserServiceFactory.html" title="class in com.google.appengine.api.users">UserServiceFactory</A>
750
+ <DD>Creates an implementation of the UserService.
751
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html#getValue()"><B>getValue()</B></A> -
752
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
753
+ <DD>Returns the value of this <code>Link</code>.
754
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#getValue()"><B>getValue()</B></A> -
755
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
756
+ <DD>Gets the argument to the filter operator.
757
+ <DT><A HREF="./com/google/appengine/api/datastore/Text.html#getValue()"><B>getValue()</B></A> -
758
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore">Text</A>
759
+ <DD>Return the value of this <code>Text</code>.
760
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html#getValue()"><B>getValue()</B></A> -
761
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html" title="class in com.google.appengine.api.urlfetch">HTTPHeader</A>
762
+ <DD>&nbsp;
763
+ <DT><A HREF="./com/google/appengine/api/images/Image.html#getWidth()"><B>getWidth()</B></A> -
764
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images">Image</A>
765
+ <DD>Gets the width of the image.
766
+ </DL>
767
+ <HR>
768
+ <A NAME="_H_"><!-- --></A><H2>
769
+ <B>H</B></H2>
770
+ <DL>
771
+ <DT><A HREF="./com/google/appengine/api/memcache/ErrorHandler.html#handleDeserializationError(com.google.appengine.api.memcache.InvalidValueException)"><B>handleDeserializationError(InvalidValueException)</B></A> -
772
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/ErrorHandler.html" title="interface in com.google.appengine.api.memcache">ErrorHandler</A>
773
+ <DD>Handles deserialization errors.
774
+ <DT><A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html#handleDeserializationError(com.google.appengine.api.memcache.InvalidValueException)"><B>handleDeserializationError(InvalidValueException)</B></A> -
775
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html" title="class in com.google.appengine.api.memcache">LogAndContinueErrorHandler</A>
776
+ <DD>Logs the <code>thrown</code> error condition, but does not expose it to
777
+ application code.
778
+ <DT><A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html#handleDeserializationError(com.google.appengine.api.memcache.InvalidValueException)"><B>handleDeserializationError(InvalidValueException)</B></A> -
779
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html" title="class in com.google.appengine.api.memcache">StrictErrorHandler</A>
780
+ <DD>Throws <A HREF="./com/google/appengine/api/memcache/InvalidValueException.html" title="class in com.google.appengine.api.memcache"><CODE>InvalidValueException</CODE></A> for any call.
781
+ <DT><A HREF="./com/google/appengine/api/memcache/ErrorHandler.html#handleServiceError(com.google.appengine.api.memcache.MemcacheServiceException)"><B>handleServiceError(MemcacheServiceException)</B></A> -
782
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/ErrorHandler.html" title="interface in com.google.appengine.api.memcache">ErrorHandler</A>
783
+ <DD>Handles back-end service errors.
784
+ <DT><A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html#handleServiceError(com.google.appengine.api.memcache.MemcacheServiceException)"><B>handleServiceError(MemcacheServiceException)</B></A> -
785
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html" title="class in com.google.appengine.api.memcache">LogAndContinueErrorHandler</A>
786
+ <DD>Logs the <code>thrown</code> error condition, but does not expose it to
787
+ application code.
788
+ <DT><A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html#handleServiceError(com.google.appengine.api.memcache.MemcacheServiceException)"><B>handleServiceError(MemcacheServiceException)</B></A> -
789
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html" title="class in com.google.appengine.api.memcache">StrictErrorHandler</A>
790
+ <DD>Throws <A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html" title="class in com.google.appengine.api.memcache"><CODE>MemcacheServiceException</CODE></A> for any call.
791
+ <DT><A HREF="./com/google/appengine/api/datastore/Blob.html#hashCode()"><B>hashCode()</B></A> -
792
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore">Blob</A>
793
+ <DD>&nbsp;
794
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html#hashCode()"><B>hashCode()</B></A> -
795
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeTranslator.ComparableByteArray.html" title="class in com.google.appengine.api.datastore">DataTypeTranslator.ComparableByteArray</A>
796
+ <DD>&nbsp;
797
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#hashCode()"><B>hashCode()</B></A> -
798
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
799
+ <DD>&nbsp;
800
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#hashCode()"><B>hashCode()</B></A> -
801
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
802
+ <DD>&nbsp;
803
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html#hashCode()"><B>hashCode()</B></A> -
804
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
805
+ <DD>&nbsp;
806
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#hashCode()"><B>hashCode()</B></A> -
807
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
808
+ <DD>&nbsp;
809
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#hashCode()"><B>hashCode()</B></A> -
810
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
811
+ <DD>&nbsp;
812
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html#hashCode()"><B>hashCode()</B></A> -
813
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>
814
+ <DD>&nbsp;
815
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#hashCode()"><B>hashCode()</B></A> -
816
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
817
+ <DD>&nbsp;
818
+ <DT><A HREF="./com/google/appengine/api/datastore/Text.html#hashCode()"><B>hashCode()</B></A> -
819
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore">Text</A>
820
+ <DD>&nbsp;
821
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#hashCode()"><B>hashCode()</B></A> -
822
+ Method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
823
+ <DD>&nbsp;
824
+ <DT><A HREF="./com/google/appengine/api/users/User.html#hashCode()"><B>hashCode()</B></A> -
825
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
826
+ <DD>&nbsp;
827
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#hasProperty(java.lang.String)"><B>hasProperty(String)</B></A> -
828
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
829
+ <DD>Returns true if a property has been set.
830
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#histogram(com.google.appengine.api.images.Image)"><B>histogram(Image)</B></A> -
831
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
832
+ <DD>Calculates the histogram of the image.
833
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html" title="class in com.google.appengine.api.urlfetch"><B>HTTPHeader</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD><code>HTTPHeader</code> can represent either an HTTP request header, or
834
+ an HTTP response header.<DT><A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html#HTTPHeader(java.lang.String, java.lang.String)"><B>HTTPHeader(String, String)</B></A> -
835
+ Constructor for class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPHeader.html" title="class in com.google.appengine.api.urlfetch">HTTPHeader</A>
836
+ <DD>Creates a new header with the specified name and value.
837
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPMethod.html" title="enum in com.google.appengine.api.urlfetch"><B>HTTPMethod</B></A> - Enum in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD><code>HTTPMethod</code> is an enumeration of HTTP methods that can be
838
+ sent to a remote server via the <code>URLFetchService</code>.<DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch"><B>HTTPRequest</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD><code>HTTPRequest</code> encapsulates a single HTTP request that is made
839
+ via the <code>URLFetchService</code>.<DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#HTTPRequest(java.net.URL)"><B>HTTPRequest(URL)</B></A> -
840
+ Constructor for class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
841
+ <DD>Creates a <code>HTTPRequest</code> that represents a GET request to
842
+ the specified URL.
843
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#HTTPRequest(java.net.URL, com.google.appengine.api.urlfetch.HTTPMethod)"><B>HTTPRequest(URL, HTTPMethod)</B></A> -
844
+ Constructor for class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
845
+ <DD>Creates a <code>HTTPRequest</code> that represents an HTTP request to
846
+ the speceified URL with the specified HTTP method (e.g.
847
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#HTTPRequest(java.net.URL, com.google.appengine.api.urlfetch.HTTPMethod, com.google.appengine.api.urlfetch.FetchOptions)"><B>HTTPRequest(URL, HTTPMethod, FetchOptions)</B></A> -
848
+ Constructor for class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
849
+ <DD>Creates a <code>HTTPRequest</code> that represents an HTTP request to
850
+ the speceified URL with the specified HTTP method (e.g.
851
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPResponse.html" title="class in com.google.appengine.api.urlfetch"><B>HTTPResponse</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD><code>HTTPResponse</code> encapsulates the results of a <code>HTTPRequest</code> made via the <code>URLFetchService</code>.</DL>
852
+ <HR>
853
+ <A NAME="_I_"><!-- --></A><H2>
854
+ <B>I</B></H2>
855
+ <DL>
856
+ <DT><A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images"><B>Image</B></A> - Interface in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD><code>Image</code> represents an image that can be manipulated by the
857
+ <A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images"><CODE>ImagesService</CODE></A>.<DT><A HREF="./com/google/appengine/api/images/Image.Format.html" title="enum in com.google.appengine.api.images"><B>Image.Format</B></A> - Enum in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>Image formats usable by the images api.<DT><A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images"><B>ImagesService</B></A> - Interface in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>The images service provides methods to apply transformations to images.<DT><A HREF="./com/google/appengine/api/images/ImagesService.OutputEncoding.html" title="enum in com.google.appengine.api.images"><B>ImagesService.OutputEncoding</B></A> - Enum in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>Valid output encoding formats usable for image transforms.<DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images"><B>ImagesServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>Factory for creating an <A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images"><CODE>ImagesService</CODE></A>, <A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images"><CODE>Image</CODE></A>s and
858
+ <A HREF="./com/google/appengine/api/images/Transform.html" title="class in com.google.appengine.api.images"><CODE>Transform</CODE></A>s.<DT><A HREF="./com/google/appengine/api/images/ImagesServiceFailureException.html" title="class in com.google.appengine.api.images"><B>ImagesServiceFailureException</B></A> - Exception in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD><code>ImagesServiceFailureException</code> is thrown when any unknown
859
+ error occurs while communicating with the images service.<DT><A HREF="./com/google/appengine/api/images/ImagesServiceFailureException.html#ImagesServiceFailureException(java.lang.String)"><B>ImagesServiceFailureException(String)</B></A> -
860
+ Constructor for exception com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFailureException.html" title="class in com.google.appengine.api.images">ImagesServiceFailureException</A>
861
+ <DD>Creates an exception with the supplied message.
862
+ <DT><A HREF="./com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html" title="enum in com.google.appengine.api.datastore"><B>ImplicitTransactionManagementPolicy</B></A> - Enum in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Describes the various policies the datastore can follow for implicit
863
+ transaction management.<DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#increment(java.lang.Object, long)"><B>increment(Object, long)</B></A> -
864
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
865
+ <DD>Atomically fetches, increments, and stores a given integral value.
866
+ <DT><A HREF="./com/google/appengine/api/memcache/InvalidValueException.html" title="class in com.google.appengine.api.memcache"><B>InvalidValueException</B></A> - Exception in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>Thrown when a cache entry has content, but it cannot be read.<DT><A HREF="./com/google/appengine/api/memcache/InvalidValueException.html#InvalidValueException(java.lang.String, java.lang.Throwable)"><B>InvalidValueException(String, Throwable)</B></A> -
867
+ Constructor for exception com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/InvalidValueException.html" title="class in com.google.appengine.api.memcache">InvalidValueException</A>
868
+ <DD>&nbsp;
869
+ <DT><A HREF="./com/google/appengine/api/memcache/InvalidValueException.html#InvalidValueException(java.lang.String)"><B>InvalidValueException(String)</B></A> -
870
+ Constructor for exception com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/InvalidValueException.html" title="class in com.google.appengine.api.memcache">InvalidValueException</A>
871
+ <DD>&nbsp;
872
+ <DT><A HREF="./com/google/appengine/api/datastore/Transaction.html#isActive()"><B>isActive()</B></A> -
873
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Transaction.html" title="interface in com.google.appengine.api.datastore">Transaction</A>
874
+ <DD>&nbsp;
875
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#isComplete()"><B>isComplete()</B></A> -
876
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
877
+ <DD>Returns true if this Key has a name specified or has been assigned an identifier.
878
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#isKeysOnly()"><B>isKeysOnly()</B></A> -
879
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
880
+ <DD>Returns true if this query will fetch and return keys only, false if it
881
+ will fetch and return full entities.
882
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#isSupportedType(java.lang.Class)"><B>isSupportedType(Class&lt;?&gt;)</B></A> -
883
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
884
+ <DD>Returns true if and only if the supplied <code>Class</code> can be
885
+ stored in the data store.
886
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html#isUserAdmin()"><B>isUserAdmin()</B></A> -
887
+ Method in interface com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users">UserService</A>
888
+ <DD>Returns true if the user making this request is an admin for this
889
+ application, false otherwise.
890
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html#isUserLoggedIn()"><B>isUserLoggedIn()</B></A> -
891
+ Method in interface com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users">UserService</A>
892
+ <DD>Returns true if there is a user logged in, false otherwise.
893
+ </DL>
894
+ <HR>
895
+ <A NAME="_K_"><!-- --></A><H2>
896
+ <B>K</B></H2>
897
+ <DL>
898
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><B>Key</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>The primary key for a datastore entity.<DT><A HREF="./com/google/appengine/api/datastore/Entity.html#KEY_RESERVED_PROPERTY"><B>KEY_RESERVED_PROPERTY</B></A> -
899
+ Static variable in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
900
+ <DD>A reserved property name used to refer to the key of the entity.
901
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore"><B>KeyFactory</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Allows you to create arbitrary <code>Key</code> objects in the root
902
+ entity group group (no parent).<DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore"><B>KeyFactory.Builder</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Helper class that aids in the construction of <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Keys</CODE></A> with
903
+ ancestors.<DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#KeyFactory.Builder(java.lang.String, java.lang.String)"><B>KeyFactory.Builder(String, String)</B></A> -
904
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
905
+ <DD>Create a <code>Builder</code>, establishing a <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> constructed from
906
+ the provided kind and name as the topmost ancestor.
907
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#KeyFactory.Builder(java.lang.String, long)"><B>KeyFactory.Builder(String, long)</B></A> -
908
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
909
+ <DD>Create a <code>Builder</code>, establishing a <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> constructed from
910
+ the provided kind and id as the topmost ancestor.
911
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html#KeyFactory.Builder(com.google.appengine.api.datastore.Key)"><B>KeyFactory.Builder(Key)</B></A> -
912
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.Builder.html" title="class in com.google.appengine.api.datastore">KeyFactory.Builder</A>
913
+ <DD>Create a <code>Builder</code>, establishing the provided <A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore"><CODE>Key</CODE></A> as the
914
+ topmost ancestor.
915
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#keyToString(com.google.appengine.api.datastore.Key)"><B>keyToString(Key)</B></A> -
916
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
917
+ <DD>Converts a <code>Key</code> into a websafe string.
918
+ </DL>
919
+ <HR>
920
+ <A NAME="_L_"><!-- --></A><H2>
921
+ <B>L</B></H2>
922
+ <DL>
923
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html#limit(int)"><B>limit(int)</B></A> -
924
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore">FetchOptions</A>
925
+ <DD>Sets the limit.
926
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore"><B>Link</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>A <code>Link</code> is a URL of limited length.<DT><A HREF="./com/google/appengine/api/datastore/Link.html#Link(java.lang.String)"><B>Link(String)</B></A> -
927
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
928
+ <DD>Constructs a new <code>Link</code> object with the specified value.
929
+ <DT><A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html" title="class in com.google.appengine.api.memcache"><B>LogAndContinueErrorHandler</B></A> - Class in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>The default error handler, which will cause most service errors to behave
930
+ as though there were a cache miss, not an error.<DT><A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html#LogAndContinueErrorHandler(java.util.logging.Level)"><B>LogAndContinueErrorHandler(Level)</B></A> -
931
+ Constructor for class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/LogAndContinueErrorHandler.html" title="class in com.google.appengine.api.memcache">LogAndContinueErrorHandler</A>
932
+ <DD>Constructor for a given logging level.
933
+ </DL>
934
+ <HR>
935
+ <A NAME="_M_"><!-- --></A><H2>
936
+ <B>M</B></H2>
937
+ <DL>
938
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.html" title="interface in com.google.appengine.api.mail"><B>MailService</B></A> - Interface in <A HREF="./com/google/appengine/api/mail/package-summary.html">com.google.appengine.api.mail</A><DD>The <code>MailService</code> provides a way for user code to send
939
+ emails to arbitrary destinations.<DT><A HREF="./com/google/appengine/api/mail/MailService.Attachment.html" title="class in com.google.appengine.api.mail"><B>MailService.Attachment</B></A> - Class in <A HREF="./com/google/appengine/api/mail/package-summary.html">com.google.appengine.api.mail</A><DD>&nbsp;<DT><A HREF="./com/google/appengine/api/mail/MailService.Attachment.html#MailService.Attachment(java.lang.String, byte[])"><B>MailService.Attachment(String, byte[])</B></A> -
940
+ Constructor for class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Attachment.html" title="class in com.google.appengine.api.mail">MailService.Attachment</A>
941
+ <DD>Attachments are an optional part of messages, but if present, all
942
+ information about them must be provided.
943
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail"><B>MailService.Message</B></A> - Class in <A HREF="./com/google/appengine/api/mail/package-summary.html">com.google.appengine.api.mail</A><DD>Messages are prepared by the caller, and then submitted to the Mail service
944
+ for sending.<DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#MailService.Message()"><B>MailService.Message()</B></A> -
945
+ Constructor for class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
946
+ <DD>&nbsp;
947
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#MailService.Message(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>MailService.Message(String, String, String, String)</B></A> -
948
+ Constructor for class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
949
+ <DD>Convenience constructor for simple messages
950
+ <DT><A HREF="./com/google/appengine/api/mail/MailServiceFactory.html" title="class in com.google.appengine.api.mail"><B>MailServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/mail/package-summary.html">com.google.appengine.api.mail</A><DD>Factory for creating a <A HREF="./com/google/appengine/api/mail/MailService.html" title="interface in com.google.appengine.api.mail"><CODE>MailService</CODE></A>.<DT><A HREF="./com/google/appengine/api/mail/MailServiceFactory.html#MailServiceFactory()"><B>MailServiceFactory()</B></A> -
951
+ Constructor for class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailServiceFactory.html" title="class in com.google.appengine.api.mail">MailServiceFactory</A>
952
+ <DD>&nbsp;
953
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeComposite(com.google.appengine.api.images.Image, int, int, float, com.google.appengine.api.images.Composite.Anchor)"><B>makeComposite(Image, int, int, float, Composite.Anchor)</B></A> -
954
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
955
+ <DD>Creates an image composition operation.
956
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeCompositeTransform(java.util.Collection)"><B>makeCompositeTransform(Collection&lt;Transform&gt;)</B></A> -
957
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
958
+ <DD>Creates a composite transform that can represent multiple transforms
959
+ applied in series.
960
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeCompositeTransform()"><B>makeCompositeTransform()</B></A> -
961
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
962
+ <DD>Creates a composite transform that can represent multiple transforms
963
+ applied in series.
964
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeCrop(float, float, float, float)"><B>makeCrop(float, float, float, float)</B></A> -
965
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
966
+ <DD>Creates a transform that will crop an image to fit within the bounding
967
+ box specified.
968
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeCrop(double, double, double, double)"><B>makeCrop(double, double, double, double)</B></A> -
969
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
970
+ <DD>Creates a transform that will crop an image to fit within the bounding
971
+ box specified.
972
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeHorizontalFlip()"><B>makeHorizontalFlip()</B></A> -
973
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
974
+ <DD>Creates a transform that will horizontally flip an image.
975
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeImage(byte[])"><B>makeImage(byte[])</B></A> -
976
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
977
+ <DD>Creates an image from the provided <code>imageData</code>.
978
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeImFeelingLucky()"><B>makeImFeelingLucky()</B></A> -
979
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
980
+ <DD>Creates a transform that automatically adjust contrast and color levels.
981
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeResize(int, int)"><B>makeResize(int, int)</B></A> -
982
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
983
+ <DD>Creates a transform that will resize an image to fit within a box with
984
+ width <code>width</code> and height <code>height</code>.
985
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeRotate(int)"><B>makeRotate(int)</B></A> -
986
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
987
+ <DD>Creates a transform that rotates an image by <code>degrees</code> degrees
988
+ clockwise.
989
+ <DT><A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html#makeVerticalFlip()"><B>makeVerticalFlip()</B></A> -
990
+ Static method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesServiceFactory.html" title="class in com.google.appengine.api.images">ImagesServiceFactory</A>
991
+ <DD>Creates a transform that will vertically flip an image.
992
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#MAX_COMPOSITES_PER_REQUEST"><B>MAX_COMPOSITES_PER_REQUEST</B></A> -
993
+ Static variable in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
994
+ <DD>&nbsp;
995
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#MAX_LINK_PROPERTY_LENGTH"><B>MAX_LINK_PROPERTY_LENGTH</B></A> -
996
+ Static variable in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
997
+ <DD>&nbsp;
998
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#MAX_RESIZE_DIMENSIONS"><B>MAX_RESIZE_DIMENSIONS</B></A> -
999
+ Static variable in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
1000
+ <DD>&nbsp;
1001
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#MAX_SHORT_BLOB_PROPERTY_LENGTH"><B>MAX_SHORT_BLOB_PROPERTY_LENGTH</B></A> -
1002
+ Static variable in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
1003
+ <DD>This is the maximum number of bytes that a <code>ShortBlob</code> property
1004
+ can contain.
1005
+ <DT><A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#MAX_STRING_PROPERTY_LENGTH"><B>MAX_STRING_PROPERTY_LENGTH</B></A> -
1006
+ Static variable in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html" title="class in com.google.appengine.api.datastore">DataTypeUtils</A>
1007
+ <DD>This is the maximum number of characters that a string property
1008
+ can contain.
1009
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.html#MAX_TRANSFORMS_PER_REQUEST"><B>MAX_TRANSFORMS_PER_REQUEST</B></A> -
1010
+ Static variable in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.html" title="interface in com.google.appengine.api.images">ImagesService</A>
1011
+ <DD>&nbsp;
1012
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache"><B>MemcacheService</B></A> - Interface in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>The Java API for the App Engine Memcache service.<DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html" title="enum in com.google.appengine.api.memcache"><B>MemcacheService.SetPolicy</B></A> - Enum in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>Cache replacement strategies for <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>MemcacheService.put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)</CODE></A> operations,
1013
+ indicating how to handle putting a value that already exists.<DT><A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html" title="class in com.google.appengine.api.memcache"><B>MemcacheServiceException</B></A> - Exception in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>An exception for backend non-availability or similar error states which
1014
+ may occur, but are not necessarily indicative of a coding or usage error
1015
+ by the application.<DT><A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html#MemcacheServiceException(java.lang.String, java.lang.Throwable)"><B>MemcacheServiceException(String, Throwable)</B></A> -
1016
+ Constructor for exception com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html" title="class in com.google.appengine.api.memcache">MemcacheServiceException</A>
1017
+ <DD>&nbsp;
1018
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html#MemcacheServiceException(java.lang.String)"><B>MemcacheServiceException(String)</B></A> -
1019
+ Constructor for exception com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html" title="class in com.google.appengine.api.memcache">MemcacheServiceException</A>
1020
+ <DD>&nbsp;
1021
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheServiceFactory.html" title="class in com.google.appengine.api.memcache"><B>MemcacheServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>The factory by which users acquire a handle to the MemcacheService.</DL>
1022
+ <HR>
1023
+ <A NAME="_O_"><!-- --></A><H2>
1024
+ <B>O</B></H2>
1025
+ <DL>
1026
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html#offset(int)"><B>offset(int)</B></A> -
1027
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore">FetchOptions</A>
1028
+ <DD>Sets the offset.
1029
+ <DT><A HREF="./com/google/appengine/api/memcache/Expiration.html#onDate(java.util.Date)"><B>onDate(Date)</B></A> -
1030
+ Static method in class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/Expiration.html" title="class in com.google.appengine.api.memcache">Expiration</A>
1031
+ <DD>Creates an expiration at specific date/time.
1032
+ </DL>
1033
+ <HR>
1034
+ <A NAME="_P_"><!-- --></A><H2>
1035
+ <B>P</B></H2>
1036
+ <DL>
1037
+ <DT><A HREF="./com/google/appengine/api/images/CompositeTransform.html#preConcatenate(com.google.appengine.api.images.Transform)"><B>preConcatenate(Transform)</B></A> -
1038
+ Method in class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/CompositeTransform.html" title="class in com.google.appengine.api.images">CompositeTransform</A>
1039
+ <DD>Concatenates a transform to the start of this composite transform.
1040
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.html#prefetchSize(int)"><B>prefetchSize(int)</B></A> -
1041
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore">FetchOptions</A>
1042
+ <DD>Sets the number of entities to prefetch.
1043
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#prepare(com.google.appengine.api.datastore.Query)"><B>prepare(Query)</B></A> -
1044
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1045
+ <DD>Prepares a query for execution.
1046
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#prepare(com.google.appengine.api.datastore.Transaction, com.google.appengine.api.datastore.Query)"><B>prepare(Transaction, Query)</B></A> -
1047
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1048
+ <DD>Exhibits the same behavior as <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#prepare(com.google.appengine.api.datastore.Query)"><CODE>DatastoreService.prepare(Query)</CODE></A>, but executes within
1049
+ the provided transaction.
1050
+ <DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.html" title="interface in com.google.appengine.api.datastore"><B>PreparedQuery</B></A> - Interface in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Contains methods for fetching and returning entities
1051
+ from a <code>Query</code>.<DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html" title="class in com.google.appengine.api.datastore"><B>PreparedQuery.TooManyResultsException</B></A> - Exception in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Indicates that too many results were found for
1052
+ <A HREF="./com/google/appengine/api/datastore/PreparedQuery.html#asSingleEntity()"><CODE>PreparedQuery.asSingleEntity()</CODE></A>.<DT><A HREF="./com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html#PreparedQuery.TooManyResultsException()"><B>PreparedQuery.TooManyResultsException()</B></A> -
1053
+ Constructor for exception com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/PreparedQuery.TooManyResultsException.html" title="class in com.google.appengine.api.datastore">PreparedQuery.TooManyResultsException</A>
1054
+ <DD>&nbsp;
1055
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Entity)"><B>put(Entity)</B></A> -
1056
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1057
+ <DD>If the specified <code>Entity</code> does not yet exist in the data
1058
+ store, create it and assign its <code>Key</code>.
1059
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Transaction, com.google.appengine.api.datastore.Entity)"><B>put(Transaction, Entity)</B></A> -
1060
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1061
+ <DD>Exhibits the same behavior as <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Entity)"><CODE>DatastoreService.put(Entity)</CODE></A>, but executes within
1062
+ the provided transaction.
1063
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(java.lang.Iterable)"><B>put(Iterable&lt;Entity&gt;)</B></A> -
1064
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1065
+ <DD>Performs a batch <A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Entity)"><CODE>put</CODE></A> of all <code>entities</code>.
1066
+ <DT><A HREF="./com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Transaction, java.lang.Iterable)"><B>put(Transaction, Iterable&lt;Entity&gt;)</B></A> -
1067
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/DatastoreService.html" title="interface in com.google.appengine.api.datastore">DatastoreService</A>
1068
+ <DD>Exhibits the same behavior as <CODE>#put(Iterable<Entity>)</CODE>, but executes within
1069
+ the provided transaction.
1070
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><B>put(Object, Object, Expiration, MemcacheService.SetPolicy)</B></A> -
1071
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1072
+ <DD>Store a new value into the cache, using <code>key</code>, but subject to the
1073
+ <code>policy</code> regarding existing entries.
1074
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration)"><B>put(Object, Object, Expiration)</B></A> -
1075
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1076
+ <DD>Convenience put, equivalent to <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>put(key, value, expiration, SetPolicy.SET_ALWAYS)</CODE></A>.
1077
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> -
1078
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1079
+ <DD>A convenience shortcut, equivalent to <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>put(key, value, null, SetPolicy.SET_ALWAYS)</CODE></A>.
1080
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><B>putAll(Map&lt;Object, Object&gt;, Expiration, MemcacheService.SetPolicy)</B></A> -
1081
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1082
+ <DD>A batch-processing variant of <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>MemcacheService.put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)</CODE></A>.
1083
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map, com.google.appengine.api.memcache.Expiration)"><B>putAll(Map&lt;Object, Object&gt;, Expiration)</B></A> -
1084
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1085
+ <DD>Convenience multi-put, equivalent to <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>putAll(values, expires, SetPolicy.SET_ALWAYS)</CODE></A>.
1086
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map)"><B>putAll(Map&lt;Object, Object&gt;)</B></A> -
1087
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1088
+ <DD>Convenience multi-put, equivalent to <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#putAll(java.util.Map, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)"><CODE>putAll(values, expires, SetPolicy.SET_ALWAYS)</CODE></A>.
1089
+ </DL>
1090
+ <HR>
1091
+ <A NAME="_Q_"><!-- --></A><H2>
1092
+ <B>Q</B></H2>
1093
+ <DL>
1094
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore"><B>Query</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>Query</code> encapsulates a request for zero or more <code>Entity</code> objects out of the datastore.<DT><A HREF="./com/google/appengine/api/datastore/Query.html#Query(java.lang.String)"><B>Query(String)</B></A> -
1095
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
1096
+ <DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
1097
+ the specified <code>kind</code>.
1098
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#Query(com.google.appengine.api.datastore.Key)"><B>Query(Key)</B></A> -
1099
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
1100
+ <DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
1101
+ the specified <code>Key</code> as an ancestor.
1102
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#Query(java.lang.String, com.google.appengine.api.datastore.Key)"><B>Query(String, Key)</B></A> -
1103
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
1104
+ <DD>Create a new <code>Query</code> that finds <code>Entity</code> objects with
1105
+ the specified <code>kind</code>.
1106
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore"><B>Query.FilterOperator</B></A> - Enum in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>FilterOperator specifies what type of operation you want to apply
1107
+ to your filter.<DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore"><B>Query.FilterPredicate</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>FilterPredicate is a data container that holds a single filter
1108
+ predicate.<DT><A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html#Query.FilterPredicate(java.lang.String, com.google.appengine.api.datastore.Query.FilterOperator, java.lang.Object)"><B>Query.FilterPredicate(String, Query.FilterOperator, Object)</B></A> -
1109
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterPredicate.html" title="class in com.google.appengine.api.datastore">Query.FilterPredicate</A>
1110
+ <DD>&nbsp;
1111
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore"><B>Query.SortDirection</B></A> - Enum in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>SortDirection</code> controls the order of a sort.<DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore"><B>Query.SortPredicate</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>SortPredicate is a data container that holds a single sort
1112
+ predicate.<DT><A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html#Query.SortPredicate(java.lang.String, com.google.appengine.api.datastore.Query.SortDirection)"><B>Query.SortPredicate(String, Query.SortDirection)</B></A> -
1113
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortPredicate.html" title="class in com.google.appengine.api.datastore">Query.SortPredicate</A>
1114
+ <DD>&nbsp;
1115
+ </DL>
1116
+ <HR>
1117
+ <A NAME="_R_"><!-- --></A><H2>
1118
+ <B>R</B></H2>
1119
+ <DL>
1120
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#removeProperty(java.lang.String)"><B>removeProperty(String)</B></A> -
1121
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
1122
+ <DD>Removes any property with the specified name.
1123
+ <DT><A HREF="./com/google/appengine/api/urlfetch/ResponseTooLargeException.html" title="class in com.google.appengine.api.urlfetch"><B>ResponseTooLargeException</B></A> - Exception in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD><code>ResponseTooLargeException</code> is thrown when the result of a
1124
+ <A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html" title="interface in com.google.appengine.api.urlfetch"><CODE>URLFetchService</CODE></A> operation is too large.<DT><A HREF="./com/google/appengine/api/urlfetch/ResponseTooLargeException.html#ResponseTooLargeException(java.lang.String)"><B>ResponseTooLargeException(String)</B></A> -
1125
+ Constructor for exception com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/ResponseTooLargeException.html" title="class in com.google.appengine.api.urlfetch">ResponseTooLargeException</A>
1126
+ <DD>&nbsp;
1127
+ <DT><A HREF="./com/google/appengine/api/datastore/Transaction.html#rollback()"><B>rollback()</B></A> -
1128
+ Method in interface com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Transaction.html" title="interface in com.google.appengine.api.datastore">Transaction</A>
1129
+ <DD>Rolls back the transaction.
1130
+ </DL>
1131
+ <HR>
1132
+ <A NAME="_S_"><!-- --></A><H2>
1133
+ <B>S</B></H2>
1134
+ <DL>
1135
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.html#send(com.google.appengine.api.mail.MailService.Message)"><B>send(MailService.Message)</B></A> -
1136
+ Method in interface com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.html" title="interface in com.google.appengine.api.mail">MailService</A>
1137
+ <DD>Sends a mail that has been prepared in a MailService.Message.
1138
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.html#sendToAdmins(com.google.appengine.api.mail.MailService.Message)"><B>sendToAdmins(MailService.Message)</B></A> -
1139
+ Method in interface com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.html" title="interface in com.google.appengine.api.mail">MailService</A>
1140
+ <DD>Send an email alert to all admins of an application.
1141
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#setAncestor(com.google.appengine.api.datastore.Key)"><B>setAncestor(Key)</B></A> -
1142
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
1143
+ <DD>Sets an ancestor for this query.
1144
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setAttachments(java.util.Collection)"><B>setAttachments(Collection&lt;MailService.Attachment&gt;)</B></A> -
1145
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1146
+ <DD>Sets the attachments of this message.
1147
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setAttachments(com.google.appengine.api.mail.MailService.Attachment...)"><B>setAttachments(MailService.Attachment...)</B></A> -
1148
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1149
+ <DD>Sets the attachments of this message.
1150
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setBcc(java.util.Collection)"><B>setBcc(Collection&lt;String&gt;)</B></A> -
1151
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1152
+ <DD>Sets the 'bcc' field of this message.
1153
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setBcc(java.lang.String...)"><B>setBcc(String...)</B></A> -
1154
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1155
+ <DD>Sets the 'bcc' field of this message.
1156
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setCc(java.util.Collection)"><B>setCc(Collection&lt;String&gt;)</B></A> -
1157
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1158
+ <DD>Sets the 'cc' field of this message.
1159
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setCc(java.lang.String...)"><B>setCc(String...)</B></A> -
1160
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1161
+ <DD>Sets the 'cc' field of this message.
1162
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#setErrorHandler(com.google.appengine.api.memcache.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> -
1163
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1164
+ <DD>Registers a new <code>ErrorHandler</code>.
1165
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#setHeader(com.google.appengine.api.urlfetch.HTTPHeader)"><B>setHeader(HTTPHeader)</B></A> -
1166
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
1167
+ <DD>Sets an <code>HTTPHeader</code> for this request.
1168
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setHtmlBody(java.lang.String)"><B>setHtmlBody(String)</B></A> -
1169
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1170
+ <DD>Sets the html body of this message.
1171
+ <DT><A HREF="./com/google/appengine/api/images/Image.html#setImageData(byte[])"><B>setImageData(byte[])</B></A> -
1172
+ Method in interface com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images">Image</A>
1173
+ <DD>Sets the image to contain the image data contained in <code>imageData</code>.
1174
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.html#setKeysOnly()"><B>setKeysOnly()</B></A> -
1175
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.html" title="class in com.google.appengine.api.datastore">Query</A>
1176
+ <DD>Makes this query fetch and return only keys, not full entities.
1177
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.html#setNamespace(java.lang.String)"><B>setNamespace(String)</B></A> -
1178
+ Method in interface com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.html" title="interface in com.google.appengine.api.memcache">MemcacheService</A>
1179
+ <DD>Change the namespace used in API calls.
1180
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html#setPayload(byte[])"><B>setPayload(byte[])</B></A> -
1181
+ Method in class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPRequest.html" title="class in com.google.appengine.api.urlfetch">HTTPRequest</A>
1182
+ <DD>Sets the payload for this request.
1183
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#setPropertiesFrom(com.google.appengine.api.datastore.Entity)"><B>setPropertiesFrom(Entity)</B></A> -
1184
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
1185
+ <DD>A convenience method that populates the properties of this <code>Entity</code>
1186
+ with the properties set on the provided <code>Entity</code>.
1187
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#setProperty(java.lang.String, java.lang.Object)"><B>setProperty(String, Object)</B></A> -
1188
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
1189
+ <DD>Sets the property named, <code>propertyName</code>, to <code>value</code>.
1190
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setReplyTo(java.lang.String)"><B>setReplyTo(String)</B></A> -
1191
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1192
+ <DD><code>replyTo</code> may be , or must be a valid email
1193
+ address otherwise.
1194
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setSender(java.lang.String)"><B>setSender(String)</B></A> -
1195
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1196
+ <DD><code>sender</code> must correspond to the valid email address of one of
1197
+ the admins for this application, or to the email address of the
1198
+ currently logged-in user.
1199
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setSubject(java.lang.String)"><B>setSubject(String)</B></A> -
1200
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1201
+ <DD>Sets the subject of this message.
1202
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setTextBody(java.lang.String)"><B>setTextBody(String)</B></A> -
1203
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1204
+ <DD>Sets the text body of this message.
1205
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setTo(java.util.Collection)"><B>setTo(Collection&lt;String&gt;)</B></A> -
1206
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1207
+ <DD>Sets the 'to' field of this message.
1208
+ <DT><A HREF="./com/google/appengine/api/mail/MailService.Message.html#setTo(java.lang.String...)"><B>setTo(String...)</B></A> -
1209
+ Method in class com.google.appengine.api.mail.<A HREF="./com/google/appengine/api/mail/MailService.Message.html" title="class in com.google.appengine.api.mail">MailService.Message</A>
1210
+ <DD>Sets the 'to' field of this message.
1211
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#setUnindexedProperty(java.lang.String, java.lang.Object)"><B>setUnindexedProperty(String, Object)</B></A> -
1212
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
1213
+ <DD>Like <code>#setProperty</code>, but doesn't index the property in the built-in
1214
+ single property indexes.
1215
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore"><B>ShortBlob</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>ShortBlob</code> contains an array of bytes no longer than
1216
+ <A HREF="./com/google/appengine/api/datastore/DataTypeUtils.html#MAX_SHORT_BLOB_PROPERTY_LENGTH"><CODE>DataTypeUtils.MAX_SHORT_BLOB_PROPERTY_LENGTH</CODE></A>.<DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#ShortBlob(byte[])"><B>ShortBlob(byte[])</B></A> -
1217
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
1218
+ <DD>Construct a new <code>ShortBlob</code> with the specified bytes.
1219
+ <DT><A HREF="./com/google/appengine/api/memcache/Stats.html" title="interface in com.google.appengine.api.memcache"><B>Stats</B></A> - Interface in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>Statistics from the cache, available via <A HREF="./com/google/appengine/api/memcache/MemcacheService.html#getStatistics()"><CODE>MemcacheService.getStatistics()</CODE></A><DT><A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html" title="class in com.google.appengine.api.memcache"><B>StrictErrorHandler</B></A> - Class in <A HREF="./com/google/appengine/api/memcache/package-summary.html">com.google.appengine.api.memcache</A><DD>A strict error handler, which will throw <A HREF="./com/google/appengine/api/memcache/MemcacheServiceException.html" title="class in com.google.appengine.api.memcache"><CODE>MemcacheServiceException</CODE></A>
1220
+ for any service error condition.<DT><A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html#StrictErrorHandler()"><B>StrictErrorHandler()</B></A> -
1221
+ Constructor for class com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/StrictErrorHandler.html" title="class in com.google.appengine.api.memcache">StrictErrorHandler</A>
1222
+ <DD>&nbsp;
1223
+ <DT><A HREF="./com/google/appengine/api/datastore/KeyFactory.html#stringToKey(java.lang.String)"><B>stringToKey(String)</B></A> -
1224
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/KeyFactory.html" title="class in com.google.appengine.api.datastore">KeyFactory</A>
1225
+ <DD>Converts a <code>String</code>-representation of a <code>Key</code> into the
1226
+ <code>Key</code> instance it represents.
1227
+ </DL>
1228
+ <HR>
1229
+ <A NAME="_T_"><!-- --></A><H2>
1230
+ <B>T</B></H2>
1231
+ <DL>
1232
+ <DT><A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore"><B>Text</B></A> - Class in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD><code>Text</code> wraps around a string of unlimited size.<DT><A HREF="./com/google/appengine/api/datastore/Text.html#Text(java.lang.String)"><B>Text(String)</B></A> -
1233
+ Constructor for class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore">Text</A>
1234
+ <DD>Construct a new <code>Text</code> object with the specified value.
1235
+ <DT><A HREF="./com/google/appengine/api/datastore/Blob.html#toString()"><B>toString()</B></A> -
1236
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Blob.html" title="class in com.google.appengine.api.datastore">Blob</A>
1237
+ <DD>Simply prints the number of bytes contained in this <code>Blob</code>.
1238
+ <DT><A HREF="./com/google/appengine/api/datastore/Entity.html#toString()"><B>toString()</B></A> -
1239
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Entity.html" title="class in com.google.appengine.api.datastore">Entity</A>
1240
+ <DD>&nbsp;
1241
+ <DT><A HREF="./com/google/appengine/api/datastore/Key.html#toString()"><B>toString()</B></A> -
1242
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Key.html" title="class in com.google.appengine.api.datastore">Key</A>
1243
+ <DD>&nbsp;
1244
+ <DT><A HREF="./com/google/appengine/api/datastore/Link.html#toString()"><B>toString()</B></A> -
1245
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Link.html" title="class in com.google.appengine.api.datastore">Link</A>
1246
+ <DD>Returns the entire text of this <code>Link</code>.
1247
+ <DT><A HREF="./com/google/appengine/api/datastore/ShortBlob.html#toString()"><B>toString()</B></A> -
1248
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ShortBlob.html" title="class in com.google.appengine.api.datastore">ShortBlob</A>
1249
+ <DD>Simply prints the number of bytes contained in this <code>ShortBlob</code>.
1250
+ <DT><A HREF="./com/google/appengine/api/datastore/Text.html#toString()"><B>toString()</B></A> -
1251
+ Method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Text.html" title="class in com.google.appengine.api.datastore">Text</A>
1252
+ <DD>Returns the first 70 characters of the underlying string.
1253
+ <DT><A HREF="./com/google/appengine/api/users/User.html#toString()"><B>toString()</B></A> -
1254
+ Method in class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
1255
+ <DD>&nbsp;
1256
+ <DT><A HREF="./com/google/appengine/api/datastore/Transaction.html" title="interface in com.google.appengine.api.datastore"><B>Transaction</B></A> - Interface in <A HREF="./com/google/appengine/api/datastore/package-summary.html">com.google.appengine.api.datastore</A><DD>Describes a logical unit of work to be performed against the datastore.<DT><A HREF="./com/google/appengine/api/images/Transform.html" title="class in com.google.appengine.api.images"><B>Transform</B></A> - Class in <A HREF="./com/google/appengine/api/images/package-summary.html">com.google.appengine.api.images</A><DD>A transform that can be applied to an <A HREF="./com/google/appengine/api/images/Image.html" title="interface in com.google.appengine.api.images"><CODE>Image</CODE></A>.<DT><A HREF="./com/google/appengine/api/images/Transform.html#Transform()"><B>Transform()</B></A> -
1257
+ Constructor for class com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Transform.html" title="class in com.google.appengine.api.images">Transform</A>
1258
+ <DD>&nbsp;
1259
+ </DL>
1260
+ <HR>
1261
+ <A NAME="_U_"><!-- --></A><H2>
1262
+ <B>U</B></H2>
1263
+ <DL>
1264
+ <DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchService.html" title="interface in com.google.appengine.api.urlfetch"><B>URLFetchService</B></A> - Interface in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD>The <code>URLFetchService</code> provides a way for user code to execute
1265
+ HTTP requests to external URLs.<DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchServiceFactory.html" title="class in com.google.appengine.api.urlfetch"><B>URLFetchServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/urlfetch/package-summary.html">com.google.appengine.api.urlfetch</A><DD>&nbsp;<DT><A HREF="./com/google/appengine/api/urlfetch/URLFetchServiceFactory.html#URLFetchServiceFactory()"><B>URLFetchServiceFactory()</B></A> -
1266
+ Constructor for class com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/URLFetchServiceFactory.html" title="class in com.google.appengine.api.urlfetch">URLFetchServiceFactory</A>
1267
+ <DD>&nbsp;
1268
+ <DT><A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users"><B>User</B></A> - Class in <A HREF="./com/google/appengine/api/users/package-summary.html">com.google.appengine.api.users</A><DD><code>User</code> represents a specific user, represented by the
1269
+ combination of an email address and a specific Google Apps domain
1270
+ (which we call an <code>authDomain</code>).<DT><A HREF="./com/google/appengine/api/users/User.html#User(java.lang.String, java.lang.String)"><B>User(String, String)</B></A> -
1271
+ Constructor for class com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/User.html" title="class in com.google.appengine.api.users">User</A>
1272
+ <DD>Creates a new User.
1273
+ <DT><A HREF="./com/google/appengine/api/users/UserService.html" title="interface in com.google.appengine.api.users"><B>UserService</B></A> - Interface in <A HREF="./com/google/appengine/api/users/package-summary.html">com.google.appengine.api.users</A><DD>The UserService provides information useful for forcing a user to
1274
+ log in or out, and retrieving information about the user who is
1275
+ currently logged-in.<DT><A HREF="./com/google/appengine/api/users/UserServiceFactory.html" title="class in com.google.appengine.api.users"><B>UserServiceFactory</B></A> - Class in <A HREF="./com/google/appengine/api/users/package-summary.html">com.google.appengine.api.users</A><DD>Creates a UserService.<DT><A HREF="./com/google/appengine/api/users/UserServiceFailureException.html" title="class in com.google.appengine.api.users"><B>UserServiceFailureException</B></A> - Exception in <A HREF="./com/google/appengine/api/users/package-summary.html">com.google.appengine.api.users</A><DD><code>UserServiceFailureException</code> is thrown when any unknown
1276
+ error occurs while communicating with the user service.<DT><A HREF="./com/google/appengine/api/users/UserServiceFailureException.html#UserServiceFailureException(java.lang.String)"><B>UserServiceFailureException(String)</B></A> -
1277
+ Constructor for exception com.google.appengine.api.users.<A HREF="./com/google/appengine/api/users/UserServiceFailureException.html" title="class in com.google.appengine.api.users">UserServiceFailureException</A>
1278
+ <DD>&nbsp;
1279
+ </DL>
1280
+ <HR>
1281
+ <A NAME="_V_"><!-- --></A><H2>
1282
+ <B>V</B></H2>
1283
+ <DL>
1284
+ <DT><A HREF="./com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1285
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html" title="enum in com.google.appengine.api.datastore">ImplicitTransactionManagementPolicy</A>
1286
+ <DD>Returns the enum constant of this type with the specified name.
1287
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterOperator.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1288
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore">Query.FilterOperator</A>
1289
+ <DD>Returns the enum constant of this type with the specified name.
1290
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortDirection.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1291
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A>
1292
+ <DD>Returns the enum constant of this type with the specified name.
1293
+ <DT><A HREF="./com/google/appengine/api/images/Composite.Anchor.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1294
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Composite.Anchor.html" title="enum in com.google.appengine.api.images">Composite.Anchor</A>
1295
+ <DD>Returns the enum constant of this type with the specified name.
1296
+ <DT><A HREF="./com/google/appengine/api/images/Image.Format.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1297
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.Format.html" title="enum in com.google.appengine.api.images">Image.Format</A>
1298
+ <DD>Returns the enum constant of this type with the specified name.
1299
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.OutputEncoding.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1300
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.OutputEncoding.html" title="enum in com.google.appengine.api.images">ImagesService.OutputEncoding</A>
1301
+ <DD>Returns the enum constant of this type with the specified name.
1302
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1303
+ Static method in enum com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html" title="enum in com.google.appengine.api.memcache">MemcacheService.SetPolicy</A>
1304
+ <DD>Returns the enum constant of this type with the specified name.
1305
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPMethod.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
1306
+ Static method in enum com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPMethod.html" title="enum in com.google.appengine.api.urlfetch">HTTPMethod</A>
1307
+ <DD>Returns the enum constant of this type with the specified name.
1308
+ <DT><A HREF="./com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html#values()"><B>values()</B></A> -
1309
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/ImplicitTransactionManagementPolicy.html" title="enum in com.google.appengine.api.datastore">ImplicitTransactionManagementPolicy</A>
1310
+ <DD>Returns an array containing the constants of this enum type, in
1311
+ the order they are declared.
1312
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.FilterOperator.html#values()"><B>values()</B></A> -
1313
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.FilterOperator.html" title="enum in com.google.appengine.api.datastore">Query.FilterOperator</A>
1314
+ <DD>Returns an array containing the constants of this enum type, in
1315
+ the order they are declared.
1316
+ <DT><A HREF="./com/google/appengine/api/datastore/Query.SortDirection.html#values()"><B>values()</B></A> -
1317
+ Static method in enum com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/Query.SortDirection.html" title="enum in com.google.appengine.api.datastore">Query.SortDirection</A>
1318
+ <DD>Returns an array containing the constants of this enum type, in
1319
+ the order they are declared.
1320
+ <DT><A HREF="./com/google/appengine/api/images/Composite.Anchor.html#values()"><B>values()</B></A> -
1321
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Composite.Anchor.html" title="enum in com.google.appengine.api.images">Composite.Anchor</A>
1322
+ <DD>Returns an array containing the constants of this enum type, in
1323
+ the order they are declared.
1324
+ <DT><A HREF="./com/google/appengine/api/images/Image.Format.html#values()"><B>values()</B></A> -
1325
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/Image.Format.html" title="enum in com.google.appengine.api.images">Image.Format</A>
1326
+ <DD>Returns an array containing the constants of this enum type, in
1327
+ the order they are declared.
1328
+ <DT><A HREF="./com/google/appengine/api/images/ImagesService.OutputEncoding.html#values()"><B>values()</B></A> -
1329
+ Static method in enum com.google.appengine.api.images.<A HREF="./com/google/appengine/api/images/ImagesService.OutputEncoding.html" title="enum in com.google.appengine.api.images">ImagesService.OutputEncoding</A>
1330
+ <DD>Returns an array containing the constants of this enum type, in
1331
+ the order they are declared.
1332
+ <DT><A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html#values()"><B>values()</B></A> -
1333
+ Static method in enum com.google.appengine.api.memcache.<A HREF="./com/google/appengine/api/memcache/MemcacheService.SetPolicy.html" title="enum in com.google.appengine.api.memcache">MemcacheService.SetPolicy</A>
1334
+ <DD>Returns an array containing the constants of this enum type, in
1335
+ the order they are declared.
1336
+ <DT><A HREF="./com/google/appengine/api/urlfetch/HTTPMethod.html#values()"><B>values()</B></A> -
1337
+ Static method in enum com.google.appengine.api.urlfetch.<A HREF="./com/google/appengine/api/urlfetch/HTTPMethod.html" title="enum in com.google.appengine.api.urlfetch">HTTPMethod</A>
1338
+ <DD>Returns an array containing the constants of this enum type, in
1339
+ the order they are declared.
1340
+ </DL>
1341
+ <HR>
1342
+ <A NAME="_W_"><!-- --></A><H2>
1343
+ <B>W</B></H2>
1344
+ <DL>
1345
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html#withChunkSize(int)"><B>withChunkSize(int)</B></A> -
1346
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html" title="class in com.google.appengine.api.datastore">FetchOptions.Builder</A>
1347
+ <DD>Create a <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A> with the given chunk size.
1348
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html#withLimit(int)"><B>withLimit(int)</B></A> -
1349
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html" title="class in com.google.appengine.api.datastore">FetchOptions.Builder</A>
1350
+ <DD>Create a <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A> with the given limit.
1351
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html#withOffset(int)"><B>withOffset(int)</B></A> -
1352
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html" title="class in com.google.appengine.api.datastore">FetchOptions.Builder</A>
1353
+ <DD>Create a <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A> with the given offset.
1354
+ <DT><A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html#withPrefetchSize(int)"><B>withPrefetchSize(int)</B></A> -
1355
+ Static method in class com.google.appengine.api.datastore.<A HREF="./com/google/appengine/api/datastore/FetchOptions.Builder.html" title="class in com.google.appengine.api.datastore">FetchOptions.Builder</A>
1356
+ <DD>Create a <A HREF="./com/google/appengine/api/datastore/FetchOptions.html" title="class in com.google.appengine.api.datastore"><CODE>FetchOptions</CODE></A> with the given prefetch size.
1357
+ </DL>
1358
+ <HR>
1359
+ <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
1360
+
1361
+ <!-- ======= START OF BOTTOM NAVBAR ====== -->
1362
+ <A NAME="navbar_bottom"><!-- --></A>
1363
+ <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1364
+ <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1365
+ <TR>
1366
+ <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1367
+ <A NAME="navbar_bottom_firstrow"><!-- --></A>
1368
+ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1369
+ <TR ALIGN="center" VALIGN="top">
1370
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1371
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
1372
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
1373
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1374
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1375
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
1376
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1377
+ </TR>
1378
+ </TABLE>
1379
+ </TD>
1380
+ <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1381
+ </EM>
1382
+ </TD>
1383
+ </TR>
1384
+
1385
+ <TR>
1386
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1387
+ &nbsp;PREV&nbsp;
1388
+ &nbsp;NEXT</FONT></TD>
1389
+ <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1390
+ <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
1391
+ &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1392
+ &nbsp;<SCRIPT type="text/javascript">
1393
+ <!--
1394
+ if(window==top) {
1395
+ document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
1396
+ }
1397
+ //-->
1398
+ </SCRIPT>
1399
+ <NOSCRIPT>
1400
+ <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
1401
+ </NOSCRIPT>
1402
+
1403
+
1404
+ </FONT></TD>
1405
+ </TR>
1406
+ </TABLE>
1407
+ <A NAME="skip-navbar_bottom"></A>
1408
+ <!-- ======== END OF BOTTOM NAVBAR ======= -->
1409
+
1410
+ <HR>
1411
+
1412
+ </BODY>
1413
+ </HTML>