Modifier and Type | Method and Description |
---|---|
protected void |
ProfieldsListener.onValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
Field field,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
Field |
ValueUpdateEvent.getField()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueUpdateEvent.setField(Field field)
Deprecated.
|
Constructor and Description |
---|
ProfieldsValueUpdateEvent(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
Field field,
Object oldValue,
Object newValue) |
ValueUpdateEvent(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
Field field,
Object oldValue,
Object newValue)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FavouriteFilterBuilder<T extends Field> |
Modifier and Type | Method and Description |
---|---|
Field |
FieldService.clone(Field field,
String name)
Clone a field.
|
Field |
FieldService.get(Integer id)
Get the field by id.
|
Field |
FieldService.get(Integer id,
Locale locale)
Get the list of fields based on the user language
|
Field |
FieldService.getByCustomFieldId(Long customFieldId)
Get by custom field id.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
FieldService.get()
Get the list of fields.
|
List<Field> |
FieldService.get(com.atlassian.jira.user.ApplicationUser applicationUser,
com.atlassian.jira.project.Project project)
Get fields by application user
|
List<Field> |
FieldService.get(Locale locale)
Get the list of fields based on the language of the user.
|
List<Field> |
FieldService.get(String name)
Get the field by name.
|
List<Field> |
FieldService.get(String name,
Locale locale)
Get the field by name.
|
List<Field> |
FieldService.getCalculatedFields()
Get all calculated fields
|
List<Field> |
FieldService.getPredefinedFields()
Get all predefined fields
|
List<Field> |
FieldService.getStandardAndCalculatedFields()
Get all fields without system fields
|
List<Field> |
FieldService.getStandardFields()
Get all fields without system and calculated
|
List<Field> |
FieldService.getSystemFields()
Get all system fields
|
List<Field> |
FieldService.getSystemFields(Locale locale)
Get all system fields based on the language of the user
|
List<Field> |
FieldService.getWithIgnoreCase(String name)
Get the field by name with ignore case
|
List<Field> |
FieldService.getWithIgnoreCase(String name,
Locale locale)
Get the field by name with ignore case
|
Modifier and Type | Method and Description |
---|---|
Field |
FieldService.clone(Field field,
String name)
Clone a field.
|
void |
FieldService.delete(Field field)
Delete the field.
|
void |
FieldService.update(Field field)
Update the field.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CumulativeField
Cumulative field
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateField
Date field
|
Modifier and Type | Interface and Description |
---|---|
interface |
DurationField
Duration field
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupField
User field
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupMultipleField
User multiple field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListField
List field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListExtField
List external field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListExtMultipleField
List external multiple field.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListMultipleField
List multiple field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListParentField
List parent field
|
Modifier and Type | Interface and Description |
---|---|
interface |
NumberField
Number field
|
Modifier and Type | Interface and Description |
---|---|
interface |
PriorityField
Priority field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectField
Project field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectMultipleField
Project multiple field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptField
Script field
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatusField
Status field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectCategoryField
Project category field
|
interface |
ProjectCreationField
Project creation field
|
interface |
ProjectDefaultAssigneeField
Project default assignee field
|
interface |
ProjectDescriptionField
Project description field
|
interface |
ProjectKeyField
Project key field
|
interface |
ProjectLeadField
Project lead field
|
interface |
ProjectNameField
Project name field
|
interface |
ProjectTypeField
Project type field
|
interface |
ProjectUrlField
Project url field
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextField
Text field
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextMultipleField
Text multiple field
|
Modifier and Type | Interface and Description |
---|---|
interface |
UserField
User field
|
Modifier and Type | Interface and Description |
---|---|
interface |
UserMultipleField
User multiple field
|
Modifier and Type | Interface and Description |
---|---|
interface |
ViewListBuilder<T extends Field> |
Modifier and Type | Method and Description |
---|---|
List<Field> |
ViewList.getFields()
Get the list of columns of the filter.
|
Modifier and Type | Method and Description |
---|---|
Object |
HistoricalService.getValueByDate(com.atlassian.jira.project.Project project,
Field field,
Date date)
Get Value by Date
|
Modifier and Type | Method and Description |
---|---|
Field |
FieldViewBuilder.getField()
Get the field include in the Field View
|
Field |
FieldView.getField()
Get the field of Projectrak
|
Modifier and Type | Method and Description |
---|---|
FieldViewBuilder |
FieldViewBuilder.setField(Field field)
Set the field include in Field View
|
Modifier and Type | Method and Description |
---|---|
boolean |
PermissionService.hasViewPermissionInField(com.atlassian.jira.user.ApplicationUser applicationUser,
com.atlassian.jira.project.Project project,
Field field)
Get if the user has view permission for a project field
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
SubscriptionBuilder.getFields()
Gets fields.
|
List<Field> |
Subscription.getFields()
Gets selected fields in the subscription.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionBuilder |
SubscriptionBuilder.addField(Field field)
Add field subscription.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionBuilder |
SubscriptionBuilder.setFields(List<Field> fields)
Sets fields to include in the subscription
|
Modifier and Type | Method and Description |
---|---|
Field |
Value.getField()
Get the field of a Value entity
|
Modifier and Type | Method and Description |
---|---|
void |
ValueList.add(Field field,
Object value)
Add a field and a value to the list of Value entities
|
Object |
ValueList.getValue(Field field)
Get the value for a field
|
Constructor and Description |
---|
ValueList(List<Field> fields) |
Copyright © 2021 DEISER. All Rights Reserved.