Class UpdateDataRefAction

  • All Implemented Interfaces:
    EntityAction

    public class UpdateDataRefAction
    extends java.lang.Object
    implements EntityAction
    Author:
    Elias Ricken de Medeiros, Matthieu Chaffotte
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.bonitasoft.engine.bdm.Entity> execute​(java.util.List<org.bonitasoft.engine.bdm.Entity> entities, BusinessDataContext businessDataContext)
      Executes an action against a a list of entities.
      org.bonitasoft.engine.bdm.Entity execute​(org.bonitasoft.engine.bdm.Entity entity, BusinessDataContext businessDataContext)
      Executes an action against an entity.
      void handleNull​(BusinessDataContext businessDataContext)
      Executes an action against a null entity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait