com.ibm.bpe.api
Interface OperationMode
- public interface OperationMode
ArchiveUnsupportedOperationException
is thrown.
Since:
6.2.0.3
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ARCHIVE
Symbolic constant that indicates that the business flow manager database is used as an archive.
|
|
COPYRIGHT
|
|
RUNTIME
Symbolic constant that indicates that the business flow manager database is used for production purposes.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
ARCHIVE
- static final int ARCHIVE
Symbolic constant that indicates that the business flow manager database is used as an archive.
See Also:
RUNTIME
- static final int RUNTIME
Symbolic constant that indicates that the business flow manager database is used for production purposes.
See Also: