|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObservableElement | |
---|---|
org.ow2.bonita.pvm.activity | |
org.ow2.bonita.pvm.client | |
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.listener | |
org.ow2.bonita.pvm.model |
Uses of ObservableElement in org.ow2.bonita.pvm.activity |
---|
Methods in org.ow2.bonita.pvm.activity with parameters of type ObservableElement | |
---|---|
void |
ActivityExecution.fire(java.lang.String eventName,
ObservableElement eventSource)
fires the event on the given eventSource and then propagates the event up to the eventSource's parent chain. |
Uses of ObservableElement in org.ow2.bonita.pvm.client |
---|
Subinterfaces of ObservableElement in org.ow2.bonita.pvm.client | |
---|---|
interface |
ClientProcessDefinition
|
Uses of ObservableElement in org.ow2.bonita.pvm.internal.model |
---|
Classes in org.ow2.bonita.pvm.internal.model that implement ObservableElement | |
---|---|
class |
CompositeElementImpl
|
class |
NodeImpl
|
class |
ObservableElementImpl
observable and visible process elements. |
static class |
ProcessModificationsImpl.AddedNode
|
static class |
ProcessModificationsImpl.AddedTransition
|
class |
PVMProcessDefinitionImpl
|
class |
TransitionImpl
|
Methods in org.ow2.bonita.pvm.internal.model that return ObservableElement | |
---|---|
ObservableElement |
ExecutionImpl.getEventSource()
|
Methods in org.ow2.bonita.pvm.internal.model with parameters of type ObservableElement | |
---|---|
void |
ExecutionImpl.fire(java.lang.String eventName,
ObservableElement eventSource)
|
protected void |
ExecutionImpl.propagateEvent(java.lang.String eventName,
ObservableElement eventSource,
ObservableElementImpl observableElement)
this method enables specific process languages to overwrite the event propagation behaviour |
Uses of ObservableElement in org.ow2.bonita.pvm.listener |
---|
Methods in org.ow2.bonita.pvm.listener that return ObservableElement | |
---|---|
ObservableElement |
EventListenerExecution.getEventSource()
the original object that fired the event, part of the current position in the process graph. |
Methods in org.ow2.bonita.pvm.listener with parameters of type ObservableElement | |
---|---|
void |
EventListenerExecution.fire(java.lang.String eventName,
ObservableElement eventSource)
fires the event on the given eventSource and then propagates the event up to the eventSource's parent chain. |
Uses of ObservableElement in org.ow2.bonita.pvm.model |
---|
Subinterfaces of ObservableElement in org.ow2.bonita.pvm.model | |
---|---|
interface |
CompositeElement
node container base class for OpenProcessDefinition and Node . |
interface |
Node
a node in a OpenProcessDefinition graph. |
interface |
OpenProcessDefinition
a graph (or tree) structure that can be executed. |
interface |
Transition
a transition in a OpenProcessDefinition graph. |
Methods in org.ow2.bonita.pvm.model that return ObservableElement | |
---|---|
ObservableElement |
ObservableElement.getParent()
the enclosing node or the process definition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |