com.ibm.bpe.api

Interface BfmConfiguration

  • All Superinterfaces:
    java.io.Serializable


    public interface BfmConfiguration
    extends java.io.Serializable
    This interface returns Business Flow Manager configuration settings.
    Since:
    7.5
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
      static int SYSTEM_TYPE_WLE 
      static int SYSTEM_TYPE_WPS
      Symbolic constants for the system types described by this configuration.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getBuildLevel()
      Returns the build level of the Business Flow Manager configuration.
      java.lang.String getSystemID()
      Returns the system ID of the Business Flow Manager installation.
      int getSystemType()
      Returns the type of the Business Flow Manager installation.
      java.lang.String getVersion()
      Returns the version of the Business Flow Manager configuration.
    • Method Detail

      • getVersion

        java.lang.String getVersion()
        Returns the version of the Business Flow Manager configuration.

        Returns:
        String - The version of the Business Flow Manager configuration, for example, 7.5.0.
      • getBuildLevel

        java.lang.String getBuildLevel()
        Returns the build level of the Business Flow Manager configuration.

        Returns:
        String - The build level of the Business Flow Manager configuration.
      • getSystemID

        java.lang.String getSystemID()
        Returns the system ID of the Business Flow Manager installation.

        Returns:
        String - The system ID of the Business Flow Manager installation.
      • getSystemType

        int getSystemType()
        Returns the type of the Business Flow Manager installation.

        Returns:
        int - The type of the Business Flow Manager installation, in this case, SYSTEM_TYPE_WPS.
IBM Business Process ManagerTM
Release 8