|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OrderableField in com.atlassian.jira.bulkedit.operation |
|---|
| Methods in com.atlassian.jira.bulkedit.operation that return OrderableField | |
|---|---|
OrderableField |
BulkEditAction.getField()
|
| Uses of OrderableField in com.atlassian.jira.issue.fields |
|---|
| Subinterfaces of OrderableField in com.atlassian.jira.issue.fields | |
|---|---|
interface |
ConfigurableField
ConfigurableField are fields which have FieldConfigItemType that can be stored for a given
JiraContextNode |
interface |
CustomField
Custom Field interface. |
interface |
DependentField
Defines fields that are dependent on another field |
interface |
IssueTypeField
Represents the IssueType System Field. |
interface |
ProjectField
Represents the Project System Field. |
| Methods in com.atlassian.jira.issue.fields that return OrderableField | |
|---|---|
OrderableField |
FieldAccessor.getOrderableField(String id)
|
| Methods in com.atlassian.jira.issue.fields that return types with arguments of type OrderableField | |
|---|---|
Set<OrderableField> |
FieldAccessor.getOrderableFields()
|
| Uses of OrderableField in com.atlassian.jira.issue.fields.layout.field |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.field that return OrderableField | |
|---|---|
OrderableField |
FieldLayoutItem.getOrderableField()
Gets the field in question. |
| Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type OrderableField | |
|---|---|
FieldLayoutItem |
FieldLayout.getFieldLayoutItem(OrderableField orderableField)
|
| Uses of OrderableField in com.atlassian.jira.issue.fields.screen |
|---|
| Methods in com.atlassian.jira.issue.fields.screen that return OrderableField | |
|---|---|
OrderableField |
FieldScreenLayoutItem.getOrderableField()
|
OrderableField |
FieldScreenRenderLayoutItem.getOrderableField()
|
| Methods in com.atlassian.jira.issue.fields.screen with parameters of type OrderableField | |
|---|---|
FieldScreenRenderLayoutItem |
FieldScreenRenderer.getFieldScreenRenderLayoutItem(OrderableField orderableField)
A convenience method to locate the FieldScreenRenderLayoutItem which has a field
which has an id matching parameter orderableField |
| Uses of OrderableField in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return types with arguments of type OrderableField | |
|---|---|
List<OrderableField> |
IssueCreationHelperBean.getFieldsForCreate(com.atlassian.crowd.embedded.api.User user,
Issue issueObject)
Gets the fields that will be shown in the create issue screen for that issues project and issue type |
| Uses of OrderableField in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean with parameters of type OrderableField | |
|---|---|
Map<Long,BulkMoveHelper.DistinctValueResult> |
BulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||