com.atlassian.jira.web.util
Interface SubTaskQuickCreationConfig

All Known Implementing Classes:
SubTaskQuickCreationConfigImpl

public interface SubTaskQuickCreationConfig

Used to provide the SubTaskQuickCreationWebComponent with configuration parameters. For example, what fields should be displayed


Method Summary
 Collection getDisplayFieldIds()
          Returns a collection of field ids taht shodu be shown on the sub task quick creation form.
 Collection getFieldIds()
          Same as getDisplayFieldIds(), only all the emty strings are stripped out of the retuned collection.
 String getPreset(String fieldId)
           
 Collection getPresetFieldIds()
           
 String getVelocityTemplate()
           
 

Method Detail

getDisplayFieldIds

Collection getDisplayFieldIds()
Returns a collection of field ids taht shodu be shown on the sub task quick creation form. The collection uses empty strings to denote taht an empty cell should be shown instead of a field. See IssueFieldConstants for possible field ids.


getFieldIds

Collection getFieldIds()
Same as getDisplayFieldIds(), only all the emty strings are stripped out of the retuned collection. This method is used by validation code.


getPresetFieldIds

Collection getPresetFieldIds()

getPreset

String getPreset(String fieldId)

getVelocityTemplate

String getVelocityTemplate()


Copyright © 2002-2007 Atlassian. All Rights Reserved.