Uses of Interface
com.deiser.jira.profields.api.field.Field
Packages that use Field
Package
Description
-
Uses of Field in com.deiser.jira.profields.api.event.listener
Methods in com.deiser.jira.profields.api.event.listener with parameters of type FieldModifier 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
Methods in com.deiser.jira.profields.api.event.model that return FieldModifier and TypeMethodDescriptionProfieldsFieldCreatedEvent.getField()
ValueUpdateEvent.getField()
Deprecated.ProfieldsFieldUpdatedEvent.getNewField()
ProfieldsFieldUpdatedEvent.getOldField()
Methods in com.deiser.jira.profields.api.event.model with parameters of type FieldConstructors in com.deiser.jira.profields.api.event.model with parameters of type FieldModifierConstructorDescriptionProfieldsFieldCreatedEvent
(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
Classes in com.deiser.jira.profields.api.favouritefilter with type parameters of type Field -
Uses of Field in com.deiser.jira.profields.api.field
Methods in com.deiser.jira.profields.api.field that return FieldModifier 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.Methods in com.deiser.jira.profields.api.field that return types with arguments of type FieldModifier 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 caseMethods in com.deiser.jira.profields.api.field with parameters of type Field -
Uses of Field in com.deiser.jira.profields.api.field.cumulative
Subinterfaces of Field in com.deiser.jira.profields.api.field.cumulative -
Uses of Field in com.deiser.jira.profields.api.field.date
Subinterfaces of Field in com.deiser.jira.profields.api.field.date -
Uses of Field in com.deiser.jira.profields.api.field.duration
Subinterfaces of Field in com.deiser.jira.profields.api.field.duration -
Uses of Field in com.deiser.jira.profields.api.field.formula
Subinterfaces of Field in com.deiser.jira.profields.api.field.formula -
Uses of Field in com.deiser.jira.profields.api.field.group
Subinterfaces of Field in com.deiser.jira.profields.api.field.group -
Uses of Field in com.deiser.jira.profields.api.field.groupmultiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.groupmultiple -
Uses of Field in com.deiser.jira.profields.api.field.list
Subinterfaces of Field in com.deiser.jira.profields.api.field.list -
Uses of Field in com.deiser.jira.profields.api.field.list.external
Subinterfaces of Field in com.deiser.jira.profields.api.field.list.external -
Uses of Field in com.deiser.jira.profields.api.field.list.external.multiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.list.external.multipleModifier and TypeInterfaceDescriptioninterface
List external multiple field. -
Uses of Field in com.deiser.jira.profields.api.field.list.multiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.list.multiple -
Uses of Field in com.deiser.jira.profields.api.field.list.parent
Subinterfaces of Field in com.deiser.jira.profields.api.field.list.parent -
Uses of Field in com.deiser.jira.profields.api.field.number
Subinterfaces of Field in com.deiser.jira.profields.api.field.number -
Uses of Field in com.deiser.jira.profields.api.field.priority
Subinterfaces of Field in com.deiser.jira.profields.api.field.priority -
Uses of Field in com.deiser.jira.profields.api.field.project
Subinterfaces of Field in com.deiser.jira.profields.api.field.project -
Uses of Field in com.deiser.jira.profields.api.field.projectmultiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.projectmultiple -
Uses of Field in com.deiser.jira.profields.api.field.script
Subinterfaces of Field in com.deiser.jira.profields.api.field.script -
Uses of Field in com.deiser.jira.profields.api.field.status
Subinterfaces of Field in com.deiser.jira.profields.api.field.status -
Uses of Field in com.deiser.jira.profields.api.field.system
Subinterfaces of Field in com.deiser.jira.profields.api.field.systemModifier 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
Subinterfaces of Field in com.deiser.jira.profields.api.field.text -
Uses of Field in com.deiser.jira.profields.api.field.textmultiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.textmultiple -
Uses of Field in com.deiser.jira.profields.api.field.user
Subinterfaces of Field in com.deiser.jira.profields.api.field.user -
Uses of Field in com.deiser.jira.profields.api.field.usermultiple
Subinterfaces of Field in com.deiser.jira.profields.api.field.usermultiple -
Uses of Field in com.deiser.jira.profields.api.filter.view.list
Classes in com.deiser.jira.profields.api.filter.view.list with type parameters of type FieldMethods in com.deiser.jira.profields.api.filter.view.list that return types with arguments of type Field -
Uses of Field in com.deiser.jira.profields.api.historical
Methods in com.deiser.jira.profields.api.historical with parameters of type FieldModifier 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
Methods in com.deiser.jira.profields.api.layout that return types with arguments of type Field -
Uses of Field in com.deiser.jira.profields.api.layout.view
Methods in com.deiser.jira.profields.api.layout.view that return FieldModifier and TypeMethodDescriptionFieldView.getField()
Get the field of ProjectrakFieldViewBuilder.getField()
Get the field include in the Field ViewMethods in com.deiser.jira.profields.api.layout.view that return types with arguments of type FieldModifier and TypeMethodDescriptionSectionView.getFields()
SectionViewBuilder.getFields()
List of fields in the all sectionMethods in com.deiser.jira.profields.api.layout.view with parameters of type FieldModifier and TypeMethodDescriptionSet the field include in Field View -
Uses of Field in com.deiser.jira.profields.api.permission
Methods in com.deiser.jira.profields.api.permission with parameters of type FieldModifier 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
Methods in com.deiser.jira.profields.api.subscription that return types with arguments of type FieldModifier and TypeMethodDescriptionSubscription.getFields()
Gets selected fields in the subscription.SubscriptionBuilder.getFields()
Gets fields.Methods in com.deiser.jira.profields.api.subscription with parameters of type FieldModifier and TypeMethodDescriptionAdd field subscription.Method parameters in com.deiser.jira.profields.api.subscription with type arguments of type FieldModifier and TypeMethodDescriptionSets fields to include in the subscription -
Uses of Field in com.deiser.jira.profields.api.value
Methods in com.deiser.jira.profields.api.value that return FieldMethods in com.deiser.jira.profields.api.value with parameters of type FieldModifier 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 fieldConstructor parameters in com.deiser.jira.profields.api.value with type arguments of type Field -
Uses of Field in com.deiser.jira.profields.api.value.simulation
Methods in com.deiser.jira.profields.api.value.simulation that return FieldMethods in com.deiser.jira.profields.api.value.simulation with parameters of type FieldModifier 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.Method parameters in com.deiser.jira.profields.api.value.simulation with type arguments of type FieldModifier and TypeMethodDescriptionvoid
ValueSimulation.applyFieldRestrictions
(Function<Field, ValueAction> valueActionGetter)