Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to access the XperienCentral content API, a few new terms need to be explained: the SessionManager, the Session, the PageService and the ElementService. The creation of a page is accomplished using the createPage function. This function is part of the PageManagementService. The PageManagementService can be accessed through the XperienCentral Session, which is obtained through the SessionManager.

 

Content by Label
showLabelsfalse
showSpacefalse
titleIn This Section
cqllabel = "content_api"
labelssetup_tool

 

The relation is depicted in the UML schema:

...

  1. Retrieve the SessionManager
  2. Retrieve the Session
  3. Retrieve the pageService or elementService

  

Content by Label
showLabelsfalse
showSpacefalse
titleIn This Section
cqllabel = "content_api"
labelssetup_tool