com.atlassian.jira.web.bean
Class WorkflowConditionFormatBean

java.lang.Object
  extended by com.atlassian.jira.web.bean.WorkflowDescriptorFormatBean
      extended by com.atlassian.jira.web.bean.WorkflowConditionFormatBean

public class WorkflowConditionFormatBean
extends WorkflowDescriptorFormatBean


Constructor Summary
WorkflowConditionFormatBean()
           
WorkflowConditionFormatBean(com.atlassian.plugin.PluginManager pluginManager)
           
 
Method Summary
 String getOperatorTextKey()
           
 String getOtherOperatorTextKey()
           
 String getParentPrefix()
           
 boolean isAllowNested()
           
 boolean isNestedDescriptor(com.opensymphony.workflow.loader.AbstractDescriptor descriptor)
           
 void setDescriptor(com.opensymphony.workflow.loader.ConditionsDescriptor conditionsDescriptor)
           
 void setParentPrefix(String parentPrefix)
           
 
Methods inherited from class com.atlassian.jira.web.bean.WorkflowDescriptorFormatBean
formatDescriptor, getDeleteAction, getDescriptorCollection, getEditAction, getPluginType, getWorkflowModuleDescriptor, isDelete, isEdit, isHasRelevantArgs, isHighlighted, isMultipleDescriptors, isOrderable, isSingleDescriptor, setDelete, setDeleteAction, setDescriptorCollection, setEdit, setEditAction, setOperatorTextKey, setOrderable, setPluginType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowConditionFormatBean

public WorkflowConditionFormatBean(com.atlassian.plugin.PluginManager pluginManager)

WorkflowConditionFormatBean

public WorkflowConditionFormatBean()
Method Detail

setDescriptor

public void setDescriptor(com.opensymphony.workflow.loader.ConditionsDescriptor conditionsDescriptor)

isNestedDescriptor

public boolean isNestedDescriptor(com.opensymphony.workflow.loader.AbstractDescriptor descriptor)

getOperatorTextKey

public String getOperatorTextKey()
Overrides:
getOperatorTextKey in class WorkflowDescriptorFormatBean

getOtherOperatorTextKey

public String getOtherOperatorTextKey()

isAllowNested

public boolean isAllowNested()
Overrides:
isAllowNested in class WorkflowDescriptorFormatBean

getParentPrefix

public String getParentPrefix()
Overrides:
getParentPrefix in class WorkflowDescriptorFormatBean

setParentPrefix

public void setParentPrefix(String parentPrefix)
Overrides:
setParentPrefix in class WorkflowDescriptorFormatBean


Copyright © 2002-2007 Atlassian. All Rights Reserved.