public interface INuxeoService
extends org.osivia.portal.core.cms.spi.ICMSIntegration
ICMSIntegration| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.Session |
createUserSession(String userId)
Creates the user session.
|
INuxeoCustomizer |
getCMSCustomizer()
Gets the CMS customizer.
|
INuxeoTagService |
getTagService()
Get Nuxeo tag service.
|
void |
registerCMSCustomizer(INuxeoCustomizer linkManager)
Register cms customizer.
|
void |
registerTagService(INuxeoTagService tagService)
Register Nuxeo tag service.
|
INuxeoCommandService |
startNuxeoCommandService(javax.portlet.PortletContext portletCtx)
Start nuxeo command service.
|
static final String MBEAN_NAME
org.nuxeo.ecm.automation.client.Session createUserSession(String userId) throws Exception
userId - the user idException - the exceptionvoid registerCMSCustomizer(INuxeoCustomizer linkManager)
linkManager - the link managerINuxeoCustomizer getCMSCustomizer()
INuxeoCommandService startNuxeoCommandService(javax.portlet.PortletContext portletCtx) throws Exception
portletCtx - the portlet ctxException - the exceptionvoid registerTagService(INuxeoTagService tagService)
tagService - Nuxeo tag serviceINuxeoTagService getTagService()
Copyright © 2019. All rights reserved.