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 OutputFormatDescriptorTemplateBasedDocumentAdapterImpl.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 returnedOutputFormatDescriptorcontains 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 TypeMethodDescriptionvoidOutputFormatDescriptor.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.outputFormatsMethods 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) voidOutputFormatRegistry.contributionRemoved(String id, OutputFormatDescriptor outFormat) voidOutputFormatRegistry.contributionUpdated(String id, OutputFormatDescriptor outFormat, OutputFormatDescriptor newoutFormat) OutputFormatRegistry.getContributionId(OutputFormatDescriptor outFormat) voidOutputFormatRegistry.merge(OutputFormatDescriptor srcOutFormat, OutputFormatDescriptor descOutFormat)