com.atlassian.jira.issue.customfields.config.item
Class ProjectOptionsConfigItem

java.lang.Object
  extended bycom.atlassian.jira.issue.customfields.config.item.ProjectOptionsConfigItem
All Implemented Interfaces:
FieldConfigItemType

public class ProjectOptionsConfigItem
extends Object
implements FieldConfigItemType


Constructor Summary
ProjectOptionsConfigItem(ProjectConverter projectConverter, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 String getBaseEditUrl()
           
 Object getConfigurationObject(Issue issue, FieldConfig config)
           
 String getDisplayName()
           
 String getObjectKey()
           
 String getViewHtml(FieldConfig fieldConfig, FieldLayoutItem fieldLayoutItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectOptionsConfigItem

public ProjectOptionsConfigItem(ProjectConverter projectConverter,
                                PermissionManager permissionManager,
                                JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface FieldConfigItemType

getViewHtml

public String getViewHtml(FieldConfig fieldConfig,
                          FieldLayoutItem fieldLayoutItem)
Specified by:
getViewHtml in interface FieldConfigItemType

getObjectKey

public String getObjectKey()
Specified by:
getObjectKey in interface FieldConfigItemType

getConfigurationObject

public Object getConfigurationObject(Issue issue,
                                     FieldConfig config)
Specified by:
getConfigurationObject in interface FieldConfigItemType

getBaseEditUrl

public String getBaseEditUrl()
Specified by:
getBaseEditUrl in interface FieldConfigItemType


Copyright © 2002-2006 Atlassian. All Rights Reserved.