|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventImpl | |
|---|---|
| org.jbpm.pvm.internal.builder | |
| org.jbpm.pvm.internal.model | default implementation of process execution in ExecutionImpl
based on org.jbpm.pvm.internal.model.AtomicOperations
Bidirectional relations
In this process model thoughout the pvm codebase, there are several bidirectional
relations. |
| Uses of EventImpl in org.jbpm.pvm.internal.builder |
|---|
| Fields in org.jbpm.pvm.internal.builder declared as EventImpl | |
|---|---|
protected EventImpl |
ObservableBuilder.event
|
| Methods in org.jbpm.pvm.internal.builder that return EventImpl | |
|---|---|
EventImpl |
CompositeBuilder.createEvent(java.lang.String eventName)
|
protected EventImpl |
ObservableBuilder.getEvent()
|
| Uses of EventImpl in org.jbpm.pvm.internal.model |
|---|
| Fields in org.jbpm.pvm.internal.model declared as EventImpl | |
|---|---|
protected EventImpl |
ExecutionImpl.event
|
| Fields in org.jbpm.pvm.internal.model with type parameters of type EventImpl | |
|---|---|
protected java.util.Map<java.lang.String,EventImpl> |
ObservableElementImpl.events
|
| Methods in org.jbpm.pvm.internal.model that return EventImpl | |
|---|---|
EventImpl |
ObservableElementImpl.addEvent(EventImpl event)
add an event to this processDefinition element. |
EventImpl |
TransitionImpl.createEvent()
|
EventImpl |
ObservableElementImpl.createEvent(java.lang.String eventName)
event factory method that also establishes the bidirectional relation. |
static EventImpl |
ExecutionImpl.findEvent(ObservableElementImpl observableElement,
java.lang.String eventName)
|
EventImpl |
ExecutionImpl.getEvent()
|
EventImpl |
TransitionImpl.getEvent()
|
EventImpl |
ObservableElementImpl.getEvent(java.lang.String eventName)
|
| Methods in org.jbpm.pvm.internal.model with parameters of type EventImpl | |
|---|---|
EventImpl |
ObservableElementImpl.addEvent(EventImpl event)
add an event to this processDefinition element. |
void |
ExecutionImpl.handleException(ObservableElementImpl observableElement,
EventImpl event,
EventListenerReference eventListenerReference,
java.lang.Exception exception,
java.lang.String rethrowMessage)
|
void |
ExecutionImpl.setEvent(EventImpl event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||