Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.util |
Provides utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
RenditionEngineConnection.get_DatabaseType()
Returns the value of the DatabaseType property.
|
DatabaseType |
DatabaseStorageArea.get_DatabaseType()
Returns the value of the DatabaseType property.
|
DatabaseType |
CmDatabaseConnection.get_DatabaseType()
Returns the value of the DatabaseType property.
|
Modifier and Type | Method and Description |
---|---|
void |
RenditionEngineConnection.set_DatabaseType(DatabaseType value)
Sets the value of the DatabaseType property.
|
Modifier and Type | Field and Description |
---|---|
static DatabaseType |
DatabaseType.DB2
Specifies an IBM DB2 database.
|
static DatabaseType |
DatabaseType.MSSQL
Specifies a Microsoft SQL Server database.
|
static DatabaseType |
DatabaseType.ORACLE
Specifies an Oracle database.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
ObjectStore.get_DatabaseType()
Deprecated.
As of release 5.2.0.
|
Modifier and Type | Method and Description |
---|---|
int |
Id.compareTo(java.lang.Object arg,
DatabaseType dbType)
Compares two IDs as is done in a database search.
|
static Id |
Id.createSequentialId(DatabaseType dbType)
Generates an ID that has a time- and counter-based portion that is combined with a random portion in such
a way that consecutively created IDs are sequential (monotonic) per the natural ordering applied by the
underlying database.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.