Class EntitiesActionsExecutor


  • public class EntitiesActionsExecutor
    extends java.lang.Object
    Allows the execution of an action against an Object that is instance of Entity or List
    Author:
    Elias Ricken de Medeiros, Matthieu Chaffotte
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntitiesActionsExecutor

        public EntitiesActionsExecutor()
    • Method Detail

      • executeAction

        public java.lang.Object executeAction​(java.lang.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 List
        businessDataContext - the business data context
        action - the action to be executed
        Returns:
        the initial object after executing the action.
        Throws:
        SEntityActionExecutionException