com.ibm.mm.sdk.common
Interface dkDataObjectBase
-
- All Known Implementing Classes:
- dkAbstractDataObjectBase, dkDataObject, DKDDO, DKDDOBase, DKLobICM, dkResource
public interface dkDataObjectBaseBase marker interface for all CM8 data objects.This interface serves as the root of the CM8 data object hierarchy. All data objects in the CM8 API implement this interface, either directly or through one of its sub-interfaces such as
dkDataObject.The interface itself defines no methods but provides a common type for all CM8 data objects, enabling polymorphic handling of different object types throughout the API.
Known Implementations:
dkDataObject- Base interface for persistent data objectsDKDDO- Document data objectsDKFolder- Folder objectsdkXDO- Extended data objects
- See Also:
dkDataObject,DKDDO,DKFolder