public interface SapaActionDefinerInterface
Modifier and Type | Method and Description |
---|---|
java.lang.Runnable |
getActionDefinition(SapaApp sapaApp,
java.lang.String actionId)
This method returns the definition of the action on the instance defined by id.
|
java.lang.Runnable getActionDefinition(SapaApp sapaApp, java.lang.String actionId)
sapaApp
- SapaApp object identifing an instance of the application.actionId
- Identifier of the action.