|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> definition >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.definition.impl
Class TransitionImpl

java.lang.Objectorg.jbpm.util.db.PersistentObject
org.jbpm.workflow.definition.impl.DefinitionObjectImpl
org.jbpm.workflow.definition.impl.TransitionImpl
- All Implemented Interfaces:
- org.jbpm.workflow.definition.DefinitionObject, java.io.Serializable, org.jbpm.workflow.definition.Transition
- public class TransitionImpl
- extends DefinitionObjectImpl
- implements org.jbpm.workflow.definition.Transition
- extends DefinitionObjectImpl
| Field Summary | |
private org.jbpm.workflow.definition.Node |
from
|
private org.jbpm.workflow.definition.Node |
to
|
| Fields inherited from class org.jbpm.workflow.definition.impl.DefinitionObjectImpl |
description, name, processDefinition |
| Fields inherited from class org.jbpm.util.db.PersistentObject |
id |
| Constructor Summary | |
TransitionImpl()
|
|
| Method Summary | |
org.jbpm.workflow.definition.Node |
getFrom()
|
org.jbpm.workflow.definition.Node |
getTo()
|
void |
readProcessData(org.jbpm.util.xml.XmlElement xmlElement,
CreationContext creationContext)
|
void |
setFrom(org.jbpm.workflow.definition.Node from)
|
void |
setTo(org.jbpm.workflow.definition.Node to)
|
| Methods inherited from class org.jbpm.workflow.definition.impl.DefinitionObjectImpl |
getDescription, getName, getProcessDefinition, getTypeName, hasName, setDescription, setName, setProcessDefinition, toString, validate |
| Methods inherited from class org.jbpm.util.db.PersistentObject |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jbpm.workflow.definition.DefinitionObject |
getDescription, getId, getName, getProcessDefinition, hasName |
| Field Detail |
from
private org.jbpm.workflow.definition.Node from
to
private org.jbpm.workflow.definition.Node to
| Constructor Detail |
TransitionImpl
public TransitionImpl()
| Method Detail |
readProcessData
public void readProcessData(org.jbpm.util.xml.XmlElement xmlElement, CreationContext creationContext)
- Overrides:
readProcessDatain classDefinitionObjectImpl
getFrom
public org.jbpm.workflow.definition.Node getFrom()
- Specified by:
getFromin interfaceorg.jbpm.workflow.definition.Transition
setFrom
public void setFrom(org.jbpm.workflow.definition.Node from)
getTo
public org.jbpm.workflow.definition.Node getTo()
- Specified by:
getToin interfaceorg.jbpm.workflow.definition.Transition
setTo
public void setTo(org.jbpm.workflow.definition.Node to)
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> definition >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC