Uses of Class
org.nuxeo.template.api.descriptor.OutputFormatDescriptor
-
Packages that use OutputFormatDescriptor Package Description org.nuxeo.template.adapters.doc org.nuxeo.template.api org.nuxeo.template.api.descriptor org.nuxeo.template.service -
-
Uses of OutputFormatDescriptor in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return OutputFormatDescriptor Modifier and Type Method Description protected OutputFormatDescriptor
TemplateBasedDocumentAdapterImpl. getOutputFormatDescriptor(String outputFormat)
-
Uses of OutputFormatDescriptor in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return OutputFormatDescriptor Modifier and Type Method Description OutputFormatDescriptor
TemplateProcessorService. 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 Modifier and Type Method Description Collection<OutputFormatDescriptor>
TemplateProcessorService. getOutputFormats()
-
Uses of OutputFormatDescriptor in org.nuxeo.template.api.descriptor
Methods in org.nuxeo.template.api.descriptor that return OutputFormatDescriptor Modifier and Type Method Description OutputFormatDescriptor
OutputFormatDescriptor. clone()
Methods in org.nuxeo.template.api.descriptor with parameters of type OutputFormatDescriptor Modifier and Type Method Description void
OutputFormatDescriptor. merge(OutputFormatDescriptor srcOutFormat)
-
Uses of OutputFormatDescriptor in org.nuxeo.template.service
Fields in org.nuxeo.template.service with type parameters of type OutputFormatDescriptor Modifier and Type Field Description protected Map<String,OutputFormatDescriptor>
OutputFormatRegistry. outputFormats
Methods in org.nuxeo.template.service that return OutputFormatDescriptor Modifier and Type Method Description OutputFormatDescriptor
OutputFormatRegistry. clone(OutputFormatDescriptor outFormat)
OutputFormatDescriptor
OutputFormatRegistry. getOutputFormatById(String id)
OutputFormatDescriptor
TemplateProcessorComponent. getOutputFormatDescriptor(String outputFormatId)
Methods in org.nuxeo.template.service that return types with arguments of type OutputFormatDescriptor Modifier and Type Method Description Collection<OutputFormatDescriptor>
TemplateProcessorComponent. getOutputFormats()
Collection<OutputFormatDescriptor>
OutputFormatRegistry. getRegistredOutputFormat()
Methods in org.nuxeo.template.service with parameters of type OutputFormatDescriptor Modifier and Type Method Description OutputFormatDescriptor
OutputFormatRegistry. clone(OutputFormatDescriptor outFormat)
void
OutputFormatRegistry. contributionRemoved(String id, OutputFormatDescriptor outFormat)
void
OutputFormatRegistry. contributionUpdated(String id, OutputFormatDescriptor outFormat, OutputFormatDescriptor newoutFormat)
String
OutputFormatRegistry. getContributionId(OutputFormatDescriptor outFormat)
void
OutputFormatRegistry. merge(OutputFormatDescriptor srcOutFormat, OutputFormatDescriptor descOutFormat)
-