Uses of Class
com.atlassian.jira.issue.customfields.impl.FieldValidationException
Packages that use FieldValidationException
Package
Description
-
Uses of FieldValidationException in com.atlassian.jira.action.issue.customfields
Methods in com.atlassian.jira.action.issue.customfields that throw FieldValidationExceptionModifier and TypeMethodDescriptionMockCustomFieldType.getSingularObjectFromString
(String string) MockCustomFieldType.getValueFromCustomFieldParams
(CustomFieldParams parameters) -
Uses of FieldValidationException in com.atlassian.jira.dev.reference.plugin.fields
Methods in com.atlassian.jira.dev.reference.plugin.fields that throw FieldValidationExceptionModifier and TypeMethodDescriptionTextAreaNoValidationCFType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) -
Uses of FieldValidationException in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that throw FieldValidationExceptionModifier and TypeMethodDescriptionCustomFieldType.getSingularObjectFromString
(String string) Returns a Singular Object, given the string value as passed by the presentation tier.CustomFieldType.getValueFromCustomFieldParams
(CustomFieldParams parameters) Retrieves the Transport Object representing the CustomField value instance from the CustomFieldParams of Strings. -
Uses of FieldValidationException in com.atlassian.jira.issue.customfields.converters
Methods in com.atlassian.jira.issue.customfields.converters that throw FieldValidationExceptionModifier and TypeMethodDescriptioncom.atlassian.crowd.embedded.api.Group
Get the Group Object from the group namecom.atlassian.crowd.embedded.api.Group
com.atlassian.crowd.embedded.api.Group
GroupConverter.getGroupObject
(String stringValue) Deprecated.com.atlassian.crowd.embedded.api.Group
GroupConverterImpl.getGroupObject
(String stringValue) ProjectConverter.getProject
(Long projectId) Get the Project for the given ID.ProjectConverter.getProject
(String stringValue) Get the Project that this String value represents.ProjectConverterImpl.getProject
(Long projectId) ProjectConverterImpl.getProject
(String stringValue) ProjectConverter.getProjectObject
(Long projectId) Get the Project for the given ID.ProjectConverter.getProjectObject
(String stringValue) Get the Project that this String value represents.ProjectConverterImpl.getProjectObject
(Long projectId) ProjectConverterImpl.getProjectObject
(String stringValue) DateConverter.getTimestamp
(String stringValue) DatePickerConverter.getTimestamp
(String stringValue) DatePickerConverterImpl.getTimestamp
(String stringValue) DateTimeConverter.getTimestamp
(String stringValue) DateTimeConverterImpl.getTimestamp
(String stringValue) DateTimePickerConverter.getTimestamp
(String stringValue) Deprecated.UseUserConverter.getUserFromDbString(String)
instead.UserConverter.getUserEvenWhenUnknown
(String stringValue) Deprecated.UseUserConverter.getUserFromDbString(String)
instead.UserConverterImpl.getUserEvenWhenUnknown
(String stringValue) UserConverter.getUserFromHttpParameterWithValidation
(String stringValue) Get the User Object from its presentation string representation.UserConverterImpl.getUserFromHttpParameterWithValidation
(String stringValue) UserConverter.getUserObject
(String stringValue) Deprecated.UseUserConverter.getUser(String)
instead.UserConverterImpl.getUserObject
(String stringValue) -
Uses of FieldValidationException in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl that throw FieldValidationExceptionModifier and TypeMethodDescriptionprotected abstract T
AbstractSingleFieldType.getObjectFromDbValue
(Object databaseValue) Returns the Transport Object for the given Custom Field value as represented by the value stored in the databaseprotected Date
DateCFType.getObjectFromDbValue
(Object databaseValue) protected Date
DateTimeCFType.getObjectFromDbValue
(Object databaseValue) protected String
GenericTextCFType.getObjectFromDbValue
(Object databaseValue) protected Double
NumberCFType.getObjectFromDbValue
(Object databaseValue) protected Project
ProjectCFType.getObjectFromDbValue
(Object databaseValue) protected Option
SelectCFType.getObjectFromDbValue
(Object databaseValue) protected Object
StringCFType.getObjectFromDbValue
(Object databaseValue) Deprecated.protected ApplicationUser
UserCFType.getObjectFromDbValue
(Object databaseValue) CascadingSelectCFType.getSingularObjectFromString
(String string) DateCFType.getSingularObjectFromString
(String string) DateTimeCFType.getSingularObjectFromString
(String string) GenericTextCFType.getSingularObjectFromString
(String string) LabelsCFType.getSingularObjectFromString
(String string) com.atlassian.crowd.embedded.api.Group
MultiGroupCFType.getSingularObjectFromString
(String s) MultiSelectCFType.getSingularObjectFromString
(String string) MultiUserCFType.getSingularObjectFromString
(String s) NumberCFType.getSingularObjectFromString
(String string) ProjectCFType.getSingularObjectFromString
(String string) SelectCFType.getSingularObjectFromString
(String string) TextCFType.getSingularObjectFromString
(String string) Deprecated.URLCFType.getSingularObjectFromString
(String string) UserCFType.getSingularObjectFromString
(String string) VersionCFType.getSingularObjectFromString
(String string) AbstractSingleFieldType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) CalculatedCFType.getValueFromCustomFieldParams
(CustomFieldParams parameters) CascadingSelectCFType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) GenericTextCFType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) LabelsCFType.getValueFromCustomFieldParams
(CustomFieldParams customFieldParams) Collection<com.atlassian.crowd.embedded.api.Group>
MultiGroupCFType.getValueFromCustomFieldParams
(CustomFieldParams parameters) MultiSelectCFType.getValueFromCustomFieldParams
(CustomFieldParams parameters) MultiUserCFType.getValueFromCustomFieldParams
(CustomFieldParams parameters) StringCFType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) Deprecated.UserCFType.getValueFromCustomFieldParams
(CustomFieldParams relevantParams) VersionCFType.getValueFromCustomFieldParams
(CustomFieldParams parameters) -
Uses of FieldValidationException in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that throw FieldValidationExceptionModifier and TypeMethodDescriptionArchivedDateSystemField.getValueFromParams
(Map params) ArchivedUserSystemField.getValueFromParams
(Map params) AttachmentSystemField.getValueFromParams
(Map params) CommentSystemField.getValueFromParams
(Map params) ImmutableCustomField.getValueFromParams
(Map params) MockCustomField.getValueFromParams
(Map params) MockOrderableField.getValueFromParams
(Map params) OrderableField.getValueFromParams
(Map params) Get a field value from the map of parameters passed.WorklogSystemField.getValueFromParams
(Map params) void
AbstractTextSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AbstractVersionsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ArchivedDateSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ArchivedUserSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AssigneeSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AttachmentSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
CommentSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ComponentsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
DueDateSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
IssueLinksSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This was called by Jelly code to map a value into a field values holder.void
IssueTypeSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
LabelsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
MockCustomField.populateParamsFromString
(Map fieldValuesHolder, String stringValue, Issue issue) void
MockOrderableField.populateParamsFromString
(Map fieldValuesHolder, String stringValue, Issue issue) void
OrderableField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) Used to convert from a user friendly string value and put the result into the fieldValuesHolder.void
PrioritySystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ProjectSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ReporterSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ResolutionSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
SecurityLevelSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
TimeTrackingSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This is called by Jelly code to map a value into a field values holder.void
WorklogSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) -
Uses of FieldValidationException in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that throw FieldValidationExceptionModifier and TypeMethodDescriptionBulkEditBean.getCustomFieldView
(CustomField customField) BulkEditBeanImpl.getCustomFieldView
(CustomField customField)
GroupConverter.getGroup(String)
instead.