Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.ec.placeful
Interface DBAnnotatableDocument

All Known Implementing Classes:
DBAnnotatableDocumentAdapter

public interface DBAnnotatableDocument

Author:
Ruslan Spivak

Method Summary
 Object getAnnotation(String name)
           
 void setAnnotation(String name, Object value)
           
 

Method Detail

getAnnotation

Object getAnnotation(String name)
                     throws ClientException,
                            ClassNotFoundException
Throws:
ClientException
ClassNotFoundException

setAnnotation

void setAnnotation(String name,
                   Object value)
                   throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.