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.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. |
Modifier and Type | Method and Description |
---|---|
CmDatabaseConnection |
IsolatedRegion.get_DatabaseConnection()
Returns the value of the DatabaseConnection property.
|
CmDatabaseConnection |
CmEventExportStore.get_DatabaseConnection()
Returns the value of the DatabaseConnection property.
|
CmDatabaseConnection |
CmEventExportStore.get_SourceDatabaseConnection()
Returns the value of the SourceDatabaseConnection property.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedRegion.set_DatabaseConnection(CmDatabaseConnection value)
Sets the value of the DatabaseConnection property.
|
void |
CmEventExportStore.set_DatabaseConnection(CmDatabaseConnection value)
Sets the value of the DatabaseConnection property.
|
void |
CmEventExportStore.set_SourceDatabaseConnection(CmDatabaseConnection value)
Sets the value of the SourceDatabaseConnection property.
|
Modifier and Type | Method and Description |
---|---|
static CmDatabaseConnection |
Factory.CmDatabaseConnection.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmDatabaseConnection class based on the specified parameters. |
static CmDatabaseConnection |
Factory.CmDatabaseConnection.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmDatabaseConnection class
by the specified domain and ID. |
CmDatabaseConnection |
ObjectStore.get_DatabaseConnection()
Returns the value of the DatabaseConnection property.
|
static CmDatabaseConnection |
Factory.CmDatabaseConnection.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmDatabaseConnection class by the specified domain and ID. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_DatabaseConnection(CmDatabaseConnection value)
Sets the value of the DatabaseConnection property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.