|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>
com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
public class HibernateContentQueryModuleDescriptor
Module descriptor to allow plugins to provide custom queries for looking up pluggable content. The aim is to provide an abstraction between making a query and the raw Hibernate implementation of that query, without having to come up with Yet Another Query Language.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
HibernateContentQueryModuleDescriptor()
|
|
| Method Summary | |
|---|---|
HibernateContentQueryFactory |
createModule()
|
void |
disabled()
|
void |
enabled()
|
HibernateContentQueryFactory |
getModule()
|
String |
getQueryName()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
String |
toString()
|
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HibernateContentQueryModuleDescriptor()
| Method Detail |
|---|
public void init(@NotNull
com.atlassian.plugin.Plugin plugin,
@NotNull
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<HibernateContentQueryFactory>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>com.atlassian.plugin.PluginParseExceptionpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>public HibernateContentQueryFactory getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<HibernateContentQueryFactory>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>public HibernateContentQueryFactory createModule()
createModule in interface PluginModuleFactory<HibernateContentQueryFactory>public String getQueryName()
public String toString()
toString in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||