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.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, Set<String> labels)
           
 LabelService.SetLabelValidationResult LabelService.validateSetLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Long customFieldId, Set<String> labels)
          Validates that the user provided can set the labels provided for a particular issue.
 LabelService.SetLabelValidationResult DefaultLabelService.validateSetLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Set<String> labels)
           
 LabelService.SetLabelValidationResult LabelService.validateSetLabels(com.atlassian.crowd.embedded.api.User user, Long issueId, Set<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.atlassian.crowd.embedded.api.User user, LabelService.SetLabelValidationResult result, boolean sendNotification, boolean causeChangeNotification)
           
 LabelService.LabelsResult LabelService.setLabels(com.atlassian.crowd.embedded.api.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-2012 Atlassian. All Rights Reserved.