|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservableElement
a super class for process elements that have events.
Method Summary | |
---|---|
java.lang.String |
getDescription()
the long description. |
Event |
getEvent(java.lang.String eventName)
listeners for a specific event. |
java.util.Map<java.lang.String,Event> |
getEvents()
listeners, partitioned by event name. |
java.lang.String |
getName()
the short display name given to this element. |
ObservableElement |
getParent()
by default, this implementation returns null, but this is overwritten in Node and Transition to represent the parent in the
hierarchical structure of the process. |
boolean |
hasEvent(java.lang.String eventName)
check for presence of a given eventName. |
Methods inherited from interface org.jbpm.pvm.ProcessElement |
---|
getDbid, getExceptionHandlers, getProcessDefinition, getProperty, getPropertyKeys |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
ObservableElement getParent()
Node
and Transition
to represent the parent in the
hierarchical structure of the process. This hierarchical structure is
used for event propagation.
java.util.Map<java.lang.String,Event> getEvents()
Event getEvent(java.lang.String eventName)
boolean hasEvent(java.lang.String eventName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |