|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.core.AbstractMutable
org.jboss.seam.bpm.Transition
@Name(value="org.jboss.seam.bpm.transition")
@Scope(value=CONVERSATION)
@BypassInterceptors
@Install(precedence=0,
dependencies="org.jboss.seam.bpm.jbpm")
public class TransitionAllows the application to set the jBPM transition to be used when an @EndTask method is encountered.
EndTask,
Serialized Form| Constructor Summary | |
|---|---|
Transition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
static Transition |
instance()
|
void |
setName(java.lang.String name)
Set the jBPM transition name |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.seam.core.AbstractMutable |
|---|
clearDirty, setDirty, setDirty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transition()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public static Transition instance()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||