com.ibm.mm.sdk.common
Interface dkDatastoreIntICM
-
- All Superinterfaces:
- dkDatastore, dkQueryEvaluator, dkQueryManager
- All Known Implementing Classes:
- DKDatastoreICM
public interface dkDatastoreIntICM extends dkDatastore
IBM Content Manager (ICM) internal datastore interface.This interface extends
dkDatastoreto provide ICM-specific internal datastore operations. It serves as a marker interface for datastore implementations that support IBM Content Manager integration with FileNet P8.Purpose:
- Identifies datastores with ICM-specific capabilities
- Provides type safety for ICM datastore operations
- Enables polymorphic handling of ICM datastores
This is a marker interface that inherits all functionality from
dkDatastore. Implementations should provide ICM-specific behavior while maintaining compatibility with the base datastore interface.- See Also:
dkDatastore,DKDatastoreICM
-
-
Method Summary
-
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore
connect, datastoreName, deleteObject, deleteObject, destroy, disconnect, listEntities
-
Methods inherited from interface com.ibm.mm.sdk.common.dkQueryManager
createQuery
-
Methods inherited from interface com.ibm.mm.sdk.common.dkQueryEvaluator
evaluate
-
-