Uses of Class
com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult

Packages that use LabelService.SetLabelValidationResult
com.atlassian.jira.bc.issue.label   
 

Uses of LabelService.SetLabelValidationResult in com.atlassian.jira.bc.issue.label
 

Methods in com.atlassian.jira.bc.issue.label that return LabelService.SetLabelValidationResult
 LabelService.SetLabelValidationResult DefaultLabelService.validateSetLabels(com.opensymphony.user.User user, java.lang.Long issueId, java.lang.Long customFieldId, java.util.Set<java.lang.String> labels)
           
 LabelService.SetLabelValidationResult LabelService.validateSetLabels(com.opensymphony.user.User user, java.lang.Long issueId, java.lang.Long customFieldId, java.util.Set<java.lang.String> labels)
          Validates that the user provided can set the labels provided for a particular issue.
 LabelService.SetLabelValidationResult DefaultLabelService.validateSetLabels(com.opensymphony.user.User user, java.lang.Long issueId, java.util.Set<java.lang.String> labels)
           
 LabelService.SetLabelValidationResult LabelService.validateSetLabels(com.opensymphony.user.User user, java.lang.Long issueId, java.util.Set<java.lang.String> labels)
          Validates that the user provided can set the labels provided for a particular issue.
 

Methods in com.atlassian.jira.bc.issue.label with parameters of type LabelService.SetLabelValidationResult
 LabelService.LabelsResult DefaultLabelService.setLabels(com.opensymphony.user.User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
           
 LabelService.LabelsResult LabelService.setLabels(com.opensymphony.user.User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
          Sets the labels for a particular issue to the set specified as a parameter.
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.