com.ibm.mm.sdk.common
Class DKThirdPartyServerDef
- java.lang.Object
-
- com.ibm.mm.sdk.common.DKThirdPartyServerDef
-
- All Implemented Interfaces:
- java.io.Serializable
public class DKThirdPartyServerDef extends java.lang.Object implements java.io.SerializableThird-party server definition for external system integration.This class provides a serializable marker type for third-party or external systems that integrate with the CM8 content management system. It serves as a placeholder for defining connection and configuration details for non-IBM content repositories or services.
Third-Party Integration:
- Marker class for external system identification
- Supports integration with non-IBM content repositories
- Enables federated content management scenarios
- Provides extensibility for custom server types
Use Cases:
- Identifying third-party document management systems
- Integrating with cloud storage providers
- Federating content across multiple repositories
- Supporting custom content sources
Usage Example:
// Create a third-party server definition marker DKThirdPartyServerDef serverDef = new DKThirdPartyServerDef(); // Use for type identification in external system integration
Note: This is a minimal marker class that implements
Serializablefor distributed operations. It does not extenddkAbstractServerDefor implementdkServerDef, making it a lightweight type identifier.- See Also:
dkAbstractServerDef,dkServerDef,DKServerDefICM, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DKThirdPartyServerDef()
-