Class LiveLinkParameters


  • public class LiveLinkParameters
    extends java.lang.Object
    This class describes live link connection parameters.
    • Field Detail

      • ingestProtocol

        public static final java.lang.String ingestProtocol
        Ingestion CGI protocol
        See Also:
        Constant Field Values
      • ingestPort

        public static final java.lang.String ingestPort
        Ingestion CGI port
        See Also:
        Constant Field Values
      • ingestCgiPath

        public static final java.lang.String ingestCgiPath
        Ingestion CGI path (path to fetch document from for ingestion)
        See Also:
        Constant Field Values
      • ingestNtlmUsername

        public static final java.lang.String ingestNtlmUsername
        NTLM username
        See Also:
        Constant Field Values
      • ingestNtlmPassword

        public static final java.lang.String ingestNtlmPassword
        NTLM password
        See Also:
        Constant Field Values
      • ingestNtlmDomain

        public static final java.lang.String ingestNtlmDomain
        NTLM domain (set if NTLM desired)
        See Also:
        Constant Field Values
      • ingestKeystore

        public static final java.lang.String ingestKeystore
        Livelink SSL keystore
        See Also:
        Constant Field Values
      • viewProtocol

        public static final java.lang.String viewProtocol
        View CGI protocol
        See Also:
        Constant Field Values
      • viewServerName

        public static final java.lang.String viewServerName
        View CGI server name
        See Also:
        Constant Field Values
      • viewCgiPath

        public static final java.lang.String viewCgiPath
        View CGI path (path to use for viewing)
        See Also:
        Constant Field Values
      • viewAction

        public static final java.lang.String viewAction
        Document View Action
        See Also:
        Constant Field Values
      • serverProtocol

        public static final java.lang.String serverProtocol
        Connection options; choices are "internal", "http", "https"
        See Also:
        Constant Field Values
      • serverName

        public static final java.lang.String serverName
        Server name
        See Also:
        Constant Field Values
      • serverPort

        public static final java.lang.String serverPort
        Server port
        See Also:
        Constant Field Values
      • serverUsername

        public static final java.lang.String serverUsername
        Server user
        See Also:
        Constant Field Values
      • serverPassword

        public static final java.lang.String serverPassword
        Server password
        See Also:
        Constant Field Values
      • serverHTTPCgiPath

        public static final java.lang.String serverHTTPCgiPath
        Server CGI path (path to use for viewing)
        See Also:
        Constant Field Values
      • serverHTTPNTLMDomain

        public static final java.lang.String serverHTTPNTLMDomain
        Server domain, if NTLM
        See Also:
        Constant Field Values
      • serverHTTPNTLMUsername

        public static final java.lang.String serverHTTPNTLMUsername
        Server HTTP user
        See Also:
        Constant Field Values
      • serverHTTPNTLMPassword

        public static final java.lang.String serverHTTPNTLMPassword
        Server password
        See Also:
        Constant Field Values
      • serverHTTPSKeystore

        public static final java.lang.String serverHTTPSKeystore
        Keystore for LAPI
        See Also:
        Constant Field Values
      • cacheLifetime

        public static final java.lang.String cacheLifetime
        Cache time in seconds
        See Also:
        Constant Field Values
      • cacheLRUSize

        public static final java.lang.String cacheLRUSize
        Max LRU size
        See Also:
        Constant Field Values
    • Constructor Detail

      • LiveLinkParameters

        public LiveLinkParameters()