Uses of Interface
org.nuxeo.template.api.context.DocumentWrapper
-
-
Uses of DocumentWrapper in org.nuxeo.template.api
Methods in org.nuxeo.template.api with parameters of type DocumentWrapper Modifier and Type Method Description void
TemplateProcessorService. addContextExtensions(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
-
Uses of DocumentWrapper in org.nuxeo.template.api.context
Methods in org.nuxeo.template.api.context with parameters of type DocumentWrapper Modifier and Type Method Description Object
ContextExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
Called before redering to let you add objects inside the rendering context. -
Uses of DocumentWrapper in org.nuxeo.template.context
Classes in org.nuxeo.template.context that implement DocumentWrapper Modifier and Type Class Description class
SimpleBeanWrapper
Methods in org.nuxeo.template.context that return DocumentWrapper Modifier and Type Method Description protected abstract DocumentWrapper
AbstractContextBuilder. getWrapper()
protected DocumentWrapper
SimpleContextBuilder. getWrapper()
Methods in org.nuxeo.template.context with parameters of type DocumentWrapper Modifier and Type Method Description Map<String,Object>
AbstractContextBuilder. build(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName)
-
Uses of DocumentWrapper in org.nuxeo.template.context.extensions
Fields in org.nuxeo.template.context.extensions declared as DocumentWrapper Modifier and Type Field Description protected DocumentWrapper
ContextFunctions. nuxeoWrapper
protected DocumentWrapper
CoreExtensions. nuxeoWrapper
Methods in org.nuxeo.template.context.extensions with parameters of type DocumentWrapper Modifier and Type Method Description Object
AuditExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
Object
CoreExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
Object
FunctionsExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
Constructors in org.nuxeo.template.context.extensions with parameters of type DocumentWrapper Constructor Description ContextFunctions(DocumentModel doc, DocumentWrapper nuxeoWrapper)
CoreExtensions(DocumentModel doc, DocumentWrapper nuxeoWrapper)
-
Uses of DocumentWrapper in org.nuxeo.template.fm
Fields in org.nuxeo.template.fm declared as DocumentWrapper Modifier and Type Field Description protected DocumentWrapper
FMContextBuilder. nuxeoWrapper
Methods in org.nuxeo.template.fm that return DocumentWrapper Modifier and Type Method Description protected DocumentWrapper
FMContextBuilder. getWrapper()
-
Uses of DocumentWrapper in org.nuxeo.template.jaxrs.context
Fields in org.nuxeo.template.jaxrs.context declared as DocumentWrapper Modifier and Type Field Description protected DocumentWrapper
JAXRSExtensions. nuxeoWrapper
Methods in org.nuxeo.template.jaxrs.context with parameters of type DocumentWrapper Modifier and Type Method Description Object
ExtensionFactory. getExtension(DocumentModel doc, DocumentWrapper wrapper, Map<String,Object> ctx)
Constructors in org.nuxeo.template.jaxrs.context with parameters of type DocumentWrapper Constructor Description JAXRSExtensions(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName)
-
Uses of DocumentWrapper in org.nuxeo.template.service
Methods in org.nuxeo.template.service with parameters of type DocumentWrapper Modifier and Type Method Description void
TemplateProcessorComponent. addContextExtensions(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
-