public interface BfmConfiguration
extends java.io.Serializable
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.
|
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.
|
static final java.lang.String COPYRIGHT
static final int SYSTEM_TYPE_WPS
static final int SYSTEM_TYPE_WLE
java.lang.String getVersion()
java.lang.String getBuildLevel()
java.lang.String getSystemID()
int getSystemType()