public class WorkflowBean extends Object
Constructor and Description |
---|
WorkflowBean() |
Modifier and Type | Method and 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) |
public String getWorkflowName()
public void setWorkflowName(String name)
public Collection<com.opensymphony.workflow.loader.ActionDescriptor> getTransitions()
public void setTransitions(Collection<com.opensymphony.workflow.loader.ActionDescriptor> transitions)
public Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> getTransitionPostFunctions()
public void setTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
public Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> getJEMHTransitionPostFunctions()
public void setJEMHTransitionPostFunctions(Map<String,Collection<com.opensymphony.workflow.loader.FunctionDescriptor>> postFunctions)
Copyright © 2008–2022 The Plugin People. All rights reserved.