Uses of Class
org.nuxeo.template.api.descriptor.OutputFormatDescriptor
Package
Description
-
Uses of OutputFormatDescriptor in org.nuxeo.template.adapters.doc
Modifier and TypeMethodDescriptionprotected OutputFormatDescriptor
TemplateBasedDocumentAdapterImpl.getOutputFormatDescriptor
(String outputFormat) -
Uses of OutputFormatDescriptor in org.nuxeo.template.api
Modifier and TypeMethodDescriptionTemplateProcessorService.getOutputFormatDescriptor
(String outputFormatId) The returnedOutputFormatDescriptor
contains either an operation chain or a mime-type use to convert the output of a rendered document. -
Uses of OutputFormatDescriptor in org.nuxeo.template.api.descriptor
Modifier and TypeMethodDescriptionvoid
OutputFormatDescriptor.merge
(OutputFormatDescriptor srcOutFormat) -
Uses of OutputFormatDescriptor in org.nuxeo.template.service
Modifier and TypeFieldDescriptionprotected Map<String,
OutputFormatDescriptor> OutputFormatRegistry.outputFormats
Modifier and TypeMethodDescriptionOutputFormatRegistry.clone
(OutputFormatDescriptor outFormat) OutputFormatRegistry.getOutputFormatById
(String id) TemplateProcessorComponent.getOutputFormatDescriptor
(String outputFormatId) Modifier and TypeMethodDescriptionTemplateProcessorComponent.getOutputFormats()
OutputFormatRegistry.getRegistredOutputFormat()
Modifier and TypeMethodDescriptionOutputFormatRegistry.clone
(OutputFormatDescriptor outFormat) void
OutputFormatRegistry.contributionRemoved
(String id, OutputFormatDescriptor outFormat) void
OutputFormatRegistry.contributionUpdated
(String id, OutputFormatDescriptor outFormat, OutputFormatDescriptor newoutFormat) OutputFormatRegistry.getContributionId
(OutputFormatDescriptor outFormat) void
OutputFormatRegistry.merge
(OutputFormatDescriptor srcOutFormat, OutputFormatDescriptor descOutFormat)