-
Packages that use CmDatabaseConnection 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of CmDatabaseConnection in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmDatabaseConnection Modifier and Type Method and Description CmDatabaseConnectionIsolatedRegion. get_DatabaseConnection()Returns the value of the DatabaseConnection property.CmDatabaseConnectionCmEventExportStore. get_DatabaseConnection()Returns the value of the DatabaseConnection property.CmDatabaseConnectionCmEventExportStore. get_SourceDatabaseConnection()Returns the value of the SourceDatabaseConnection property.Methods in com.filenet.api.admin with parameters of type CmDatabaseConnection Modifier and Type Method and Description voidIsolatedRegion. set_DatabaseConnection(CmDatabaseConnection value)Sets the value of the DatabaseConnection property.voidCmEventExportStore. set_DatabaseConnection(CmDatabaseConnection value)Sets the value of the DatabaseConnection property.voidCmEventExportStore. set_SourceDatabaseConnection(CmDatabaseConnection value)Sets the value of the SourceDatabaseConnection property. -
Uses of CmDatabaseConnection in com.filenet.api.core
Methods in com.filenet.api.core that return CmDatabaseConnection Modifier and Type Method and Description static CmDatabaseConnectionFactory.CmDatabaseConnection. createInstance(Domain domain, Id id)Creates a new instance of theCmDatabaseConnectionclass based on the specified parameters.static CmDatabaseConnectionFactory.CmDatabaseConnection. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theCmDatabaseConnectionclass by the specified domain and ID.CmDatabaseConnectionObjectStore. get_DatabaseConnection()Returns the value of the DatabaseConnection property.static CmDatabaseConnectionFactory.CmDatabaseConnection. getInstance(Domain domain, Id id)Constructs an instance of theCmDatabaseConnectionclass by the specified domain and ID.Methods in com.filenet.api.core with parameters of type CmDatabaseConnection Modifier and Type Method and Description voidObjectStore. set_DatabaseConnection(CmDatabaseConnection value)Sets the value of the DatabaseConnection property.
-