Nuxeo Enterprise Platform 5.4

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

All Known Implementing Classes:
DBAnnotatableDocumentAdapter

public interface DBAnnotatableDocument

Author:
Ruslan Spivak

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

Method Detail

getAnnotation

java.lang.Object getAnnotation(java.lang.String name)
                               throws ClientException
Throws:
ClientException

setAnnotation

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.