Uses of Interface
com.deiser.jira.profields.api.field.Field
Package
Description
-
Uses of Field in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected void
ProfieldsListener.onFieldCreated
(com.atlassian.jira.user.ApplicationUser user, Field field) protected void
ProfieldsListener.onFieldUpdated
(com.atlassian.jira.user.ApplicationUser user, Field oldField, Field newField) protected void
ProfieldsListener.onValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, Field field, Object oldValue, Object newValue) -
Uses of Field in com.deiser.jira.profields.api.event.model
Modifier and TypeMethodDescriptionProfieldsFieldCreatedEvent.getField()
ValueUpdateEvent.getField()
Deprecated.ProfieldsFieldUpdatedEvent.getNewField()
ProfieldsFieldUpdatedEvent.getOldField()
ModifierConstructorDescriptionProfieldsFieldCreatedEvent
(com.atlassian.jira.user.ApplicationUser user, Field field) ProfieldsFieldUpdatedEvent
(com.atlassian.jira.user.ApplicationUser user, Field oldField, Field newField) 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. -
Uses of Field in com.deiser.jira.profields.api.favouritefilter
-
Uses of Field in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionClone a field.Get the field by id.Get the list of fields based on the user languageFieldService.getByCustomFieldId
(Long customFieldId) Get by custom field id.Modifier and TypeMethodDescriptionFieldService.get()
Get the list of fields.FieldService.get
(com.atlassian.jira.user.ApplicationUser applicationUser, com.atlassian.jira.project.Project project) Get fields by application userGet the field by name.Get the field by name.Get the list of fields based on the language of the user.FieldService.getCalculatedFields()
Deprecated.Deprecated.FieldService.getPredefinedFields()
Get all predefined fieldsFieldService.getStandardAndCalculatedFields()
Deprecated.Deprecated.FieldService.getStandardFields()
Get all fields without systemFieldService.getSystemFields()
Get all system fieldsFieldService.getSystemFields
(Locale locale) Get all system fields based on the language of the userFieldService.getWithIgnoreCase
(String name) Get the field by name with ignore caseFieldService.getWithIgnoreCase
(String name, Locale locale) Get the field by name with ignore case -
Uses of Field in com.deiser.jira.profields.api.field.cumulative
-
Uses of Field in com.deiser.jira.profields.api.field.date
-
Uses of Field in com.deiser.jira.profields.api.field.duration
-
Uses of Field in com.deiser.jira.profields.api.field.formula
-
Uses of Field in com.deiser.jira.profields.api.field.group
-
Uses of Field in com.deiser.jira.profields.api.field.groupmultiple
-
Uses of Field in com.deiser.jira.profields.api.field.list
-
Uses of Field in com.deiser.jira.profields.api.field.list.external
-
Uses of Field in com.deiser.jira.profields.api.field.list.external.multiple
Modifier and TypeInterfaceDescriptioninterface
List external multiple field. -
Uses of Field in com.deiser.jira.profields.api.field.list.multiple
-
Uses of Field in com.deiser.jira.profields.api.field.list.parent
-
Uses of Field in com.deiser.jira.profields.api.field.number
-
Uses of Field in com.deiser.jira.profields.api.field.priority
-
Uses of Field in com.deiser.jira.profields.api.field.project
-
Uses of Field in com.deiser.jira.profields.api.field.projectmultiple
-
Uses of Field in com.deiser.jira.profields.api.field.script
-
Uses of Field in com.deiser.jira.profields.api.field.status
-
Uses of Field in com.deiser.jira.profields.api.field.system
Modifier and TypeInterfaceDescriptioninterface
Project category fieldinterface
Project creation fieldinterface
Project default assignee fieldinterface
Project description fieldinterface
Project key fieldinterface
Project lead fieldinterface
Project name fieldinterface
Project type fieldinterface
Project url field -
Uses of Field in com.deiser.jira.profields.api.field.text
-
Uses of Field in com.deiser.jira.profields.api.field.textmultiple
-
Uses of Field in com.deiser.jira.profields.api.field.user
-
Uses of Field in com.deiser.jira.profields.api.field.usermultiple
-
Uses of Field in com.deiser.jira.profields.api.filter.view.list
-
Uses of Field in com.deiser.jira.profields.api.historical
Modifier and TypeMethodDescriptionHistoricalService.getValueByDate
(com.atlassian.jira.project.Project project, Field field, Date date) Get Value by Date -
Uses of Field in com.deiser.jira.profields.api.layout
-
Uses of Field in com.deiser.jira.profields.api.layout.view
Modifier and TypeMethodDescriptionFieldView.getField()
Get the field of ProjectrakFieldViewBuilder.getField()
Get the field include in the Field ViewModifier and TypeMethodDescriptionSectionView.getFields()
SectionViewBuilder.getFields()
List of fields in the all sectionModifier and TypeMethodDescriptionSet the field include in Field View -
Uses of Field in com.deiser.jira.profields.api.permission
Modifier and TypeMethodDescriptionboolean
PermissionService.hasEditFieldValuePermission
(com.atlassian.jira.user.ApplicationUser applicationUser, com.atlassian.jira.project.Project project, Field field) Get if the user has edit permission for a project field valueboolean
PermissionService.hasViewFieldValuePermission
(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 value -
Uses of Field in com.deiser.jira.profields.api.subscription
Modifier and TypeMethodDescriptionSubscription.getFields()
Gets selected fields in the subscription.SubscriptionBuilder.getFields()
Gets fields.Modifier and TypeMethodDescriptionAdd field subscription.Modifier and TypeMethodDescriptionSets fields to include in the subscription -
Uses of Field in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptionvoid
ValueList.add
(Field field, Object value, Long updated, com.deiser.jira.profields.impl.value.ValueErrorEnum error) Add a field and a value to the list of Value entitiesvoid
ValueList.addValueData
(Field field, Object value) Add a field and a ValueData to the list of Value entitiesGet the value for a fieldValueList.getValueData
(Field field) Get the value for a field -
Uses of Field in com.deiser.jira.profields.api.value.simulation
Modifier and TypeMethodDescriptionstatic AffectedField
AffectedField.create
(@NotNull com.atlassian.jira.project.Project project, @NotNull Field field, List<ListItem> currentValues, List<ListItem> futureValues, List<ListItem> deletedValues) ValueSimulationService.simulate
(com.atlassian.jira.project.Project project, Field field, List<String> fieldValues) Simulate value simulation.Modifier and TypeMethodDescriptionvoid
ValueSimulation.applyFieldRestrictions
(Function<Field, ValueAction> valueActionGetter)