|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.workflow.loader.AbstractDescriptor
com.opensymphony.workflow.loader.StepDescriptor
public class StepDescriptor
| Field Summary | |
|---|---|
protected List |
actions
|
protected List |
commonActions
this list maintained internally to allow for proper xml serialization. |
protected boolean |
hasActions
|
protected Map |
metaAttributes
|
protected String |
name
|
protected List |
permissions
|
protected List |
postFunctions
|
protected List |
preFunctions
|
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
|---|
INDENT |
| Method Summary | |
|---|---|
ActionDescriptor |
getAction(int id)
|
List |
getActions()
Get a List of ActionDescriptors for this step |
List |
getCommonActions()
Get a list of common actions. |
Map |
getMetaAttributes()
|
String |
getName()
|
List |
getPermissions()
Get a List of PermissionDescriptors for this step |
List |
getPostFunctions()
|
List |
getPreFunctions()
|
protected void |
init(org.w3c.dom.Element step)
|
void |
removeActions()
Remove all common and regular actions for this step. |
boolean |
resultsInJoin(int join)
|
void |
setMetaAttributes(Map metaAttributes)
|
void |
setName(String name)
|
void |
setPostFunctions(List postFunctions)
|
void |
setPreFunctions(List preFunctions)
|
void |
validate()
Validate this element, and propagate validation to all contained sub-elements. |
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 |
|---|
protected List actions
protected List commonActions
protected List permissions
protected List postFunctions
protected List preFunctions
protected Map metaAttributes
protected String name
protected boolean hasActions
| Method Detail |
|---|
public ActionDescriptor getAction(int id)
public List getActions()
ActionDescriptors for this step
public List getCommonActions()
public void setMetaAttributes(Map metaAttributes)
public Map getMetaAttributes()
public void setName(String name)
public String getName()
public List getPermissions()
PermissionDescriptors for this step
public void setPostFunctions(List postFunctions)
public List getPostFunctions()
public void setPreFunctions(List preFunctions)
public List getPreFunctions()
public void removeActions()
public boolean resultsInJoin(int join)
public void validate()
throws InvalidWorkflowDescriptorException
Validatable
validate in interface ValidatableInvalidWorkflowDescriptorExceptionWorkflowLoader.load(java.io.InputStream)
public void writeXML(PrintWriter out,
int indent)
writeXML in interface XMLizableprotected void init(org.w3c.dom.Element step)
|
OpenSymphony Workflow Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||