com.opensymphony.workflow.loader
Class FunctionDescriptor
java.lang.Object
com.opensymphony.workflow.loader.AbstractDescriptor
com.opensymphony.workflow.loader.FunctionDescriptor
- All Implemented Interfaces:
- XMLizable, Serializable
public class FunctionDescriptor
- extends AbstractDescriptor
Desrives a function that can be applied to a workflow step.
- Author:
- Pat Lightbody
- See Also:
- Serialized Form
|
Field Summary |
protected Map |
args
|
protected String |
name
The name field helps the editor identify the condition template used. |
protected String |
type
|
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
INDENT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
protected Map args
name
protected String name
- The name field helps the editor identify the condition template used.
type
protected String type
getArgs
public Map getArgs()
setName
public void setName(String name)
getName
public String getName()
setType
public void setType(String type)
getType
public String getType()
writeXML
public void writeXML(PrintWriter out,
int indent)
init
protected void init(org.w3c.dom.Element function)