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 voidTemplateProcessorService. 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 ObjectContextExtensionFactory. 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 classSimpleBeanWrapperMethods in org.nuxeo.template.context that return DocumentWrapper Modifier and Type Method Description protected abstract DocumentWrapperAbstractContextBuilder. getWrapper()protected DocumentWrapperSimpleContextBuilder. 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 DocumentWrapperContextFunctions. nuxeoWrapperprotected DocumentWrapperCoreExtensions. nuxeoWrapperMethods in org.nuxeo.template.context.extensions with parameters of type DocumentWrapper Modifier and Type Method Description ObjectAuditExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)ObjectCoreExtensionFactory. getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)ObjectFunctionsExtensionFactory. 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 DocumentWrapperFMContextBuilder. nuxeoWrapperMethods in org.nuxeo.template.fm that return DocumentWrapper Modifier and Type Method Description protected DocumentWrapperFMContextBuilder. 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 DocumentWrapperJAXRSExtensions. nuxeoWrapperMethods in org.nuxeo.template.jaxrs.context with parameters of type DocumentWrapper Modifier and Type Method Description ObjectExtensionFactory. 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 voidTemplateProcessorComponent. addContextExtensions(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
-