|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.jgraph.graph.DefaultGraphCell
biz.hammurapi.web.process.Task
| Field Summary |
| Fields inherited from class org.jgraph.graph.DefaultGraphCell |
attributes |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
Task(Process owner,
biz.hammurapi.web.process.sql.ProcessTask data)
|
|
| Method Summary | |
java.lang.String |
getAction()
Action code |
biz.hammurapi.web.process.sql.ProcessTask |
getData()
|
java.lang.String |
getGuard()
Guard code |
java.util.Collection |
getInputs()
|
java.lang.String |
getName()
Element name |
java.util.Collection |
getOutputs()
|
Process |
getProcess()
|
java.lang.String |
getSummary()
Element description |
java.lang.Object |
getUserObject()
|
boolean |
isValid()
|
void |
setAction(java.lang.String action)
Action code |
void |
setGuard(java.lang.String guard)
Guard code |
void |
setName(java.lang.String name)
Element name |
void |
setSummary(java.lang.String summary)
Element description |
void |
setUserObject(java.lang.Object userObject)
|
| Methods inherited from class org.jgraph.graph.DefaultGraphCell |
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Task(Process owner,
biz.hammurapi.web.process.sql.ProcessTask data)
| Method Detail |
public void setUserObject(java.lang.Object userObject)
setUserObject in interface javax.swing.tree.MutableTreeNodepublic java.lang.Object getUserObject()
public java.lang.String getAction()
ProcessElement
getAction in interface ProcessElementpublic java.lang.String getSummary()
ProcessElement
getSummary in interface ProcessElementpublic java.lang.String getGuard()
ProcessElement
getGuard in interface ProcessElementpublic java.lang.String getName()
ProcessElement
getName in interface ProcessElementpublic Process getProcess()
getProcess in interface ProcessElementpublic void setAction(java.lang.String action)
ProcessElement
setAction in interface ProcessElementpublic void setSummary(java.lang.String summary)
ProcessElement
setSummary in interface ProcessElementpublic void setGuard(java.lang.String guard)
ProcessElement
setGuard in interface ProcessElementpublic void setName(java.lang.String name)
ProcessElement
setName in interface ProcessElementpublic java.util.Collection getInputs()
public java.util.Collection getOutputs()
public boolean isValid()
public biz.hammurapi.web.process.sql.ProcessTask getData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||