Class PluginExistingEntityFinderModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PluginExistingEntityFinder>
com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor<PluginExistingEntityFinder>
com.atlassian.confluence.plugin.descriptor.restore.PluginExistingEntityFinderModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<PluginExistingEntityFinder>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware
public class PluginExistingEntityFinderModuleDescriptor
extends DefaultFactoryModuleDescriptor<PluginExistingEntityFinder>
Allow plugin to check if imported object is exist or not
- Since:
- 8.3.0
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionPluginExistingEntityFinderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Modifier and TypeMethodDescriptionImplementing classes should implement this method and call getModuleFromProvider, this is required as AbstractModuleDescriptor.getModuleReturnClass() uses the return type of this method to determine the module class.Methods inherited from class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
disabled, enabled, getModuleFromProvider, initMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
getDisplayName
-
Constructor Details
-
PluginExistingEntityFinderModuleDescriptor
public PluginExistingEntityFinderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
getModule
Description copied from class:DefaultFactoryModuleDescriptorImplementing classes should implement this method and call getModuleFromProvider, this is required as AbstractModuleDescriptor.getModuleReturnClass() uses the return type of this method to determine the module class. The JVM's type erasure means that it must be implemented with a non-generic type for getModuleReturnClass() to succeed.- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<PluginExistingEntityFinder>- Specified by:
getModulein classDefaultFactoryModuleDescriptor<PluginExistingEntityFinder>
-