|
||||||||||
| 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 | |
|---|---|
long |
getDbid()
the meaningless database primary key |
String |
getName()
the short display name given to this element. |
ObservableElement |
getParent()
the enclosing node or the process definition |
OpenProcessDefinition |
getProcessDefinition()
the process definition to which this process element belongs |
Object |
getProperty(String key)
the property value for the given key or null if no such configuration key is present. |
Set<String> |
getPropertyKeys()
the set of available property keys or an empty set in case there are no keys. |
boolean |
hasEvent(String eventName)
indicates if the given event is defined no this element. |
| Method Detail |
|---|
long getDbid()
String getName()
OpenProcessDefinition getProcessDefinition()
Object getProperty(String key)
Set<String> getPropertyKeys()
boolean hasEvent(String eventName)
ObservableElement getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||