|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.issue.IssueUtilsBean
IssueWorkflowManager
instead. Since v5.0.
public class IssueUtilsBean
Constructor Summary | |
---|---|
IssueUtilsBean(WorkflowManager workflowManager,
JiraAuthenticationContext authenticationContext,
IssueWorkflowManager issueWorkflowManager)
Deprecated. |
Method Summary | |
---|---|
com.opensymphony.workflow.Workflow |
getWorkflow()
Deprecated. This should have been private. Use WorkflowManager.makeWorkflow(com.atlassian.crowd.embedded.api.User) instead. Since v5.0. |
boolean |
isValidAction(Issue issue,
int action)
Deprecated. Use IssueWorkflowManager.isValidAction(Issue, int) instead. Since v5.0. |
Map<Integer,com.opensymphony.workflow.loader.ActionDescriptor> |
loadAvailableActions(Issue issueObject)
Deprecated. Use IssueWorkflowManager.getAvailableActions(Issue) instead. Since v5.0. |
org.ofbiz.core.entity.GenericValue |
setPriority(org.ofbiz.core.entity.GenericValue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
String priority)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueUtilsBean(WorkflowManager workflowManager, JiraAuthenticationContext authenticationContext, IssueWorkflowManager issueWorkflowManager)
Method Detail |
---|
public Map<Integer,com.opensymphony.workflow.loader.ActionDescriptor> loadAvailableActions(Issue issueObject)
IssueWorkflowManager.getAvailableActions(Issue)
instead. Since v5.0.
public boolean isValidAction(Issue issue, int action)
IssueWorkflowManager.isValidAction(Issue, int)
instead. Since v5.0.
issue
- the issueaction
- the id of the action we want to transition
public com.opensymphony.workflow.Workflow getWorkflow()
WorkflowManager.makeWorkflow(com.atlassian.crowd.embedded.api.User)
instead. Since v5.0.
@Deprecated public org.ofbiz.core.entity.GenericValue setPriority(org.ofbiz.core.entity.GenericValue issue, com.atlassian.crowd.embedded.api.User remoteUser, String priority) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |