|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openemcee.microflow.usercore.MicroflowTaskOutcome
A Microflow task outcome is the high level result from executing a MicroflowTask.
| Constructor Summary | |
MicroflowTaskOutcome(java.lang.String name)
Creates a new instance of MicroflowTaskOutcome |
|
| Method Summary | |
java.lang.String |
getName()
Getter for property name. |
void |
setName(java.lang.String name)
Setter for property name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MicroflowTaskOutcome(java.lang.String name)
name - The name, or textual description, of this outcome. Usually
a single word like "success", "failure", "comm_error", etc...| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||