public interface DataStorage
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAttachmentAsStream(String path,
org.chromattic.api.ChromatticSession session) |
Page |
getWikiPageByUUID(org.chromattic.api.ChromatticSession session,
String uuid)
Get a wiki page by UUID
|
org.exoplatform.commons.utils.PageList<SearchResult> |
search(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
List<SearchResult> |
searchRenamedPage(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
List<TemplateSearchResult> |
searchTemplate(org.chromattic.api.ChromatticSession session,
TemplateSearchData data) |
org.exoplatform.commons.utils.PageList<SearchResult> search(org.chromattic.api.ChromatticSession session, WikiSearchData data) throws Exception
ExceptionInputStream getAttachmentAsStream(String path, org.chromattic.api.ChromatticSession session) throws Exception
ExceptionList<SearchResult> searchRenamedPage(org.chromattic.api.ChromatticSession session, WikiSearchData data) throws Exception
ExceptionList<TemplateSearchResult> searchTemplate(org.chromattic.api.ChromatticSession session, TemplateSearchData data) throws Exception
ExceptionCopyright © 2003–2015 eXo Platform SAS. All rights reserved.