Uses of Class
org.nuxeo.template.api.descriptor.ContextExtensionFactoryDescriptor
-
Packages that use ContextExtensionFactoryDescriptor Package Description org.nuxeo.template.api org.nuxeo.template.api.descriptor org.nuxeo.template.service -
-
Uses of ContextExtensionFactoryDescriptor in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return types with arguments of type ContextExtensionFactoryDescriptor Modifier and Type Method Description Map<String,ContextExtensionFactoryDescriptor>TemplateProcessorService. getRegistredContextExtensions() -
Uses of ContextExtensionFactoryDescriptor in org.nuxeo.template.api.descriptor
Methods in org.nuxeo.template.api.descriptor that return ContextExtensionFactoryDescriptor Modifier and Type Method Description ContextExtensionFactoryDescriptorContextExtensionFactoryDescriptor. clone()Methods in org.nuxeo.template.api.descriptor with parameters of type ContextExtensionFactoryDescriptor Modifier and Type Method Description voidContextExtensionFactoryDescriptor. merge(ContextExtensionFactoryDescriptor src) -
Uses of ContextExtensionFactoryDescriptor in org.nuxeo.template.service
Fields in org.nuxeo.template.service with type parameters of type ContextExtensionFactoryDescriptor Modifier and Type Field Description protected Map<String,ContextExtensionFactoryDescriptor>ContextFactoryRegistry. factoriesMethods in org.nuxeo.template.service that return ContextExtensionFactoryDescriptor Modifier and Type Method Description ContextExtensionFactoryDescriptorContextFactoryRegistry. clone(ContextExtensionFactoryDescriptor desc)Methods in org.nuxeo.template.service that return types with arguments of type ContextExtensionFactoryDescriptor Modifier and Type Method Description Map<String,ContextExtensionFactoryDescriptor>ContextFactoryRegistry. getExtensionFactories()Map<String,ContextExtensionFactoryDescriptor>TemplateProcessorComponent. getRegistredContextExtensions()Methods in org.nuxeo.template.service with parameters of type ContextExtensionFactoryDescriptor Modifier and Type Method Description ContextExtensionFactoryDescriptorContextFactoryRegistry. clone(ContextExtensionFactoryDescriptor desc)voidContextFactoryRegistry. contributionRemoved(String id, ContextExtensionFactoryDescriptor desc)voidContextFactoryRegistry. contributionUpdated(String id, ContextExtensionFactoryDescriptor mergedDesc, ContextExtensionFactoryDescriptor orgDesc)StringContextFactoryRegistry. getContributionId(ContextExtensionFactoryDescriptor desc)voidContextFactoryRegistry. merge(ContextExtensionFactoryDescriptor src, ContextExtensionFactoryDescriptor dest)
-