Package org.bonitasoft.engine.operation
Class EntitiesActionsExecutor
- java.lang.Object
-
- org.bonitasoft.engine.operation.EntitiesActionsExecutor
-
public class EntitiesActionsExecutor extends java.lang.ObjectAllows 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 Constructor Description EntitiesActionsExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectexecuteAction(java.lang.Object value, BusinessDataContext businessDataContext, EntityAction action)Executes of an action against an Object that is instance of Entity or List.
-
-
-
Method Detail
-
executeAction
public java.lang.Object executeAction(java.lang.Object value, BusinessDataContext businessDataContext, EntityAction action) throws SEntityActionExecutionExceptionExecutes 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
-
-