|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventImpl | |
---|---|
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.model |
Uses of EventImpl in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model declared as EventImpl | |
---|---|
protected EventImpl |
ExecutionImpl.event
|
Fields in org.ow2.bonita.pvm.internal.model with type parameters of type EventImpl | |
---|---|
protected java.util.Map<java.lang.String,EventImpl> |
ObservableElementImpl.events
|
Methods in org.ow2.bonita.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. |
EventImpl |
TransitionImpl.getEvent()
|
EventImpl |
ObservableElementImpl.getEvent(java.lang.String eventName)
|
Methods in org.ow2.bonita.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)
|
Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type EventImpl | |
---|---|
void |
ObservableElementImpl.setEvents(java.util.Map<java.lang.String,EventImpl> events)
|
Uses of EventImpl in org.ow2.bonita.pvm.model |
---|
Fields in org.ow2.bonita.pvm.model declared as EventImpl | |
---|---|
protected EventImpl |
ProcessFactory.event
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |