Class GenericEntryAction<T extends org.chenile.utils.entity.model.ExtendedStateEntity>

java.lang.Object
org.chenile.workflow.service.stmcmds.GenericEntryAction<T>
All Implemented Interfaces:
org.chenile.stm.action.STMAction<T>

public class GenericEntryAction<T extends org.chenile.utils.entity.model.ExtendedStateEntity> extends Object implements org.chenile.stm.action.STMAction<T>
  • Constructor Details

    • GenericEntryAction

      public GenericEntryAction(org.chenile.utils.entity.service.EntityStore<T> entityStore, org.chenile.stm.impl.STMActionsInfoProvider stmActionsInfoProvider)
  • Method Details

    • execute

      public void execute(T entity) throws Exception
      Specified by:
      execute in interface org.chenile.stm.action.STMAction<T extends org.chenile.utils.entity.model.ExtendedStateEntity>
      Throws:
      Exception