|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventHandler
A client side view of a workflow event handler.
| Method Summary | |
|---|---|
List |
getAllBindActions()
Gets all the bind actions registered for this event handler. |
List |
getAllEventActions()
Gets all the event actions registered for this event handler. |
Map |
getAllTypeAttributes()
Gets all the attributes of the event handler type. |
List |
getAllUnbindActions()
Gets all the unbind actions registered for this event handler. |
EventAction |
getBindAction(String id)
Gets the specified bind action. |
EventAction |
getEventAction(String id)
Gets the specified event action. |
long |
getRuntimeElementOID()
Gets the runtime OID of the model element. |
Object |
getTypeAttribute(String name)
Gets a specific type attribute. |
EventAction |
getUnbindAction(String id)
Gets the specified unbind action. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId |
| Method Detail |
|---|
long getRuntimeElementOID()
Contrary to the element OID, runtime element OIDs are guaranteed to be stable over model versions for model elements of same type and identical fully qualified IDs.
The fully qualified ID of a model element consists of the concatenation of the fully qualified element ID of its parent element, if existent, and the element ID.
ModelElement.getElementOID()Map getAllTypeAttributes()
Object getTypeAttribute(String name)
name - the name of the attribute.
List getAllEventActions()
EventAction objects.EventAction getEventAction(String id)
id - the id of the event action.
List getAllBindActions()
EventAction objects.EventAction getBindAction(String id)
id - the id of the bind action.
List getAllUnbindActions()
EventAction objects.EventAction getUnbindAction(String id)
id - the id of the unbind action.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||