Uses of Class
com.atlassian.jira.util.ErrorCollection.Reason

Packages that use ErrorCollection.Reason
com.atlassian.jira.bc.project   
com.atlassian.jira.rest.api.util   
com.atlassian.jira.util   
com.atlassian.jira.web.action   
 

Uses of ErrorCollection.Reason in com.atlassian.jira.bc.project
 

Methods in com.atlassian.jira.bc.project with parameters of type ErrorCollection.Reason
protected  ErrorCollection DefaultProjectService.makeErrorCollection(com.atlassian.crowd.embedded.api.User user, String i18nKey, ErrorCollection.Reason reason, String... params)
          Creates a new ErrorCollection instance for a single error message.
 

Uses of ErrorCollection.Reason in com.atlassian.jira.rest.api.util
 

Methods in com.atlassian.jira.rest.api.util with parameters of type ErrorCollection.Reason
 ErrorCollection ErrorCollection.reason(ErrorCollection.Reason reason)
           
 

Uses of ErrorCollection.Reason in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that return ErrorCollection.Reason
static ErrorCollection.Reason ErrorCollection.Reason.getWorstReason(Collection<ErrorCollection.Reason> reasons)
           
static ErrorCollection.Reason ErrorCollection.Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorCollection.Reason[] ErrorCollection.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.util that return types with arguments of type ErrorCollection.Reason
 Set<ErrorCollection.Reason> ErrorCollection.getReasons()
          A set of well known reasons why the function has not been performed.
 Set<ErrorCollection.Reason> SimpleErrorCollection.getReasons()
           
 

Methods in com.atlassian.jira.util with parameters of type ErrorCollection.Reason
 void ErrorCollection.addError(String field, String message, ErrorCollection.Reason reason)
          Add a field-specific error message.
 void SimpleErrorCollection.addError(String field, String message, ErrorCollection.Reason reason)
           
 void ErrorCollection.addErrorMessage(String message, ErrorCollection.Reason reason)
          Add error message relating to system state (not field-specific), and a reason.
 void SimpleErrorCollection.addErrorMessage(String message, ErrorCollection.Reason reason)
           
 void ErrorCollection.addReason(ErrorCollection.Reason reason)
          Add a reason why the function has not been performed.
 void SimpleErrorCollection.addReason(ErrorCollection.Reason reason)
           
 

Method parameters in com.atlassian.jira.util with type arguments of type ErrorCollection.Reason
 void ErrorCollection.addReasons(Set<ErrorCollection.Reason> reasons)
          Add reasons why the function has not been performed.
 void SimpleErrorCollection.addReasons(Set<ErrorCollection.Reason> reasons)
           
static ErrorCollection.Reason ErrorCollection.Reason.getWorstReason(Collection<ErrorCollection.Reason> reasons)
           
 void ErrorCollection.setReasons(Set<ErrorCollection.Reason> reasons)
          Set reasons why the function has not been performed.
 void SimpleErrorCollection.setReasons(Set<ErrorCollection.Reason> reasons)
           
 

Uses of ErrorCollection.Reason in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return types with arguments of type ErrorCollection.Reason
 Set<ErrorCollection.Reason> JiraWebActionSupport.getReasons()
           
 

Methods in com.atlassian.jira.web.action with parameters of type ErrorCollection.Reason
 void JiraWebActionSupport.addError(String field, String message, ErrorCollection.Reason reason)
           
 void JiraWebActionSupport.addErrorMessage(String message, ErrorCollection.Reason reason)
           
 void JiraWebActionSupport.addReason(ErrorCollection.Reason reason)
           
 

Method parameters in com.atlassian.jira.web.action with type arguments of type ErrorCollection.Reason
 void JiraWebActionSupport.addReasons(Set<ErrorCollection.Reason> reasons)
           
 void JiraWebActionSupport.setReasons(Set<ErrorCollection.Reason> reasons)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.