org.nuxeo.ecm.platform.ec.placeful
Class DBAnnotatableDocumentAdapter
java.lang.Object
org.nuxeo.ecm.platform.ec.placeful.DBAnnotatableDocumentAdapter
- All Implemented Interfaces:
- DBAnnotatableDocument
public class DBAnnotatableDocumentAdapter
- extends Object
- implements DBAnnotatableDocument
- Author:
- Ruslan Spivak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBAnnotatableDocumentAdapter
public DBAnnotatableDocumentAdapter(DocumentModel doc)
getAnnotation
public Object getAnnotation(String name)
throws ClientException
- Specified by:
getAnnotation
in interface DBAnnotatableDocument
- Throws:
ClientException
setAnnotation
public void setAnnotation(String name,
Object value)
throws ClientException
- Specified by:
setAnnotation
in interface DBAnnotatableDocument
- Throws:
ClientException
Copyright © 2010 Nuxeo SAS. All Rights Reserved.