|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessElement
common base interface for all process definition objects that can have exception handlers and properties.
Method Summary | |
---|---|
long |
getDbid()
the meaningless database primary key |
java.util.List<? extends ExceptionHandler> |
getExceptionHandlers()
the list of exception handlers that can be tried if an exception occurs in user code that is associated to this process element or a process element inside of this process element. |
ProcessDefinition |
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. |
Method Detail |
---|
long getDbid()
ProcessDefinition getProcessDefinition()
java.lang.Object getProperty(java.lang.String key)
java.util.Set<java.lang.String> getPropertyKeys()
java.util.List<? extends ExceptionHandler> getExceptionHandlers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |