public class

WorkflowDescriptorFormatBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.bean.WorkflowDescriptorFormatBean
Known Direct Subclasses

Summary

Public Constructors
WorkflowDescriptorFormatBean(PluginAccessor pluginAccessor)
WorkflowDescriptorFormatBean()
Public Methods
WorkflowDescriptorInfo formatDescriptor(AbstractDescriptor descriptor)
String getDeleteAction()
Collection getDescriptorCollection()
String getEditAction()
String getOperatorTextKey()
String getParentPrefix()
String getPluginType()
boolean isAllowNested()
boolean isDelete()
boolean isEdit()
boolean isHasRelevantArgs(Map args)
boolean isHighlighted(int count, String current)
Determines if the condition is the 'current' one, and should be highlighted.
boolean isMultipleDescriptors()
Determines if the #descriptorCollection has only one element in it.
boolean isOrderable()
boolean isSingleDescriptor()
Determines if the #descriptorCollection has more than one element in it.
void setDelete(boolean delete)
void setDeleteAction(String deleteAction)
void setDescriptorCollection(Collection descriptorCollection)
void setEdit(boolean edit)
void setEditAction(String editAction)
void setOperatorTextKey(String operatorTextKey)
void setOrderable(boolean orderable)
void setParentPrefix(String parentPrefix)
void setPluginType(String pluginType)
Protected Methods
AbstractWorkflowModuleDescriptor getWorkflowModuleDescriptor(String className, String moduleKey, String pluginType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WorkflowDescriptorFormatBean (PluginAccessor pluginAccessor)

public WorkflowDescriptorFormatBean ()

Public Methods

public WorkflowDescriptorInfo formatDescriptor (AbstractDescriptor descriptor)

public String getDeleteAction ()

public Collection getDescriptorCollection ()

public String getEditAction ()

public String getOperatorTextKey ()

public String getParentPrefix ()

public String getPluginType ()

public boolean isAllowNested ()

public boolean isDelete ()

public boolean isEdit ()

public boolean isHasRelevantArgs (Map args)

public boolean isHighlighted (int count, String current)

Determines if the condition is the 'current' one, and should be highlighted. For example, when a condition is added to a Conditions block it is highlighted.

This method is used from JSPs.

public boolean isMultipleDescriptors ()

Determines if the #descriptorCollection has only one element in it.

This method is used from JSPs.

public boolean isOrderable ()

public boolean isSingleDescriptor ()

Determines if the #descriptorCollection has more than one element in it.

This method is used from JSPs.

public void setDelete (boolean delete)

public void setDeleteAction (String deleteAction)

public void setDescriptorCollection (Collection descriptorCollection)

public void setEdit (boolean edit)

public void setEditAction (String editAction)

public void setOperatorTextKey (String operatorTextKey)

public void setOrderable (boolean orderable)

public void setParentPrefix (String parentPrefix)

public void setPluginType (String pluginType)

Protected Methods

protected AbstractWorkflowModuleDescriptor getWorkflowModuleDescriptor (String className, String moduleKey, String pluginType)