|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor
com.atlassian.jira.plugin.workflow.WorkflowConditionModuleDescriptor
Field Summary |
Fields inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
RESOURCE_TYPE_I18N |
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
plugin, singleton |
Constructor Summary | |
WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext)
|
Method Summary | |
String |
getHtml(String resourceName,
com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
Get rendered HTML from a resource defined in the plugin descriptor. |
protected String |
getParameterName()
|
boolean |
isAddable(String actionType)
|
boolean |
isDeletable()
|
boolean |
isOrderable()
|
boolean |
isUnique()
|
Methods inherited from class com.atlassian.jira.plugin.workflow.AbstractWorkflowModuleDescriptor |
compareTo, getImplementationClass, getModule, getParamValue, init, isEditable |
Methods inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
assertResourceExists, createVelocityParams, getAuthenticationContext, getDefaultVelocityParams, getDescription, getHtml, getHtml, getHttpRequest, getI18nBean, getI18nLocations, getName, getText, getText, isResourceExist |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, destroy, getCompleteKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkflowConditionModuleDescriptor(JiraAuthenticationContext authenticationContext)
Method Detail |
protected String getParameterName()
getParameterName
in class AbstractWorkflowModuleDescriptor
public String getHtml(String resourceName, com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
AbstractWorkflowModuleDescriptor
getHtml
in class AbstractWorkflowModuleDescriptor
resourceName
- Eg. "view" or "input-parameters"descriptor
- ??
public boolean isOrderable()
isOrderable
in class AbstractWorkflowModuleDescriptor
public boolean isUnique()
isUnique
in class AbstractWorkflowModuleDescriptor
public boolean isDeletable()
isDeletable
in class AbstractWorkflowModuleDescriptor
public boolean isAddable(String actionType)
isAddable
in class AbstractWorkflowModuleDescriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |