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.listenerMethods in com.deiser.jira.profields.api.event.listener with parameters of type FieldModifier and TypeMethodDescriptionprotected voidProfieldsListener.onFieldCreated(com.atlassian.jira.user.ApplicationUser user, Field field) protected voidProfieldsListener.onFieldUpdated(com.atlassian.jira.user.ApplicationUser user, Field oldField, Field newField) protected voidProfieldsListener.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.modelMethods 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.favouritefilterClasses in com.deiser.jira.profields.api.favouritefilter with type parameters of type Field
- 
Uses of Field in com.deiser.jira.profields.api.fieldMethods 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.cumulativeSubinterfaces of Field in com.deiser.jira.profields.api.field.cumulative
- 
Uses of Field in com.deiser.jira.profields.api.field.dateSubinterfaces of Field in com.deiser.jira.profields.api.field.date
- 
Uses of Field in com.deiser.jira.profields.api.field.durationSubinterfaces of Field in com.deiser.jira.profields.api.field.duration
- 
Uses of Field in com.deiser.jira.profields.api.field.formulaSubinterfaces of Field in com.deiser.jira.profields.api.field.formula
- 
Uses of Field in com.deiser.jira.profields.api.field.groupSubinterfaces of Field in com.deiser.jira.profields.api.field.group
- 
Uses of Field in com.deiser.jira.profields.api.field.groupmultipleSubinterfaces of Field in com.deiser.jira.profields.api.field.groupmultiple
- 
Uses of Field in com.deiser.jira.profields.api.field.listSubinterfaces of Field in com.deiser.jira.profields.api.field.list
- 
Uses of Field in com.deiser.jira.profields.api.field.list.externalSubinterfaces of Field in com.deiser.jira.profields.api.field.list.external
- 
Uses of Field in com.deiser.jira.profields.api.field.list.external.multipleSubinterfaces of Field in com.deiser.jira.profields.api.field.list.external.multipleModifier and TypeInterfaceDescriptioninterfaceList external multiple field.
- 
Uses of Field in com.deiser.jira.profields.api.field.list.multipleSubinterfaces of Field in com.deiser.jira.profields.api.field.list.multiple
- 
Uses of Field in com.deiser.jira.profields.api.field.list.parentSubinterfaces of Field in com.deiser.jira.profields.api.field.list.parent
- 
Uses of Field in com.deiser.jira.profields.api.field.numberSubinterfaces of Field in com.deiser.jira.profields.api.field.number
- 
Uses of Field in com.deiser.jira.profields.api.field.prioritySubinterfaces of Field in com.deiser.jira.profields.api.field.priority
- 
Uses of Field in com.deiser.jira.profields.api.field.projectSubinterfaces of Field in com.deiser.jira.profields.api.field.project
- 
Uses of Field in com.deiser.jira.profields.api.field.projectmultipleSubinterfaces of Field in com.deiser.jira.profields.api.field.projectmultiple
- 
Uses of Field in com.deiser.jira.profields.api.field.scriptSubinterfaces of Field in com.deiser.jira.profields.api.field.script
- 
Uses of Field in com.deiser.jira.profields.api.field.statusSubinterfaces of Field in com.deiser.jira.profields.api.field.status
- 
Uses of Field in com.deiser.jira.profields.api.field.systemSubinterfaces of Field in com.deiser.jira.profields.api.field.systemModifier and TypeInterfaceDescriptioninterfaceProject category fieldinterfaceProject creation fieldinterfaceProject default assignee fieldinterfaceProject description fieldinterfaceProject key fieldinterfaceProject lead fieldinterfaceProject name fieldinterfaceProject type fieldinterfaceProject url field
- 
Uses of Field in com.deiser.jira.profields.api.field.textSubinterfaces of Field in com.deiser.jira.profields.api.field.text
- 
Uses of Field in com.deiser.jira.profields.api.field.textmultipleSubinterfaces of Field in com.deiser.jira.profields.api.field.textmultiple
- 
Uses of Field in com.deiser.jira.profields.api.field.userSubinterfaces of Field in com.deiser.jira.profields.api.field.user
- 
Uses of Field in com.deiser.jira.profields.api.field.usermultipleSubinterfaces of Field in com.deiser.jira.profields.api.field.usermultiple
- 
Uses of Field in com.deiser.jira.profields.api.filter.view.listClasses 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.historicalMethods 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.layoutMethods 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.viewMethods 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.permissionMethods in com.deiser.jira.profields.api.permission with parameters of type FieldModifier and TypeMethodDescriptionbooleanPermissionService.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 valuebooleanPermissionService.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.subscriptionMethods 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.valueMethods in com.deiser.jira.profields.api.value that return FieldMethods in com.deiser.jira.profields.api.value with parameters of type FieldModifier and TypeMethodDescriptionvoidValueList.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 entitiesvoidValueList.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.simulationMethods 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 AffectedFieldAffectedField.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 TypeMethodDescriptionvoidValueSimulation.applyFieldRestrictions(Function<Field, ValueAction> valueActionGetter)