Modifier and Type | Method and Description |
---|---|
static String |
JiraDataTypes.getType(Field field) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Field> |
DefaultFieldScreenService.addFieldToScreen(FieldScreenTabId tabId,
String fieldId,
FieldScreenOperationContext context) |
ServiceOutcome<Field> |
FieldScreenService.addFieldToScreen(FieldScreenTabId tab,
String fieldId,
FieldScreenOperationContext context)
Adds a new field to the given tab
|
ServiceOutcome<List<Field>> |
DefaultFieldScreenService.getFieldsOnTab(FieldScreenTabId tabId,
FieldScreenOperationContext context) |
ServiceOutcome<List<Field>> |
FieldScreenService.getFieldsOnTab(FieldScreenTabId tab,
FieldScreenOperationContext context)
Gets all fields on given tab
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultIssueConversionService.isShouldCheckFieldValue(Issue origIssue,
Field field)
JRA-12671 - need to determine if we should call hasValue on the field.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<Field> |
BulkMoveOperationImpl.getTargetHiddenFields(BulkEditBean bulkEditBean) |
Modifier and Type | Method and Description |
---|---|
String |
BulkMoveOperationImpl.getFieldName(Field field,
I18nHelper i18nHelper) |
Modifier and Type | Method and Description |
---|---|
Field |
AbstractFieldScreenFieldEvent.getAffectedField() |
Constructor and Description |
---|
AbstractFieldScreenFieldEvent(FieldScreenTab tab,
Field affectedField) |
FieldScreenFieldAddedEvent(FieldScreenTab tab,
Field affectedField) |
FieldScreenFieldRemovedEvent(FieldScreenTab tab,
Field affectedField) |
Modifier and Type | Method and Description |
---|---|
void |
IssueExporter.export(Writer writer,
SearchRequest searchRequest,
SearchRequestParams searchRequestParams,
List<Field> fields)
Export the given search and fields and output it to the supplied writer.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCsvIssueExporter.export(Writer writer,
SearchRequest searchRequest,
SearchRequestParams searchRequestParams,
List<Field> fields) |
Modifier and Type | Method and Description |
---|---|
Field |
IssueSearchCsvExportLayout.FieldLayout.getField() |
Modifier and Type | Method and Description |
---|---|
void |
IssueSearchCsvExportLayoutBuilder.registerFieldRepresentation(Field field,
FieldExportParts fieldRepresentation)
Add a given field repesentation to figure out the layout.
|
Constructor and Description |
---|
FieldLayout(List<IssueSearchCsvExportLayout.SubFieldLayout> subFields,
Field field) |
Modifier and Type | Interface and Description |
---|---|
interface |
AffectedVersionsField |
interface |
ComponentsField |
interface |
ConfigurableField<V>
ConfigurableField are fields which have
FieldConfigItemType that can be stored for a given
JiraContextNode |
interface |
CustomField
Custom Field interface.
|
interface |
DependentField<V>
Defines fields that are dependent on another field
|
interface |
FixVersionsField |
interface |
IssueTypeField
Represents the IssueType System Field.
|
interface |
LabelsField |
interface |
MandatoryField |
interface |
NavigableField
Fields in JIRA which are able to be placed in the Issue Navigator implement this interface.
|
interface |
OrderableField<V>
Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order".
|
interface |
ProjectField
Represents the Project System Field.
|
interface |
RequirableField
A marker interface for fields in JIRA which can be made "required" as part of a
FieldLayout . |
interface |
SearchableField |
interface |
SummaryField |
interface |
TimeSpentField |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAggregateDurationSystemField
Abstract field for aggregate Time Tracking values.
|
class |
AbstractDurationSystemField |
class |
AbstractField |
class |
AbstractOrderableField<V> |
class |
AbstractOrderableNavigableFieldImpl<V>
Copyright (c) 2002-2004
All rights reserved.
|
class |
AbstractProgressBarSystemField
Base class for Progress Bar system fields.
|
class |
AbstractTextSystemField |
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 |
AggregateEstimateSystemField
System field that displays the calculated aggregate remaining estimate.
|
class |
AggregateOriginalEstimateSystemField
System field that displays the calculated aggregate original estimate.
|
class |
AggregateProgressBarSystemField
Progress Bar System Field that uses the aggregate values for percentages.
|
class |
AggregateTimeSpentSystemField
System field that displays the calculated aggregate time spent.
|
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
AttachmentSystemField |
class |
CommentSystemField
Defines a comment in Jira.
|
class |
ComponentsSystemField
A field implementation to render
ProjectComponent values. |
class |
CreatedSystemField |
class |
CreatorSystemField
Copyright (c) 2002-2004
All rights reserved.
|
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 |
ImmutableCustomField
Default CustomField implementation backed by the database (a GenericValue object).
|
class |
IssueLinksSystemField |
class |
IssueTypeSystemField |
class |
KeySystemField |
class |
LabelsSystemField
A field implementation to render Labels.
|
class |
LastViewedSystemField |
class |
MockCustomField
Simple implementation of
CustomField for. |
class |
MockOrderableField<V>
A very simple
OrderableField field. |
class |
NavigableFieldImpl |
class |
OriginalEstimateSystemField |
class |
PrioritySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ProgressBarSystemField
Field that displays a progress bar in the Navigator
|
class |
ProjectSystemField
JIRA's project system field.
|
class |
ReporterSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ResolutionDateSystemField
Stores the date an issue was resolved on.
|
class |
ResolutionSystemField |
class |
SecurityLevelSystemField |
class |
StatusSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
SubTaskSystemField |
class |
SummarySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ThumbnailSystemField |
class |
TimeEstimateSystemField |
class |
TimeSpentSystemField |
class |
TimeTrackingSystemField
The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and
Remaining Estimate.
|
class |
UpdatedSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
VotesSystemField
Created by IntelliJ IDEA.
|
class |
WatchesSystemField |
class |
WorklogSystemField
A field representation of logging work.
|
class |
WorkRatioSystemField |
Modifier and Type | Method and Description |
---|---|
Field |
MockFieldManager.getField(String id) |
Field |
DefaultFieldManager.getField(String id) |
Field |
FieldManager.getField(String id)
Get a field by its id.
|
Field |
IssueTypeSystemField.getParentField() |
Field |
DependentField.getParentField() |
Modifier and Type | Method and Description |
---|---|
Set<Field> |
MockFieldManager.getUnavailableFields() |
Set<Field> |
DefaultFieldManager.getUnavailableFields() |
Set<Field> |
FieldManager.getUnavailableFields() |
Modifier and Type | Method and Description |
---|---|
MockFieldManager |
MockFieldManager.addField(Field field) |
MockFieldManager |
MockFieldManager.addUnavilableField(Field field) |
int |
FieldNameComparator.compare(Field field1,
Field field2) |
boolean |
MockFieldManager.isCustomField(Field field) |
boolean |
DefaultFieldManager.isCustomField(Field field) |
boolean |
FieldManager.isCustomField(Field field) |
boolean |
MockFieldManager.isFieldHidden(ApplicationUser remoteUser,
Field field) |
boolean |
DefaultFieldManager.isFieldHidden(ApplicationUser remoteUser,
Field field) |
boolean |
FieldManager.isFieldHidden(ApplicationUser remoteUser,
Field field) |
boolean |
MockFieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field) |
boolean |
DefaultFieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field) |
boolean |
FieldManager.isFieldHidden(Set<FieldLayout> fieldLayouts,
Field field)
Checks whether the given field is hidden in all of the given Field Layouts.
|
boolean |
MockFieldManager.isHideableField(Field field) |
boolean |
DefaultFieldManager.isHideableField(Field field) |
boolean |
FieldManager.isHideableField(Field field) |
boolean |
MockFieldManager.isMandatoryField(Field field) |
boolean |
DefaultFieldManager.isMandatoryField(Field field) |
boolean |
FieldManager.isMandatoryField(Field field) |
boolean |
MockFieldManager.isNavigableField(Field field) |
boolean |
DefaultFieldManager.isNavigableField(Field field) |
boolean |
FieldManager.isNavigableField(Field field) |
boolean |
MockFieldManager.isOrderableField(Field field) |
boolean |
DefaultFieldManager.isOrderableField(Field field) |
boolean |
FieldManager.isOrderableField(Field field) |
boolean |
MockFieldManager.isRenderableField(Field field) |
boolean |
DefaultFieldManager.isRenderableField(Field field) |
boolean |
FieldManager.isRenderableField(Field field) |
boolean |
MockFieldManager.isRequirableField(Field field) |
boolean |
DefaultFieldManager.isRequirableField(Field field) |
boolean |
FieldManager.isRequirableField(Field field) |
boolean |
MockFieldManager.isUnscreenableField(Field field) |
boolean |
DefaultFieldManager.isUnscreenableField(Field field) |
boolean |
FieldManager.isUnscreenableField(Field field) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
MockFieldLayout.getHiddenFields(Project project,
List<String> issueTypeIds) |
List<Field> |
FieldLayoutImpl.getHiddenFields(Project project,
List<String> issueTypeIds) |
List<Field> |
FieldLayout.getHiddenFields(Project project,
List<String> issueTypeIds)
Returns all hidden fields (system fields and custom fields) for a given project and issue type(s).
|
Modifier and Type | Method and Description |
---|---|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
|
Constructor and Description |
---|
ScreenFieldEditingEvent(FieldScreenTab tab,
boolean isGlobalAdmin,
Long affectedProjects,
Long affectedProjectId,
Field field,
ScreenFieldEditingEvent.Type operationType,
boolean hasExtPermission) |
Modifier and Type | Method and Description |
---|---|
Predicate<? super Field> |
IssueTabRendererDto.getCondition() |
Modifier and Type | Method and Description |
---|---|
Collection<FieldScreenLayoutItem> |
FieldScreenRenderLayoutItemFilterImpl.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition,
List<FieldScreenLayoutItem> fieldLayoutItems) |
Collection<FieldScreenLayoutItem> |
FieldScreenRenderLayoutItemFilter.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition,
List<FieldScreenLayoutItem> fieldLayoutItems) |
Constructor and Description |
---|
IssueTabRendererDto(Issue issue,
IssueOperation operation,
Predicate<? super Field> condition,
int currentTabPosition,
FieldScreenTab fieldScreenTab) |
Modifier and Type | Method and Description |
---|---|
static Predicate<Field> |
FieldPredicates.isCustomDateField()
Return a predicate that will return true if the input field is a date custom field.
|
static Predicate<Field> |
FieldPredicates.isCustomField()
Return a predicate that will return true if the input field is a custom field.
|
static Predicate<Field> |
FieldPredicates.isCustomUserField()
Return a predicate that will return true if the input field is a user custom field.
|
static Predicate<Field> |
FieldPredicates.isDateField()
Return a predicate that will return true if the input field is a date field.
|
static Predicate<Field> |
FieldPredicates.isStandardViewIssueCustomField()
Return a predicate that returns true for custom fields that should be displayed in the custom field section of
the view issue screen.
|
static Predicate<Field> |
FieldPredicates.isUserField()
Return a predicate that will return true if the input field is a user field.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<Field> |
AbstractCsvSearchRequestView.getFieldsToBeExported(SearchRequest searchRequest)
Get the fields that should be exported for this Csv export.
|
protected List<Field> |
SearchRequestCsvViewAllFields.getFieldsToBeExported(SearchRequest searchRequest) |
protected List<Field> |
SearchRequestCsvViewCurrentFields.getFieldsToBeExported(SearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
ClausePermissionChecker |
MockFieldClausePermissionFactory.createPermissionChecker(Field field) |
ClausePermissionChecker |
FieldClausePermissionChecker.Factory.createPermissionChecker(Field field) |
ClausePermissionChecker |
FieldClausePermissionChecker.DefaultFactory.createPermissionChecker(Field field) |
Constructor and Description |
---|
FieldClausePermissionChecker(Field field,
FieldManager fieldManager) |
Modifier and Type | Class and Description |
---|---|
class |
MockNavigableField |
Modifier and Type | Method and Description |
---|---|
boolean |
DateFieldModelFactory.isDateSystemField(Field field)
Checks if the given field is a date system field.
|
DateFieldModel |
DateFieldModelFactory.toModel(Field field,
Issue issue)
Converts the given date field into a DateFieldModel.
|
Constructor and Description |
---|
FieldModel(Field field) |
SystemFieldModel(Field field) |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateIssueFieldFunctionPluginFactory.hasCustomEditTemplate(Field field) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectFieldsContextProvider.isFieldLocked(Field field) |
boolean |
ProjectFieldsContextProvider.isFieldManaged(Field field) |
Modifier and Type | Method and Description |
---|---|
void |
IssueFields.addFieldToIssueScreens(Field field,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<Field,IssueCustomFieldsResource.FieldBean> |
IssueCustomFieldsResource.FieldBean.toBean() |
Modifier and Type | Method and Description |
---|---|
static FieldBean |
FieldBean.shortBean(Field field,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager) |
Modifier and Type | Method and Description |
---|---|
static Collection<FieldBean> |
FieldBean.shortBeans(Collection<Field> fields,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager) |
Modifier and Type | Method and Description |
---|---|
void |
IssueBean.addField(Field field,
FieldJsonRepresentation data,
boolean includeRenderedVersion) |
void |
IssueBean.addField(String displayName,
Field field,
FieldJsonRepresentation data,
boolean includeRenderedVersion) |
boolean |
IncludedFields.included(Field field) |
static FieldBean |
FieldBean.shortBean(Field field,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Collection<FieldBean> |
FieldBean.shortBeans(Collection<Field> fields,
FieldManager fieldManager,
SearchHandlerManager searchHandlerManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
UserCF.getDisplayFields() |
List<Field> |
GroupCF.getDisplayFields() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
GroupSelectorUtils.getCustomFieldsSpecifyingGroups()
Get all custom fields that could possibly be identifying a group.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldVisibilityManagerImpl.isFieldHidden(ApplicationUser remoteUser,
Field field) |
boolean |
FieldVisibilityManager.isFieldHidden(ApplicationUser remoteUser,
Field field)
Checks if the field is hidden across all the projects
that the user can see (has the
Permissions.BROWSE permission). |
boolean |
FieldVisibilityManagerImpl.isFieldHiddenInAllSchemes(Field field,
SearchContext context,
ApplicationUser user) |
boolean |
FieldVisibilityManager.isFieldHiddenInAllSchemes(Field field,
SearchContext context,
ApplicationUser user) |
boolean |
FieldVisibilityManagerImpl.isFieldVisible(ApplicationUser remoteUser,
Field field) |
boolean |
FieldVisibilityManager.isFieldVisible(ApplicationUser remoteUser,
Field field)
Checks if the field is visible in at least one of the projects
that the user can see (has the
Permissions.BROWSE permission). |
Modifier and Type | Method and Description |
---|---|
Field |
JiraWebActionSupport.getField(String id) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractConfigureFieldLayout.getFieldName(Field field) |
String |
AbstractConfigureFieldLayout.getManagedFieldDescriptionKey(Field field) |
boolean |
AbstractConfigureFieldLayout.isFieldLocked(Field field) |
boolean |
AbstractConfigureFieldLayout.isFieldManaged(Field field) |
Modifier and Type | Method and Description |
---|---|
Field |
AssociateFieldToScreens.getField() |
Modifier and Type | Method and Description |
---|---|
Field |
IssueCreationHelperBeanImpl.getField(String id) |
Modifier and Type | Method and Description |
---|---|
String |
MoveIssueUpdateFields.getFieldName(Field field) |
String |
AbstractConvertIssue.getFieldName(Field field)
Utility method used by convertissuetosubtask-confirm.jsp
|
protected boolean |
MoveIssueUpdateFields.isShouldCheckFieldValue(Issue origIssue,
Field field)
JRA-12671 - need to determine if we should call hasValue on the field.
|
Modifier and Type | Method and Description |
---|---|
String |
BulkMove.getFieldName(Field field) |
boolean |
BulkWorkflowTransition.isForceResolution(Field field) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
TableLayoutFactory.getAllUserCsvColumnsFields(SearchRequest searchRequest,
ApplicationUser user) |
List<Field> |
TableLayoutFactory.getCurrentUserCsvColumnsFields(SearchRequest searchRequest,
ApplicationUser user) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.