Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.definition.impl
Class StartStateImpl  view StartStateImpl download StartStateImpl.java

java.lang.Object
  extended byorg.jbpm.util.db.PersistentObject
      extended byorg.jbpm.workflow.definition.impl.DefinitionObjectImpl
          extended byorg.jbpm.workflow.definition.impl.NodeImpl
              extended byorg.jbpm.workflow.definition.impl.StateImpl
                  extended byorg.jbpm.workflow.definition.impl.ActivityStateImpl
                      extended byorg.jbpm.workflow.definition.impl.StartStateImpl
All Implemented Interfaces:
org.jbpm.workflow.definition.ActivityState, org.jbpm.workflow.definition.DefinitionObject, org.jbpm.workflow.definition.Node, java.io.Serializable, org.jbpm.workflow.definition.StartState, org.jbpm.workflow.definition.State

public class StartStateImpl
extends ActivityStateImpl
implements org.jbpm.workflow.definition.StartState


Field Summary
 
Fields inherited from class org.jbpm.workflow.definition.impl.ActivityStateImpl
 
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
StartStateImpl()
           
 
Method Summary
 void readProcessData(org.jbpm.util.xml.XmlElement xmlElement, CreationContext creationContext)
           
 void validate(ValidationContext validationContext)
           
 
Methods inherited from class org.jbpm.workflow.definition.impl.ActivityStateImpl
addRoleAttributeValue, getActorRoleName, getAssignmentDelegation, readWebData, setActorRoleName, setAssignmentDelegation
 
Methods inherited from class org.jbpm.workflow.definition.impl.StateImpl
getFields, getImageCoordinates, setFields, setImageCoordinates
 
Methods inherited from class org.jbpm.workflow.definition.impl.NodeImpl
getArrivingTransitions, getLeavingTransitions, getProcessBlock, setArrivingTransitions, setLeavingTransitions, setProcessBlock, setTransitionDestinationScope, validateLeavingTransitions
 
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

StartStateImpl

public StartStateImpl()
Method Detail

readProcessData

public void readProcessData(org.jbpm.util.xml.XmlElement xmlElement,
                            CreationContext creationContext)
Overrides:
readProcessData in class ActivityStateImpl

validate

public void validate(ValidationContext validationContext)
Overrides:
validate in class ActivityStateImpl