Uses of Class
org.nuxeo.template.api.descriptor.OutputFormatDescriptor
Packages that use OutputFormatDescriptor
Package
Description
-
Uses of OutputFormatDescriptor in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return OutputFormatDescriptorModifier and TypeMethodDescriptionprotected OutputFormatDescriptor
TemplateBasedDocumentAdapterImpl.getOutputFormatDescriptor
(String outputFormat) -
Uses of OutputFormatDescriptor in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return OutputFormatDescriptorModifier 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.Methods in org.nuxeo.template.api that return types with arguments of type OutputFormatDescriptor -
Uses of OutputFormatDescriptor in org.nuxeo.template.api.descriptor
Methods in org.nuxeo.template.api.descriptor that return OutputFormatDescriptorMethods in org.nuxeo.template.api.descriptor with parameters of type OutputFormatDescriptorModifier and TypeMethodDescriptionvoid
OutputFormatDescriptor.merge
(OutputFormatDescriptor srcOutFormat) -
Uses of OutputFormatDescriptor in org.nuxeo.template.service
Fields in org.nuxeo.template.service with type parameters of type OutputFormatDescriptorModifier and TypeFieldDescriptionprotected Map<String,
OutputFormatDescriptor> OutputFormatRegistry.outputFormats
Methods in org.nuxeo.template.service that return OutputFormatDescriptorModifier and TypeMethodDescriptionOutputFormatRegistry.clone
(OutputFormatDescriptor outFormat) OutputFormatRegistry.getOutputFormatById
(String id) TemplateProcessorComponent.getOutputFormatDescriptor
(String outputFormatId) Methods in org.nuxeo.template.service that return types with arguments of type OutputFormatDescriptorModifier and TypeMethodDescriptionTemplateProcessorComponent.getOutputFormats()
OutputFormatRegistry.getRegistredOutputFormat()
Methods in org.nuxeo.template.service with parameters of type OutputFormatDescriptorModifier 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)