|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceAdapter
Adapter to transform any java Object into a qualified name resource and conversely. TODO should use Serializable instead of Object
| Method Summary | |
|---|---|
Class<?> |
getKlass()
|
String |
getNamespace()
|
Resource |
getResource(Object object)
Transform an incoming object into a Resource |
Object |
getResourceRepresentation(Resource resource)
Resolve the resource to an applicative representation, for instance a DocumentModel, |
void |
setNamespace(String namespace)
|
| Method Detail |
|---|
String getNamespace()
void setNamespace(String namespace)
Resource getResource(Object object)
object - TODO Serializable
Object getResourceRepresentation(Resource resource)
resource -
Class<?> getKlass()
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||