public class

WorkflowConditionFormatBean

extends WorkflowDescriptorFormatBean
java.lang.Object
   ↳ com.atlassian.jira.web.bean.WorkflowDescriptorFormatBean
     ↳ com.atlassian.jira.web.bean.WorkflowConditionFormatBean

Summary

Public Constructors
WorkflowConditionFormatBean(PluginAccessor pluginAccessor)
WorkflowConditionFormatBean()
Public Methods
String getOperatorTextKey()
String getOperatorType()
String getOtherOperatorTextKey()
String getParentPrefix()
boolean isAllowNested()
boolean isNestedDescriptor(AbstractDescriptor descriptor)
void setDescriptor(ConditionsDescriptor conditionsDescriptor)
void setParentPrefix(String parentPrefix)
[Expand]
Inherited Methods
From class com.atlassian.jira.web.bean.WorkflowDescriptorFormatBean
From class java.lang.Object

Public Constructors

public WorkflowConditionFormatBean (PluginAccessor pluginAccessor)

public WorkflowConditionFormatBean ()

Public Methods

public String getOperatorTextKey ()

public String getOperatorType ()

public String getOtherOperatorTextKey ()

public String getParentPrefix ()

public boolean isAllowNested ()

public boolean isNestedDescriptor (AbstractDescriptor descriptor)

public void setDescriptor (ConditionsDescriptor conditionsDescriptor)

public void setParentPrefix (String parentPrefix)