com.ibm.bpe.api
Interface BfmConfiguration
All Superinterfaces:
java.io.Serializable
- public interface BfmConfiguration
- extends java.io.Serializable
Since:
7.5
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
SYSTEM_TYPE_WLE
|
|
SYSTEM_TYPE_WPS
Symbolic constants for the system types described by this configuration.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBuildLevel()
Returns the build level of the Business Flow Manager configuration.
|
|
getSystemID()
Returns the system ID of the Business Flow Manager installation.
|
|
getSystemType()
Returns the type of the Business Flow Manager installation.
|
|
getVersion()
Returns the version of the Business Flow Manager configuration.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
SYSTEM_TYPE_WPS
- static final int SYSTEM_TYPE_WPS
Symbolic constants for the system types described by this configuration.
See Also:
SYSTEM_TYPE_WLE
- static final int SYSTEM_TYPE_WLE
See Also:
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.