Uses of Class
com.atlassian.confluence.pages.templates.PluginTemplateReference
Packages that use PluginTemplateReference
Package
Description
-
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return PluginTemplateReferenceModifier and TypeMethodDescriptionstatic PluginTemplateReferencePluginTemplateReference.globalTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey) Create a reference to the globally customised version of the templatestatic PluginTemplateReferencePluginTemplateReference.spaceTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey, Space space) Create a reference to the space level customised version of the templatestatic PluginTemplateReferencePluginTemplateReference.systemTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey) Create a reference to the globally customised version of a system templateMethods in com.atlassian.confluence.pages.templates with parameters of type PluginTemplateReferenceModifier and TypeMethodDescriptionDefaultPageTemplateManager.getPageTemplate(PluginTemplateReference pluginTemplateReference) PageTemplateManager.getPageTemplate(PluginTemplateReference pluginTemplateReference) -
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates.persistence.dao
Methods in com.atlassian.confluence.pages.templates.persistence.dao with parameters of type PluginTemplateReferenceModifier and TypeMethodDescriptionPageTemplateDao.findCustomisedPluginTemplate(PluginTemplateReference pluginTemplateReference) -
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.templates.persistence.dao.hibernate with parameters of type PluginTemplateReferenceModifier and TypeMethodDescriptionHibernatePageTemplateDao.findCustomisedPluginTemplate(PluginTemplateReference pluginTemplateReference)