Interface IOnlinePage

All Superinterfaces:
com.persequor.extension.ioc.registry.IOnlinePageHandler, com.persequor.extension.ioc.registry.OnlinePage

public interface IOnlinePage extends com.persequor.extension.ioc.registry.OnlinePage
Implement this interface, if the intention is to have generically available pages for internal flows that does not require configuration via the Saga UI for the implemented page.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface com.persequor.extension.ioc.registry.IOnlinePageHandler

    handle

    Methods inherited from interface com.persequor.extension.ioc.registry.OnlinePage

    getIcon, getId, getTitle
  • Method Details

    • hideFromMenu

      default boolean hideFromMenu()