public interface EditorImageRepository extends CommonRepository
CommonRepository| Modifier and Type | Method and Description |
|---|---|
String |
getImageDocumentUrl(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String path)
Get image document URL.
|
List<org.nuxeo.ecm.automation.client.model.Document> |
search(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String filter)
Search image documents.
|
getDocumentList<org.nuxeo.ecm.automation.client.model.Document> search(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, String filter) throws javax.portlet.PortletException
portalControllerContext - portal controllerfilter - search filterjavax.portlet.PortletExceptionString getImageDocumentUrl(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, String path) throws javax.portlet.PortletException
portalControllerContext - portal controller contextpath - document pathjavax.portlet.PortletExceptionCopyright © 2020 OSIVIA. All rights reserved.