|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OrderableField in com.atlassian.jira.bc.subtask.conversion |
---|
Methods in com.atlassian.jira.bc.subtask.conversion that return types with arguments of type OrderableField | |
---|---|
Collection<OrderableField> |
DefaultIssueConversionService.getRemovedFields(Issue origIssue,
Issue targetIssue)
|
Collection<OrderableField> |
IssueConversionService.getRemovedFields(Issue origIssue,
Issue targetIssue)
Retrieves the fields that have values on the issue but are no longer needed. |
Collection<OrderableField> |
DefaultIssueConversionService.getRemovedFields(JiraServiceContext context,
Issue origIssue,
Issue targetIssue)
|
Collection<OrderableField> |
IssueConversionService.getRemovedFields(JiraServiceContext context,
Issue origIssue,
Issue targetIssue)
Deprecated. Use IssueConversionService.getRemovedFields(Issue, Issue) instead. Since v5.1. |
Uses of OrderableField in com.atlassian.jira.bulkedit.operation |
---|
Methods in com.atlassian.jira.bulkedit.operation that return OrderableField | |
---|---|
OrderableField |
BulkEditActionImpl.getField()
|
OrderableField |
UnavailableBulkEditAction.getField()
|
OrderableField |
BulkEditAction.getField()
|
Uses of OrderableField in com.atlassian.jira.issue.fields |
---|
Subinterfaces of OrderableField in com.atlassian.jira.issue.fields | |
---|---|
interface |
AffectedVersionsField
|
interface |
ComponentsField
|
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 |
FixVersionsField
|
interface |
IssueTypeField
Represents the IssueType System Field. |
interface |
LabelsField
|
interface |
ProjectField
Represents the Project System Field. |
interface |
SummaryField
|
Classes in com.atlassian.jira.issue.fields that implement OrderableField | |
---|---|
class |
AbstractOrderableField
|
class |
AbstractOrderableNavigableFieldImpl
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractTextSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractUserFieldImpl
Base class for single user-based fields |
class |
AbstractVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AffectedVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AttachmentSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
CommentSystemField
Defines a comment in Jira. |
class |
ComponentsSystemField
A field implementation to render ProjectComponent values. |
class |
CustomFieldImpl
Default CustomField implementation backed by the database (a GenericValue object). |
class |
CustomFieldTestImpl
The only purpose of this class is to increase the visibility of #copyGenericValue so we can mock it in tests. |
class |
DescriptionSystemField
Represents the field which renders an Issue description. |
class |
DueDateSystemField
|
class |
EnvironmentSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
FixVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
IssueLinksSystemField
|
class |
IssueTypeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
LabelsSystemField
A field implementation to render Labels. |
class |
MockCustomField
Simple implementation of CustomField for. |
class |
MockOrderableField
A very simple OrderableField field. |
class |
PrioritySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ProjectSystemField
JIRA's project system field. |
class |
ReporterSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ResolutionSystemField
|
class |
SecurityLevelSystemField
|
class |
SummarySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
TimeTrackingSystemField
The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate. |
class |
WorklogSystemField
A field representation of logging work. |
Methods in com.atlassian.jira.issue.fields that return OrderableField | |
---|---|
OrderableField |
MockFieldManager.getOrderableField(String id)
|
OrderableField |
DefaultFieldManager.getOrderableField(String id)
|
OrderableField |
FieldManager.getOrderableField(String id)
|
Methods in com.atlassian.jira.issue.fields that return types with arguments of type OrderableField | |
---|---|
Set<OrderableField> |
MockFieldManager.getOrderableFields()
|
Set<OrderableField> |
DefaultFieldManager.getOrderableFields()
|
Set<OrderableField> |
FieldManager.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 |
MockFieldLayoutItem.getOrderableField()
|
OrderableField |
FieldLayoutItemImpl.getOrderableField()
|
OrderableField |
FieldLayoutItem.getOrderableField()
Gets the field in question. |
Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type OrderableField | |
---|---|
MockFieldLayoutItem |
MockFieldLayout.addFieldLayoutItem(OrderableField orderableField)
|
FieldLayoutItem |
MockFieldLayout.getFieldLayoutItem(OrderableField orderableField)
|
FieldLayoutItem |
FieldLayoutImpl.getFieldLayoutItem(OrderableField orderableField)
|
FieldLayoutItem |
FieldLayout.getFieldLayoutItem(OrderableField orderableField)
Returns the field layout item for a given orderable field, if this orderable field is part of this field configuration. |
MockFieldLayoutItem |
MockFieldLayoutItem.setOrderableField(OrderableField orderableField)
|
FieldLayoutItemImpl.Builder |
FieldLayoutItemImpl.Builder.setOrderableField(OrderableField orderableField)
|
Uses of OrderableField in com.atlassian.jira.issue.fields.renderer |
---|
Methods in com.atlassian.jira.issue.fields.renderer with parameters of type OrderableField | |
---|---|
HackyRendererType |
DefaultHackyFieldRendererRegistry.getDefaultRendererType(OrderableField field)
|
HackyRendererType |
HackyFieldRendererRegistry.getDefaultRendererType(OrderableField field)
Given the field, return the default renderer type that can be used to initilize the field layout item for this field. |
Set<HackyRendererType> |
DefaultHackyFieldRendererRegistry.getRendererTypes(OrderableField field)
|
Set<HackyRendererType> |
HackyFieldRendererRegistry.getRendererTypes(OrderableField field)
The set of renderer types for the field. |
boolean |
DefaultHackyFieldRendererRegistry.shouldOverrideDefaultRenderers(OrderableField field)
|
boolean |
HackyFieldRendererRegistry.shouldOverrideDefaultRenderers(OrderableField field)
If this method returns true then users will be able to choose renderers in the field configuration for the field. |
Uses of OrderableField in com.atlassian.jira.issue.fields.rest |
---|
Methods in com.atlassian.jira.issue.fields.rest that return OrderableField | |
---|---|
OrderableField |
FieldTypeInfoContextImpl.getOderableField()
|
OrderableField |
FieldTypeInfoContext.getOderableField()
|
Constructors in com.atlassian.jira.issue.fields.rest with parameters of type OrderableField | |
---|---|
FieldTypeInfoContextImpl(OrderableField oderableField,
Issue issue,
IssueContext issueContext,
OperationContext operationContext)
|
Uses of OrderableField in com.atlassian.jira.issue.fields.screen |
---|
Methods in com.atlassian.jira.issue.fields.screen that return OrderableField | |
---|---|
OrderableField |
MockFieldScreenLayoutItem.getOrderableField()
|
OrderableField |
BulkFieldScreenRenderLayoutItemImpl.getOrderableField()
|
OrderableField |
AbstractFieldScreenLayoutItem.getOrderableField()
|
OrderableField |
FieldScreenRenderLayoutItemImpl.getOrderableField()
|
OrderableField |
FieldScreenRenderLayoutItem.getOrderableField()
|
OrderableField |
FieldScreenLayoutItem.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 |
MockFieldScreenLayoutItem |
MockFieldScreenLayoutItem.setOrderableField(OrderableField field)
|
Uses of OrderableField in com.atlassian.jira.plugin.workflow |
---|
Methods in com.atlassian.jira.plugin.workflow with parameters of type OrderableField | |
---|---|
String |
UpdateIssueFieldFunctionPluginFactory.getEditHtml(OrderableField field,
Object value)
|
Uses of OrderableField in com.atlassian.jira.projectconfig.fields |
---|
Methods in com.atlassian.jira.projectconfig.fields that return types with arguments of type OrderableField | |
---|---|
Iterable<OrderableField> |
IssueFields.getAddableFields(Issue issue)
Returns the list of fields that will can be added to the create, view and edit screens of the passed issue. |
Uses of OrderableField in com.atlassian.jira.rest.v2.issue |
---|
Methods in com.atlassian.jira.rest.v2.issue with parameters of type OrderableField | |
---|---|
protected Collection<?> |
AbstractMetaFieldBeanBuilder.getAllowedValueBeans(OrderableField field,
Collection<?> allowedValues)
|
protected FieldMetaBean |
AbstractMetaFieldBeanBuilder.getFieldMetaBean(boolean required,
OrderableField field)
|
Uses of OrderableField in com.atlassian.jira.web.action.admin.customfields |
---|
Methods in com.atlassian.jira.web.action.admin.customfields with parameters of type OrderableField | |
---|---|
Collection |
ViewCustomFields.getFieldScreenTabs(OrderableField orderableField)
|
Uses of OrderableField in com.atlassian.jira.web.action.admin.issuefields |
---|
Methods in com.atlassian.jira.web.action.admin.issuefields with parameters of type OrderableField | |
---|---|
Collection |
AbstractConfigureFieldLayout.getFieldScreenTabs(OrderableField orderableField)
|
boolean |
AbstractConfigureFieldLayout.isRenderable(OrderableField field)
|
Uses of OrderableField in com.atlassian.jira.web.action.issue |
---|
Methods in com.atlassian.jira.web.action.issue that return OrderableField | |
---|---|
protected OrderableField |
AbstractCommentableIssue.getOrderableField(String fieldId)
|
Methods in com.atlassian.jira.web.action.issue that return types with arguments of type OrderableField | |
---|---|
List<OrderableField> |
IssueCreationHelperBeanImpl.getFieldsForCreate(com.atlassian.crowd.embedded.api.User user,
Issue issueObject)
|
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 |
Methods in com.atlassian.jira.web.action.issue with parameters of type OrderableField | |
---|---|
FieldScreenRenderLayoutItem |
AbstractCommentableIssue.getFieldScreenRendererLayoutItemForField(OrderableField field)
|
FieldScreenRenderLayoutItem |
DeleteComment.getFieldScreenRendererLayoutItemForField(OrderableField field)
|
String |
AbstractConvertIssue.getNewViewHtml(OrderableField field)
Gets the ne view of the field after values have been updated |
String |
MoveIssueConfirm.getNewViewHtml(OrderableField field)
|
String |
AbstractConvertIssue.getOldViewHtml(OrderableField field)
Gets the old view of the field before update |
String |
MoveIssueConfirm.getOldViewHtml(OrderableField field)
|
protected void |
MoveIssueConfirm.popluateDefault(OrderableField orderableField)
|
protected void |
MoveIssueUpdateFields.popluateDefault(OrderableField orderableField)
|
protected void |
MoveIssueConfirm.populateFromParams(OrderableField orderableField)
|
protected void |
MoveIssueUpdateFields.populateFromParams(OrderableField orderableField)
|
Uses of OrderableField in com.atlassian.jira.web.action.issue.bulkedit |
---|
Methods in com.atlassian.jira.web.action.issue.bulkedit with parameters of type OrderableField | |
---|---|
protected FieldScreenRenderLayoutItem |
BulkEdit.buildFieldScreenRenderLayoutItem(OrderableField field,
org.ofbiz.core.entity.GenericValue issue)
|
protected FieldScreenRenderLayoutItem |
BulkWorkflowTransition.buildFieldScreenRenderLayoutItem(OrderableField field,
org.ofbiz.core.entity.GenericValue issue)
|
String |
BulkWorkflowTransition.getFieldHtml(OrderableField orderableField)
|
String |
BulkEdit.getFieldViewHtml(OrderableField orderableField)
|
String |
BulkMove.getFieldViewHtml(OrderableField orderableField)
|
String |
BulkWorkflowTransition.getFieldViewHtml(OrderableField orderableField)
|
String |
BulkMove.getMappingViewHtml(BulkEditBean bulkEditBean,
OrderableField field,
Long id,
boolean showProject)
|
String |
BulkMove.getNewViewHtml(BulkEditBean bulkEditBean,
OrderableField field)
|
String |
BulkMove.getNewViewHtml(OrderableField field)
|
Map<Long,Long> |
BulkMove.getSubstitutionsForField(BulkEditBean bulkEditBean,
OrderableField field)
|
boolean |
BulkMove.isFieldUsingSubstitutions(BulkEditBean bulkEditBean,
OrderableField field)
|
boolean |
BulkMove.isRetainMandatory(OrderableField field)
Method to determine if a field must try to retain the values already set in issues. |
protected void |
BulkMove.populateFromParams(OrderableField orderableField)
|
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> |
DefaultBulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
|
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 |