@Repository public class EditorImageRepositoryImpl extends CommonRepositoryImpl implements EditorImageRepository
CommonRepositoryImpl,
EditorImageRepository| Constructor and Description |
|---|
EditorImageRepositoryImpl()
Constructor.
|
| 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.
|
getDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentpublic List<org.nuxeo.ecm.automation.client.model.Document> search(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, String filter)
EditorImageRepositorysearch in interface EditorImageRepositoryportalControllerContext - portal controllerfilter - search filterpublic String getImageDocumentUrl(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, String path)
EditorImageRepositorygetImageDocumentUrl in interface EditorImageRepositoryportalControllerContext - portal controller contextpath - document pathCopyright © 2020 OSIVIA. All rights reserved.