Uses of Class
org.jbpm.graph.node.StartState

Packages that use StartState
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.jpdl.xml jpdl xml parsing. 
org.jbpm.taskmgmt.def   
 

Uses of StartState in org.jbpm.graph.def
 

Methods in org.jbpm.graph.def with parameters of type StartState
 void ProcessDefinition.setStartState(StartState startState)
           
 

Uses of StartState in org.jbpm.jpdl.xml
 

Methods in org.jbpm.jpdl.xml with parameters of type StartState
 void JpdlXmlReader.readStartStateTask(org.dom4j.Element startTaskElement, StartState startState)
           
 

Uses of StartState in org.jbpm.taskmgmt.def
 

Fields in org.jbpm.taskmgmt.def declared as StartState
protected  StartState Task.startState
           
 

Methods in org.jbpm.taskmgmt.def that return StartState
 StartState Task.getStartState()
           
 

Methods in org.jbpm.taskmgmt.def with parameters of type StartState
 void Task.setStartState(StartState startState)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.