public class EntitiesActionsExecutor
extends java.lang.Object
| Constructor and Description |
|---|
EntitiesActionsExecutor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
executeAction(java.lang.Object value,
BusinessDataContext businessDataContext,
EntityAction action)
Executes of an action against an Object that is instance of Entity or List
|
public java.lang.Object executeAction(java.lang.Object value,
BusinessDataContext businessDataContext,
EntityAction action)
throws SEntityActionExecutionException
value - an Entity or ListbusinessDataContext - the business data contextaction - the action to be executedSEntityActionExecutionException