@Repository public class MoveRepositoryImpl extends Object implements MoveRepository
MoveRepository| Constructor and Description |
|---|
MoveRepositoryImpl()
Constructor.
|
| 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.
|
public String getBasePath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, MoveWindowProperties windowProperties)
MoveRepositorygetBasePath in interface MoveRepositoryportalControllerContext - portal controller contextwindowProperties - window propertiespublic String getNavigationPath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, MoveWindowProperties windowProperties, String basePath) throws javax.portlet.PortletException
MoveRepositorygetNavigationPath in interface MoveRepositoryportalControllerContext - portal controller contextwindowProperties - window propertiesbasePath - base pathjavax.portlet.PortletExceptionpublic org.nuxeo.ecm.automation.client.model.Document getDocument(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String path)
MoveRepositorygetDocument in interface MoveRepositoryportalControllerContext - portal controller contextpath - document pathpublic void move(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
List<String> identifiers,
String targetPath)
throws javax.portlet.PortletException
MoveRepositorymove in interface MoveRepositoryportalControllerContext - portal controller contextbasePath - base pathidentifiers - source identifierstargetPath - target pathjavax.portlet.PortletExceptionCopyright © 2020 OSIVIA. All rights reserved.