|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | process definition extensions for task management related information. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||