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
 Object getAnnotation(String name)
           
 void setAnnotation(String name, Object value)
           
 

Method Detail

getAnnotation

Object getAnnotation(String name)
                     throws ClientException
Throws:
ClientException

setAnnotation

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.