/
The Page, Element and Mediarepository Managementservice
The Page, Element and Mediarepository Managementservice
The API functions for the pages, elements and media items are exposed through a service. Obtaining the services can be done through the Session
. The following lines of code will make the Session
, PageManagementService
, ElementManagementService
and MediaRepositoryService
available:
Session mySession = mySessionManager.getActiveSession(); PageManagementService myPageService = mySession.getPageManagementService(); ElementManagementService myElementService = mySession.getElementManagementService(); MediaRepositoryManagementService myMediaRepositoryService = mySession.getMediaRepositoryManagementService();
Related content
Content API
Content API
More like this
The XperienCentral SessionManager
The XperienCentral SessionManager
More like this
Content Element Functions
Content Element Functions
More like this
Other Elements in the Content Repository
Other Elements in the Content Repository
More like this
Design API
Design API
More like this
Integration API
Integration API
More like this