com.atlassian.jira.issue
Class IssueUtils

java.lang.Object
  extended bycom.atlassian.jira.issue.IssueUtils

public class IssueUtils
extends Object


Field Summary
static String AUTOMATIC_ASSIGNEE
           
protected static org.apache.log4j.Category log
           
static String SEPERATOR_ASSIGNEE
           
 
Constructor Summary
IssueUtils()
           
 
Method Summary
static void filterIssues(Collection issues, IssueFilter filter)
          Filters a list of issues based on the type of IssueFilter passed in
static IssueSearcher loadSearcher(Class searcherClass, SearchableField searchableField)
           
static org.ofbiz.core.entity.GenericValue setPriority(org.ofbiz.core.entity.GenericValue issue, User remoteUser, String priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTOMATIC_ASSIGNEE

public static final String AUTOMATIC_ASSIGNEE
See Also:
Constant Field Values

SEPERATOR_ASSIGNEE

public static final String SEPERATOR_ASSIGNEE
See Also:
Constant Field Values

log

protected static final org.apache.log4j.Category log
Constructor Detail

IssueUtils

public IssueUtils()
Method Detail

filterIssues

public static void filterIssues(Collection issues,
                                IssueFilter filter)
Filters a list of issues based on the type of IssueFilter passed in

Parameters:
issues - The list of issues. Any issues to be filtered will be removed from this list
filter - The implementation of IssueFilter to be used for filtering the issues

setPriority

public static org.ofbiz.core.entity.GenericValue setPriority(org.ofbiz.core.entity.GenericValue issue,
                                                             User remoteUser,
                                                             String priority)
                                                      throws Exception
Throws:
Exception

loadSearcher

public static IssueSearcher loadSearcher(Class searcherClass,
                                         SearchableField searchableField)


Copyright © 2002-2007 Atlassian. All Rights Reserved.