|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface FieldConfig
Represents a particular configuration of aConfigurableField
. A configuration can have many facets, such as default value
and options. These are customizable through registering FieldConfigItem
objects in the getConfigItems()
method.
FieldConfigScheme
objects where a config can be attached
per IssueType
This is used in configuring custom fields..
IssueContextImpl
issueContext = newIssueContextImpl.IssueContextImpl(Long, String)
IssueContextImpl(projectId, issueTypeId)};FieldConfig
fieldConfig =cf.getRelevantConfig(issueContext)
;Options
options =optionsManager.getOptions(fieldConfig)
;
FieldConfigScheme
,
FieldConfigItem
,
ConfigurableField
Method Summary | |
---|---|
List<FieldConfigItem> |
getConfigItems()
Returns a list of FieldConfigItems. |
CustomField |
getCustomField()
Returns the related custom field. |
String |
getDescription()
|
String |
getFieldId()
|
Long |
getId()
|
String |
getName()
|
Method Detail |
---|
Long getId()
String getName()
String getDescription()
List<FieldConfigItem> getConfigItems()
FieldConfigItem
s. Collections.EMPTY_LIST
if nothingString getFieldId()
CustomField getCustomField()
FieldConfig
was originally only
used for customfields. Should eventually return a ConfigurableField
CustomField
DataAccessException
- if the fieldId does not refer to a valid custom field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |