com.atlassian.jira.workflow
Class WorkflowActionsBean

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowActionsBean

public class WorkflowActionsBean
extends Object


Field Summary
static long VIEW_COMMENTASSIGN_ID
           
static long VIEW_RESOLVE_ID
           
 
Constructor Summary
WorkflowActionsBean()
           
 
Method Summary
 Map<String,String> getAvailableViews()
           
 FieldScreen getFieldScreenForView(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 String getSelectedView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_COMMENTASSIGN_ID

public static final long VIEW_COMMENTASSIGN_ID
See Also:
Constant Field Values

VIEW_RESOLVE_ID

public static final long VIEW_RESOLVE_ID
See Also:
Constant Field Values
Constructor Detail

WorkflowActionsBean

public WorkflowActionsBean()
Method Detail

getAvailableViews

public Map<String,String> getAvailableViews()

getSelectedView

public String getSelectedView()

getFieldScreenForView

public FieldScreen getFieldScreenForView(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)


Copyright © 2002-2012 Atlassian. All Rights Reserved.