Class GenericExitAction<T extends org.chenile.stm.StateEntity>

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

public class GenericExitAction<T extends org.chenile.stm.StateEntity> extends Object implements org.chenile.stm.action.STMAction<T>
  • Constructor Details

    • GenericExitAction

      public GenericExitAction()
  • Method Details

    • execute

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