|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservableElement | |
|---|---|
| org.ow2.orchestra.pvm.activity | |
| org.ow2.orchestra.pvm.client | |
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.listener | |
| org.ow2.orchestra.pvm.model | |
| Uses of ObservableElement in org.ow2.orchestra.pvm.activity |
|---|
| Methods in org.ow2.orchestra.pvm.activity with parameters of type ObservableElement | |
|---|---|
void |
ActivityExecution.fire(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.orchestra.pvm.client |
|---|
| Subinterfaces of ObservableElement in org.ow2.orchestra.pvm.client | |
|---|---|
interface |
ClientProcessDefinition
|
| Uses of ObservableElement in org.ow2.orchestra.pvm.internal.model |
|---|
| Classes in org.ow2.orchestra.pvm.internal.model that implement ObservableElement | |
|---|---|
class |
CompositeElementImpl
|
class |
NodeImpl
|
class |
ObservableElementImpl
observable and visible process elements. |
class |
ProcessDefinitionImpl
|
static class |
ProcessModificationsImpl.AddedNode
|
static class |
ProcessModificationsImpl.AddedTransition
|
class |
TransitionImpl
|
| Methods in org.ow2.orchestra.pvm.internal.model that return ObservableElement | |
|---|---|
ObservableElement |
ExecutionImpl.getEventSource()
|
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type ObservableElement | |
|---|---|
void |
ExecutionImpl.fire(String eventName,
ObservableElement firedEventSource)
|
protected void |
ExecutionImpl.propagateEvent(String eventName,
ObservableElement firedEventSource,
ObservableElementImpl observableElement)
this method enables specific process languages to overwrite the event propagation behaviour |
| Uses of ObservableElement in org.ow2.orchestra.pvm.listener |
|---|
| Methods in org.ow2.orchestra.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.orchestra.pvm.listener with parameters of type ObservableElement | |
|---|---|
void |
EventListenerExecution.fire(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.orchestra.pvm.model |
|---|
| Subinterfaces of ObservableElement in org.ow2.orchestra.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.orchestra.pvm.model that return ObservableElement | |
|---|---|
ObservableElement |
ObservableElement.getParent()
the enclosing node or the process definition |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||