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