Interface AppEngine

  • All Known Implementing Classes:
    AppEngineImpl

    public interface AppEngine
    Provides access to all services that expose App management operations.
    Author:
    Tijs Rademakers
    • Field Detail

      • VERSION

        static final java.lang.String VERSION
        the version of the flowable App library
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        java.lang.String getName()
      • close

        void close()
      • getAppManagementService

        org.flowable.app.api.AppManagementService getAppManagementService()