public interface EditableWindowService
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<EwDescriptor,EditableWindow> |
findByCode(String code)
Get an EW by code
|
Map.Entry<EwDescriptor,EditableWindow> |
getEwEntry(org.nuxeo.ecm.core.api.DocumentModel doc,
String uri)
Get descriptor and instance of an EW
|
String |
prepareCreation(org.nuxeo.ecm.core.api.DocumentModel doc,
EditableWindow specific,
String fragmentCategory,
String region,
String belowUri,
String code2)
Used to instanciate a new editable window in a page.
|
Map.Entry<EwDescriptor,EditableWindow> findByCode(String code) throws EwServiceException
code - EwServiceExceptionMap.Entry<EwDescriptor,EditableWindow> getEwEntry(org.nuxeo.ecm.core.api.DocumentModel doc, String uri) throws EwServiceException
doc - uri - EwServiceExceptionString prepareCreation(org.nuxeo.ecm.core.api.DocumentModel doc, EditableWindow specific, String fragmentCategory, String region, String belowUri, String code2) throws EwServiceException
doc - specific - fragmentCategory - region - belowUri - code2 - EwServiceExceptionCopyright © 2018. All rights reserved.