com.ibm.bpe.api

Interface BfmConfiguration

All Superinterfaces:
java.io.Serializable

  1. public interface BfmConfiguration
  2. extends java.io.Serializable
This interface returns Business Flow Manager configuration settings.
Since:
7.5

Field Summary

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

Method Summary

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

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

SYSTEM_TYPE_WPS

  1. static final int SYSTEM_TYPE_WPS
Symbolic constants for the system types described by this configuration.
See Also:

SYSTEM_TYPE_WLE

  1. static final int SYSTEM_TYPE_WLE
See Also:

Method Detail

getVersion

  1. 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

  1. 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

  1. 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

  1. 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.