Uses of Interface
com.atlassian.sal.api.message.Message

Packages that use Message
com.atlassian.sal.api.auth   
com.atlassian.sal.api.message   
com.atlassian.sal.api.search   
com.atlassian.sal.api.upgrade   
 

Uses of Message in com.atlassian.sal.api.auth
 

Constructors in com.atlassian.sal.api.auth with parameters of type Message
Authenticator.Result.Error(Message message)
           
Authenticator.Result.Failure(Message message)
           
Authenticator.Result.Success(Message message, Principal principal)
          Construct a success result for a particular principal with a result message.
 

Uses of Message in com.atlassian.sal.api.message
 

Methods in com.atlassian.sal.api.message that return Message
 Message I18nResolver.createMessage(String key, Serializable... arguments)
          Creates an instance of Message.
 

Methods in com.atlassian.sal.api.message that return types with arguments of type Message
 List<Message> MessageCollection.getMessages()
           
 

Methods in com.atlassian.sal.api.message with parameters of type Message
 void MessageCollection.addMessage(Message message)
          Adds a message to the collection
 String I18nResolver.getText(Message message)
          Given a Message this method:- 1) returns the i18ned text formatted with the message arguments if the message key can be resolved.
 

Method parameters in com.atlassian.sal.api.message with type arguments of type Message
 void MessageCollection.addAll(List<Message> messages)
          Adds all messages to the collection
 

Uses of Message in com.atlassian.sal.api.search
 

Methods in com.atlassian.sal.api.search that return types with arguments of type Message
 List<Message> SearchResults.getErrors()
           
 

Constructor parameters in com.atlassian.sal.api.search with type arguments of type Message
SearchResults(List<Message> errors)
          Constructs search results that contained errors
 

Uses of Message in com.atlassian.sal.api.upgrade
 

Methods in com.atlassian.sal.api.upgrade that return types with arguments of type Message
 Collection<Message> PluginUpgradeTask.doUpgrade()
          Perform the upgrade task.
 List<Message> PluginUpgradeManager.upgrade()
          Finds and upgrades all plugins, that implement PluginUpgradeTask
 



Copyright © 2010 Atlassian. All Rights Reserved.