com.atlassian.jira.issue
Interface AssignIssueUtils

All Known Implementing Classes:
AssignIssueUtilsImpl

public interface AssignIssueUtils


Method Summary
 org.ofbiz.core.entity.GenericValue assignIssue(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser, java.lang.String assignee)
           
 int getCurrentWorkflowStep(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 boolean stopProgressIfInProgress(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 

Method Detail

stopProgressIfInProgress

public boolean stopProgressIfInProgress(org.ofbiz.core.entity.GenericValue issue,
                                        com.opensymphony.user.User remoteUser)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getCurrentWorkflowStep

public int getCurrentWorkflowStep(org.ofbiz.core.entity.GenericValue issue,
                                  com.opensymphony.user.User remoteUser)

assignIssue

public org.ofbiz.core.entity.GenericValue assignIssue(org.ofbiz.core.entity.GenericValue issue,
                                                      com.opensymphony.user.User remoteUser,
                                                      java.lang.String assignee)
                                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2005 Atlassian. All Rights Reserved.