|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(User searcher,
Query query)
Deprecated. Use SearchService.validateQuery(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query)}. Since v4.3 |
MessageSet |
SearchService.validateQuery(com.atlassian.crowd.embedded.api.User searcher,
Query query)
Validates the specified Query for the searching user. |
| 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)
|
| 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(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 |
SupportedOperatorsValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
SupportedOperatorsValidator.validate(com.atlassian.crowd.embedded.api.User searcher,
TerminalClause terminalClause)
|
MessageSet |
ClauseValidator.validate(User searcher,
TerminalClause terminalClause)
Validates a clause and adds human readable i18n'ed messages if there is a problem. |
| Uses of MessageSet in com.atlassian.jira.plugin.jql.function |
|---|
| Methods in com.atlassian.jira.plugin.jql.function that return MessageSet | |
|---|---|
MessageSet |
JqlFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
Will validate the function operand's arguments and report back any errors. |
| 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 |
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 |
AbstractMessageSet.addMessageSet(MessageSet messageSet)
|
void |
MessageSet.addMessageSet(MessageSet messageSet)
Will concatenate this message set with the provided message set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||