Uses of Interface
org.nuxeo.template.api.context.DocumentWrapper
Packages that use DocumentWrapper
Package
Description
-
Uses of DocumentWrapper in org.nuxeo.template.api
Methods in org.nuxeo.template.api with parameters of type DocumentWrapperModifier and TypeMethodDescriptionvoid
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 DocumentWrapperModifier and TypeMethodDescriptionContextExtensionFactory.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 DocumentWrapperMethods in org.nuxeo.template.context that return DocumentWrapperModifier and TypeMethodDescriptionprotected abstract DocumentWrapper
AbstractContextBuilder.getWrapper()
protected DocumentWrapper
SimpleContextBuilder.getWrapper()
Methods in org.nuxeo.template.context with parameters of type DocumentWrapperModifier and TypeMethodDescriptionAbstractContextBuilder.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 DocumentWrapperModifier and TypeFieldDescriptionprotected final DocumentWrapper
ContextFunctions.nuxeoWrapper
protected final DocumentWrapper
CoreExtensions.nuxeoWrapper
Methods in org.nuxeo.template.context.extensions with parameters of type DocumentWrapperModifier and TypeMethodDescriptionAuditExtensionFactory.getExtension
(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String, Object> ctx) CoreExtensionFactory.getExtension
(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String, Object> ctx) FunctionsExtensionFactory.getExtension
(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String, Object> ctx) Constructors in org.nuxeo.template.context.extensions with parameters of type DocumentWrapperModifierConstructorDescriptionContextFunctions
(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 DocumentWrapperMethods in org.nuxeo.template.fm that return DocumentWrapper -
Uses of DocumentWrapper in org.nuxeo.template.jaxrs.context
Fields in org.nuxeo.template.jaxrs.context declared as DocumentWrapperMethods in org.nuxeo.template.jaxrs.context with parameters of type DocumentWrapperModifier and TypeMethodDescriptionExtensionFactory.getExtension
(DocumentModel doc, DocumentWrapper wrapper, Map<String, Object> ctx) Constructors in org.nuxeo.template.jaxrs.context with parameters of type DocumentWrapperModifierConstructorDescriptionJAXRSExtensions
(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName) -
Uses of DocumentWrapper in org.nuxeo.template.service
Methods in org.nuxeo.template.service with parameters of type DocumentWrapperModifier and TypeMethodDescriptionvoid
TemplateProcessorComponent.addContextExtensions
(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String, Object> ctx)