Skip to content

Basic Data Layer Use Cases

jbcreusat edited this page Dec 16, 2021 · 4 revisions

This is to document the basic use cases and values that any implementation should include. The goal is to have all these values available for any new AEM implementation done using Core Components.

Global values: Page Component

  • Content Identification:
    • event: this should load with "cmp:show"
    • page name
    • server (dispatcher name)
    • directory level 1
    • directory level 2
    • directory level 3
    • directory level 4
    • template name
    • publish date
    • last modified date
    • language
  • CMS Specific value
    • environment (eg: dev/qa/stage/prod)
    • type (eg: author or publish)
    • version (eg: 6.5.8.0)
    • buildDate (eg: 2021-12-15T00:54:52Z)
    • author Id
    • previewMode (eg: true/false)

Specific Use Cases

  • Internal Search:
    • Search keyword
    • Number of search results

Clone this wiki locally