Strategies

The following strategies can be configured and used:

  • CUSTOM
  • DOCUMENTS_BY_FORMULA or DOCUMENTS_BY_FORMULA_PAGED
  • DOCUMENTS_BY_VIEW or DOCUMENTS_BY_VIEW_PAGED
  • DOCUMENTS_FROM_VIEW_BY_KEY or DOCUMENTS_FROM_VIEW_BY_KEY_PAGED
  • DOCUMENT_FROM_VIEW_BY_KEY
  • DOCUMENT_BY_UNID
  • VIEWENTRIES or VIEWENTRIES_PAGED
  • VIEWENTRIES_BY_CATEGORY or VIEWENTRIES_BY_CATEGORY_PAGED
  • DOCUMENTS_BY_SEARCH_FT Or DOCUMENTS_BY_SEARCH_FT_PAGED
  • ATTACHMENT

The _PAGED strategies do react on the URL parameter start and count. Use the _PAGED strategies to deliver the data fast to the user.

VIEWENTRIES strategies are very fast, because the do not access the documents directly.

DOCUMENT Strategies can be used to make complex formula calculations in the JSON mapping.