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 TypeMethodDescriptionvoidTemplateProcessorService.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 DocumentWrapperAbstractContextBuilder.getWrapper()protected DocumentWrapperSimpleContextBuilder.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 DocumentWrapperContextFunctions.nuxeoWrapperprotected final DocumentWrapperCoreExtensions.nuxeoWrapperMethods 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.rest.context
Fields in org.nuxeo.template.rest.context declared as DocumentWrapperMethods in org.nuxeo.template.rest.context with parameters of type DocumentWrapperModifier and TypeMethodDescriptionExtensionFactory.getExtension(DocumentModel doc, DocumentWrapper wrapper, Map<String, Object> ctx) Constructors in org.nuxeo.template.rest.context with parameters of type DocumentWrapperModifierConstructorDescriptionRestExtensions(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 TypeMethodDescriptionvoidTemplateProcessorComponent.addContextExtensions(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String, Object> ctx)