org.eclipse.stardust.engine.api.model
Interface EventAction

All Superinterfaces:
ModelElement, Serializable

public interface EventAction
extends ModelElement

A client side view of a workflow event action. Each modeled event action contains a specific set of attributes, depending on the type of the event action.


Method Summary
 Map getAllTypeAttributes()
          Gets all the attributes of the event action type.
 Object getTypeAttribute(String name)
          Gets a specific type attribute.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId
 

Method Detail

getAllTypeAttributes

Map getAllTypeAttributes()
Gets all the attributes of the event action type.

Returns:
an unmodifiable Map containing the type attributes.

getTypeAttribute

Object getTypeAttribute(String name)
Gets a specific type attribute.

Parameters:
name - the name of the attribute.
Returns:
the value of the attribute.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.