|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.jbpm.graph.def | contains all structural elements of a process graph. |
| org.jbpm.graph.exe | contains the runtime structures for process executions. |
| Uses of Event in org.jbpm.graph.def |
|---|
| Fields in org.jbpm.graph.def declared as Event | |
|---|---|
protected Event |
Action.event
|
| Methods in org.jbpm.graph.def that return Event | |
|---|---|
Event |
GraphElement.addEvent(Event event)
|
Event |
Action.getEvent()
|
Event |
GraphElement.getEvent(String eventType)
|
Event |
GraphElement.removeEvent(Event event)
|
| Methods in org.jbpm.graph.def with parameters of type Event | |
|---|---|
Event |
GraphElement.addEvent(Event event)
|
Event |
GraphElement.removeEvent(Event event)
|
void |
Action.setEvent(Event event)
|
| Uses of Event in org.jbpm.graph.exe |
|---|
| Fields in org.jbpm.graph.exe declared as Event | |
|---|---|
protected Event |
ExecutionContext.event
|
| Methods in org.jbpm.graph.exe that return Event | |
|---|---|
Event |
ExecutionContext.getEvent()
|
| Methods in org.jbpm.graph.exe with parameters of type Event | |
|---|---|
void |
ExecutionContext.setEvent(Event event)
|
| Constructors in org.jbpm.graph.exe with parameters of type Event | |
|---|---|
RuntimeAction(Event event,
Action action)
creates a runtime action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||