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(org.osivia.portal.core.cms.Satellite satellite,
String userId)
Creates the user session for a satellite
|
INuxeoCustomizer |
getCMSCustomizer()
Get CMS customizer.
|
IFormsService |
getFormsService()
Get forms service.
|
INuxeoTagService |
getTagService()
Get Nuxeo tag service.
|
void |
registerCMSCustomizer(INuxeoCustomizer cmsCustomizer)
Register CMS customizer.
|
INuxeoCommandService |
startNuxeoCommandService(javax.portlet.PortletContext portletCtx)
Start nuxeo command service.
|
static final String MBEAN_NAME
org.nuxeo.ecm.automation.client.Session createUserSession(org.osivia.portal.core.cms.Satellite satellite,
String userId)
throws Exception
userId - the user idException - the exceptionINuxeoCommandService startNuxeoCommandService(javax.portlet.PortletContext portletCtx) throws Exception
portletCtx - the portlet ctxException - the exceptionvoid registerCMSCustomizer(INuxeoCustomizer cmsCustomizer)
cmsCustomizer - CMS customizerINuxeoCustomizer getCMSCustomizer()
INuxeoTagService getTagService()
IFormsService getFormsService()
Copyright © 2019. All rights reserved.