You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2012/07/23 15:56:33 UTC

[Jackrabbit Wiki] Trivial Update of "Oak-over-HTTP" by JukkaZitting

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "Oak-over-HTTP" page has been changed by JukkaZitting:
http://wiki.apache.org/jackrabbit/Oak-over-HTTP?action=diff&rev1=3&rev2=4

  The following table maps methods of the Jackrabbit 2.x SPI interfaces to functionally equivalent Oak HTTP features.
  
  || '''SPI method'''                                   || '''Oak HTTP'''                                      ||
- || {{{RepositoryService.geIdFactory()}}}              || Items are identified by path                        ||
+ || {{{RepositoryService.getIdFactory()}}}             || Items are identified by path                        ||
- || {{{RepositoryService.geNameFactory()}}}            || Names are strings                                   ||
+ || {{{RepositoryService.getNameFactory()}}}           || Names are strings                                   ||
- || {{{RepositoryService.gePathFactory()}}}            || Paths are strings                                   ||
+ || {{{RepositoryService.getPathFactory()}}}           || Paths are strings                                   ||
- || {{{RepositoryService.geQValueFactory()}}}          || Values are JSON values, with extra type information ||
+ || {{{RepositoryService.getQValueFactory()}}}         || Values are JSON values, with extra type information ||
  || {{{RepositoryService.getItemInfoCache()}}}         || Not relevant, use HTTP-level or client-side caching ||
  || {{{RepositoryService.getRepositoryDescriptors()}}} || GET /jcr:system/jcr:descriptors                     ||
  || {{{RepositoryService.obtain()}}}                   || Not relevant, credentials passed on each request    ||