Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ec.placeful
Class DBAnnotatableDocumentAdapter

java.lang.Object
  extended by org.nuxeo.ecm.platform.ec.placeful.DBAnnotatableDocumentAdapter
All Implemented Interfaces:
DBAnnotatableDocument

public class DBAnnotatableDocumentAdapter
extends java.lang.Object
implements DBAnnotatableDocument

Author:
Ruslan Spivak

Constructor Summary
DBAnnotatableDocumentAdapter(DocumentModel doc)
           
 
Method Summary
 java.lang.Object getAnnotation(java.lang.String name)
           
 void setAnnotation(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAnnotatableDocumentAdapter

public DBAnnotatableDocumentAdapter(DocumentModel doc)
Method Detail

getAnnotation

public java.lang.Object getAnnotation(java.lang.String name)
                               throws ClientException
Specified by:
getAnnotation in interface DBAnnotatableDocument
Throws:
ClientException

setAnnotation

public void setAnnotation(java.lang.String name,
                          java.lang.Object value)
                   throws ClientException
Specified by:
setAnnotation in interface DBAnnotatableDocument
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.