public interface EntryAdaptor
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
adapt(Directory directory,
DocumentModel entry)
Apply an arbitrary transformation of the fetched entry.
|
void |
setParameter(String name,
String value)
Allow the directory initialization process to configure the adaptor by providing String valued parameters.
|
void setParameter(String name, String value)
DocumentModel adapt(Directory directory, DocumentModel entry)
directory - the directory instance the entry is fetched fromentry - the entry to transformCopyright © 2019 Nuxeo. All rights reserved.