public interface MoveRepository
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
MoveWindowProperties windowProperties)
Get base path.
|
org.nuxeo.ecm.automation.client.model.Document |
getDocument(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String path)
Get document.
|
String |
getNavigationPath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
MoveWindowProperties windowProperties,
String basePath)
Get navigation path.
|
void |
move(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
List<String> identifiers,
String targetPath)
Move.
|
String getBasePath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, MoveWindowProperties windowProperties) throws javax.portlet.PortletException
portalControllerContext - portal controller contextwindowProperties - window propertiesjavax.portlet.PortletExceptionString getNavigationPath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, MoveWindowProperties windowProperties, String basePath) throws javax.portlet.PortletException
portalControllerContext - portal controller contextwindowProperties - window propertiesbasePath - base pathjavax.portlet.PortletExceptionorg.nuxeo.ecm.automation.client.model.Document getDocument(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String path)
throws javax.portlet.PortletException
portalControllerContext - portal controller contextpath - document pathjavax.portlet.PortletExceptionvoid move(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
List<String> identifiers,
String targetPath)
throws javax.portlet.PortletException
portalControllerContext - portal controller contextbasePath - base pathidentifiers - source identifierstargetPath - target pathjavax.portlet.PortletExceptionCopyright © 2020 OSIVIA. All rights reserved.