Package org.bonitasoft.engine.operation
Class EntitiesActionsExecutor
java.lang.Object
org.bonitasoft.engine.operation.EntitiesActionsExecutor
Allows the execution of an action against an Object that is instance of Entity or List
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAction(Object value, BusinessDataContext businessDataContext, EntityAction action) Executes of an action against an Object that is instance of Entity or List.
-
Constructor Details
-
EntitiesActionsExecutor
public EntitiesActionsExecutor()
-
-
Method Details
-
executeAction
public Object executeAction(Object value, BusinessDataContext businessDataContext, EntityAction action) throws SEntityActionExecutionException Executes of an action against an Object that is instance of Entity or List. - Parameters:
value- an Entity or ListbusinessDataContext- the business data contextaction- the action to be executed- Returns:
- the initial object after executing the action.
- Throws:
SEntityActionExecutionException
-