Class WorkflowBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.integration.beans.WorkflowBean
-
public class WorkflowBean extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>>
getJEMHTransitionPostFunctions()
Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>>
getTransitionPostFunctions()
Collection<com.opensymphony.workflow.loader.ActionDescriptor>
getTransitions()
String
getWorkflowName()
void
setJEMHTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
void
setTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
void
setTransitions(Collection<com.opensymphony.workflow.loader.ActionDescriptor> transitions)
void
setWorkflowName(String name)
-
-
-
Method Detail
-
getWorkflowName
public String getWorkflowName()
-
setWorkflowName
public void setWorkflowName(String name)
-
getTransitions
public Collection<com.opensymphony.workflow.loader.ActionDescriptor> getTransitions()
-
setTransitions
public void setTransitions(Collection<com.opensymphony.workflow.loader.ActionDescriptor> transitions)
-
getTransitionPostFunctions
public Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> getTransitionPostFunctions()
-
setTransitionPostFunctions
public void setTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
-
getJEMHTransitionPostFunctions
public Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> getJEMHTransitionPostFunctions()
-
setJEMHTransitionPostFunctions
public void setJEMHTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
-
-