|
|||||||||
| 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 EndStateImpl

java.lang.Objectorg.jbpm.util.db.PersistentObject
org.jbpm.workflow.definition.impl.DefinitionObjectImpl
org.jbpm.workflow.definition.impl.NodeImpl
org.jbpm.workflow.definition.impl.StateImpl
org.jbpm.workflow.definition.impl.EndStateImpl
- All Implemented Interfaces:
- org.jbpm.workflow.definition.DefinitionObject, org.jbpm.workflow.definition.EndState, org.jbpm.workflow.definition.Node, java.io.Serializable, org.jbpm.workflow.definition.State
- public class EndStateImpl
- extends StateImpl
- implements org.jbpm.workflow.definition.EndState
- extends StateImpl
| Field Summary |
| Fields inherited from class org.jbpm.workflow.definition.impl.StateImpl |
|
| Fields inherited from class org.jbpm.workflow.definition.impl.NodeImpl |
arrivingTransitions, leavingTransitions, processBlock |
| 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 | |
EndStateImpl()
|
|
| Method Summary | |
void |
readProcessData(org.jbpm.util.xml.XmlElement xmlElement,
CreationContext creationContext)
|
void |
validate(ValidationContext validationContext)
|
protected void |
validateLeavingTransitions(ValidationContext validationContext)
standard, a node must have at least one leaving transition. |
| Methods inherited from class org.jbpm.workflow.definition.impl.StateImpl |
addRoleAttributeValue, getFields, getImageCoordinates, readWebData, setFields, setImageCoordinates |
| Methods inherited from class org.jbpm.workflow.definition.impl.NodeImpl |
getArrivingTransitions, getLeavingTransitions, getProcessBlock, setArrivingTransitions, setLeavingTransitions, setProcessBlock, setTransitionDestinationScope |
| Methods inherited from class org.jbpm.workflow.definition.impl.DefinitionObjectImpl |
getDescription, getName, getProcessDefinition, getTypeName, hasName, setDescription, setName, setProcessDefinition, toString |
| 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.State |
getImageCoordinates |
| Methods inherited from interface org.jbpm.workflow.definition.Node |
getArrivingTransitions, getLeavingTransitions, getProcessBlock |
| Methods inherited from interface org.jbpm.workflow.definition.DefinitionObject |
getDescription, getId, getName, getProcessDefinition, hasName |
| Constructor Detail |
EndStateImpl
public EndStateImpl()
| Method Detail |
readProcessData
public void readProcessData(org.jbpm.util.xml.XmlElement xmlElement, CreationContext creationContext)
- Overrides:
readProcessDatain classStateImpl
validate
public void validate(ValidationContext validationContext)
validateLeavingTransitions
protected void validateLeavingTransitions(ValidationContext validationContext)
- Description copied from class:
NodeImpl - standard, a node must have at least one leaving transition.
Only the EndStateImpl will have a different opinion on this :-)
- Overrides:
validateLeavingTransitionsin classNodeImpl
|
|||||||||
| 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