com.opensymphony.workflow.loader
Class FunctionDescriptor

java.lang.Object
  extended by com.opensymphony.workflow.loader.AbstractDescriptor
      extended by 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
 
Method Summary
 Map getArgs()
           
 String getName()
           
 String getType()
           
protected  void init(org.w3c.dom.Element function)
           
 void setName(String name)
           
 void setType(String type)
           
 void writeXML(PrintWriter out, int indent)
           
 
Methods inherited from class com.opensymphony.workflow.loader.AbstractDescriptor
asXML, getEntityId, getId, getParent, hasId, setEntityId, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

protected Map args

name

protected String name
The name field helps the editor identify the condition template used.


type

protected String type
Method Detail

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)

OpenSymphony Workflow Project Page