Uses of Interface
com.atlassian.jira.util.MessageSet

Packages that use MessageSet
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.imports.project.customfield   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.jql.function   
com.atlassian.jira.util   
 

Uses of MessageSet in com.atlassian.jira.bc.issue.search
 

Methods in com.atlassian.jira.bc.issue.search that return MessageSet
 MessageSet SearchService.ParseResult.getErrors()
           
 MessageSet SearchService.validateQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Validates the specified Query for passed user.
 MessageSet SearchService.validateQuery(com.atlassian.crowd.embedded.api.User searcher, Query query, Long searchRequestId)
          Validates the specified Query for passed user and search request.
 

Constructors in com.atlassian.jira.bc.issue.search with parameters of type MessageSet
SearchService.ParseResult(Query query, MessageSet errors)
           
 

Uses of MessageSet in com.atlassian.jira.imports.project.customfield
 

Methods in com.atlassian.jira.imports.project.customfield that return MessageSet
 MessageSet ProjectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
          The custom field needs to determine if the provided custom field value, in the context of the config and project import mapper, is a valid value that can be imported.
 MessageSet NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet SelectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet GroupCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet ProjectPickerCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet VersionCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 MessageSet UserCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 

Uses of MessageSet in com.atlassian.jira.jql.operand
 

Methods in com.atlassian.jira.jql.operand that return MessageSet
 MessageSet JqlOperandResolver.validate(com.atlassian.crowd.embedded.api.User user, Operand operand, TerminalClause terminalClause)
          Validates the operand against its handler.
 MessageSet JqlOperandResolver.validate(com.atlassian.crowd.embedded.api.User searcher, Operand operand, WasClause clause)
           
 

Uses of MessageSet in com.atlassian.jira.jql.validator
 

Methods in com.atlassian.jira.jql.validator that return MessageSet
 MessageSet NumberOfArgumentsValidator.validate(FunctionOperand operand)
           
 MessageSet AbstractUserValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet NumberCustomFieldValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet OperatorUsageValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause clause)
          Validate the usage of the Operator and Operand that are held in the clause.
 MessageSet ClauseValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 MessageSet SupportedOperatorsValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet FreeTextFieldValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet LocalDateValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet ExactTextCustomFieldValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 

Uses of MessageSet in com.atlassian.jira.plugin.jql.function
 

Methods in com.atlassian.jira.plugin.jql.function that return MessageSet
 MessageSet JqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
protected  MessageSet AbstractJqlFunction.validateNumberOfArgs(FunctionOperand operand, int expected)
           
 

Uses of MessageSet in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util that implement MessageSet
 class AbstractMessageSet
          Base class for the message set.
 class ListOrderedMessageSetImpl
          Is a message set that keeps the messages and warnings in the order in which they were added.
 class MessageSetImpl
          Message set implementation that uses the messages natural ordering to sort the messages that are added.
 

Methods in com.atlassian.jira.util with parameters of type MessageSet
 void MessageSet.addMessageSet(MessageSet messageSet)
          Will concatenate this message set with the provided message set.
 void AbstractMessageSet.addMessageSet(MessageSet messageSet)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.