Class WorkflowConditionModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.AbstractJiraModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
com.atlassian.jira.plugin.workflow.WorkflowConditionModuleDescriptor
- All Implemented Interfaces:
JiraResourcedModuleDescriptor<WorkflowPluginConditionFactory>,com.atlassian.plugin.ModuleDescriptor<WorkflowPluginConditionFactory>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,Comparable<AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>>
public class WorkflowConditionModuleDescriptor
extends AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Modifier and TypeMethodDescriptionAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>.com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolverGet rendered HTML from a resource defined in the plugin descriptor.protected StringbooleanbooleanbooleanbooleanisUnique()Methods inherited from class com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
compareTo, disabled, enabled, getImplementationClass, getParamValue, init, isEditableMethods inherited from class com.atlassian.jira.plugin.AbstractJiraModuleDescriptor
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtmlMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, 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
destroy, equals, getCompleteKey, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Constructor Details
-
WorkflowConditionModuleDescriptor
public WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext, OSWorkflowConfigurator workflowConfigurator, ComponentClassManager componentClassManager, com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
getParameterName
- Specified by:
getParameterNamein classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
getHtml
public String getHtml(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor) Description copied from class:AbstractWorkflowModuleDescriptorGet rendered HTML from a resource defined in the plugin descriptor.- Specified by:
getHtmlin classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>- Parameters:
resourceName- Eg. "view" or "input-parameters"descriptor- ??- Returns:
- HTML rendered from resource (eg. velocity template or JSP)
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderablein classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isUnique
public boolean isUnique()- Specified by:
isUniquein classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isDeletable
public boolean isDeletable()- Specified by:
isDeletablein classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
isAddable
- Specified by:
isAddablein classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-
createPluginTypeResolver
public AbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>.com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor.PluginTypeResolver createPluginTypeResolver()- Overrides:
createPluginTypeResolverin classAbstractWorkflowModuleDescriptor<WorkflowPluginConditionFactory>
-