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.Serializable
    Third-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 Serializable for distributed operations. It does not extend dkAbstractServerDef or implement dkServerDef, making it a lightweight type identifier.

    See Also:
    dkAbstractServerDef, dkServerDef, DKServerDefICM, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DKThirdPartyServerDef

        public DKThirdPartyServerDef()
Copyright © 2024 IBM Corporation

Copyright © 2024 IBM Corporation. All rights reserved.