Class RepositoryAction

java.lang.Object
org.springframework.statemachine.data.BaseRepositoryEntity
org.springframework.statemachine.data.RepositoryAction
Direct Known Subclasses:
JpaRepositoryAction, MongoDbRepositoryAction, RedisRepositoryAction

public abstract class RepositoryAction extends BaseRepositoryEntity
Generic base class representing action entity.
Author:
Janne Valkealahti
  • Constructor Details

    • RepositoryAction

      public RepositoryAction()
  • Method Details

    • getName

      public abstract String getName()
      Gets the name.
      Returns:
      the name
    • getSpel

      public abstract String getSpel()
      Gets the spel.
      Returns:
      the spel