当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
Transition (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.core
Class Transition
java.lang.Object
org.jboss.seam.core.AbstractMutable
org.jboss.seam.core.Transition
- All Implemented Interfaces:
- Serializable, Mutable
@Name(value="transition")
@Scope(value=CONVERSATION)
@Intercept(value=NEVER)
public class Transition
- extends AbstractMutable
- implements Serializable
Allows the application to set the jBPM transition to be used when
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transition
public Transition()
getName
public String getName()
setName
public void setName(String name)
- Set the jBPM transition name
instance
public static Transition instance()