Interface IExternalFlowConnection

All Superinterfaces:
IConnection
All Known Implementing Classes:
ExternalFlowConnection

public interface IExternalFlowConnection extends IConnection
This interface describes how to connect to an external project.
Since:
12.0
  • Method Details

    • getShortcutName

      String getShortcutName()
      Returns:
      the name of the shortcut that points to the external flow
    • getProject

      String getProject()
      Returns:
      the name of the project which contains the external flow
    • getFlow

      String getFlow()
      Returns:
      the name of the external flow
    • getVersion

      String getVersion()
      Returns:
      the version of the project which contains the external flow
    • getChannel

      String getChannel()
      Returns:
      the name of the channel
    • getBaseUrl

      String getBaseUrl()
      Returns:
      the URL where the external flow should be started