public interface WebContentSaverService
| Modifier and Type | Method and Description |
|---|---|
WebContentData |
create(WebContentData data,
String parentId,
CoreSession session) |
void |
delete(WebContentData data,
CoreSession session) |
String |
getDocTypeFor(WebContentData data) |
Class<?> |
getWebContentAdapterFor(DocumentModel doc) |
Class<?> |
getWebContentDAOFor(DocumentModel doc) |
WebContentData |
read(DocumentModel doc,
CoreSession session) |
WebContentData |
update(WebContentData data,
CoreSession session) |
WebContentData create(WebContentData data, String parentId, CoreSession session) throws Exception
ExceptionWebContentData read(DocumentModel doc, CoreSession session) throws Exception
ExceptionWebContentData update(WebContentData data, CoreSession session) throws Exception
Exceptionvoid delete(WebContentData data, CoreSession session) throws Exception
ExceptionClass<?> getWebContentAdapterFor(DocumentModel doc)
Class<?> getWebContentDAOFor(DocumentModel doc)
String getDocTypeFor(WebContentData data)
Copyright © 2014 Nuxeo SA. All rights reserved.