Interface StartupControlService


  • public interface StartupControlService
    Author:
    Ikasan Development Team
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StartupControl getStartupControl​(java.lang.String moduleName, java.lang.String flowName)
      Get the startup control for the given module and flow
      void setStartupType​(java.lang.String moduleName, java.lang.String flowName, StartupType startupType, java.lang.String comment, java.lang.String actor)
      Set the startup type for the given module and flow
    • Method Detail

      • setStartupType

        void setStartupType​(java.lang.String moduleName,
                            java.lang.String flowName,
                            StartupType startupType,
                            java.lang.String comment,
                            java.lang.String actor)
        Set the startup type for the given module and flow
        Parameters:
        moduleName -
        flowName -
        startupType -
        comment -
        actor -
      • getStartupControl

        StartupControl getStartupControl​(java.lang.String moduleName,
                                         java.lang.String flowName)
        Get the startup control for the given module and flow
        Parameters:
        moduleName -
        flowName -