com.filenet.api.admin

Interface CmElasticSearchCluster

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        The name of the user who created this object.
      • set_Creator

        void set_Creator(java.lang.String value)
        The name of the user who created this object. Settability Restrictions: This property is settable only on create.
      • get_DateCreated

        java.util.Date get_DateCreated()
        The date and time this object was created.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        The date and time this object was created. Settability Restrictions: This property is settable only on create.
      • get_LastModifier

        java.lang.String get_LastModifier()
        The name of the user who last modified this object.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        The name of the user who last modified this object. Settability Restrictions: This property is settable only on create.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        The date and time when this object was last modified.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        The date and time when this object was last modified. Settability Restrictions: This property is settable only on create.
      • get_Id

        Id get_Id()
        The unique object ID.
      • get_DisplayName

        java.lang.String get_DisplayName()
        A user-intelligible name for the object.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        A user-intelligible name for the object. Settability Restrictions: None.
      • get_DescriptiveText

        java.lang.String get_DescriptiveText()
        Text that describes this object.
      • set_DescriptiveText

        void set_DescriptiveText(java.lang.String value)
        Text that describes this object. Settability Restrictions: None.
      • get_IsSSLEnabled

        java.lang.Boolean get_IsSSLEnabled()
        Defines whether or not SSL is enabled.
      • set_IsSSLEnabled

        void set_IsSSLEnabled(java.lang.Boolean value)
        Defines whether or not SSL is enabled. Settability Restrictions: None.
      • get_ValidateServerCertificate

        java.lang.Boolean get_ValidateServerCertificate()
        Specifies whether the certificate presented by the server when establishing an SSL connection should be validated.
      • set_ValidateServerCertificate

        void set_ValidateServerCertificate(java.lang.Boolean value)
        Specifies whether the certificate presented by the server when establishing an SSL connection should be validated. Settability Restrictions: None.
      • get_ValidateCertificateHost

        java.lang.Boolean get_ValidateCertificateHost()
        Specifies whether the host name in the certificate presented by the server when establishing an SSL connection should be validated.
      • set_ValidateCertificateHost

        void set_ValidateCertificateHost(java.lang.Boolean value)
        Specifies whether the host name in the certificate presented by the server when establishing an SSL connection should be validated. Settability Restrictions: None.
      • get_MaximumConcurrentIndexingBatches

        java.lang.Integer get_MaximumConcurrentIndexingBatches()
        Defines the maximum number of concurrent indexing batches that should be submitted to the server.
      • set_MaximumConcurrentIndexingBatches

        void set_MaximumConcurrentIndexingBatches(java.lang.Integer value)
        Defines the maximum number of concurrent indexing batches that should be submitted to the server. Settability Restrictions: None.
      • get_ClusterNodeNames

        StringList get_ClusterNodeNames()
        A list of the names and optionally port number of the nodes forming this Elastic Search cluster.
      • set_ClusterNodeNames

        void set_ClusterNodeNames(StringList value)
        A list of the names and optionally port number of the nodes forming this Elastic Search cluster. Settability Restrictions: None.
      • get_ElasticSearchPrincipal

        java.lang.String get_ElasticSearchPrincipal()
        The username or other identity as which to authenticate with the Elastic Search cluster.
      • set_ElasticSearchPrincipal

        void set_ElasticSearchPrincipal(java.lang.String value)
        The username or other identity as which to authenticate with the Elastic Search cluster. Settability Restrictions: None.
      • get_ElasticSearchCredential

        byte[] get_ElasticSearchCredential()
        The password or other credential used to authenticate with the Elastic Search cluster.
      • set_ElasticSearchCredential

        void set_ElasticSearchCredential(byte[] value)
        The password or other credential used to authenticate with the Elastic Search cluster. Settability Restrictions: None.
      • get_SupportedAnalyzers

        StringList get_SupportedAnalyzers()
        A list of the analyzers supported by this Elastic Search cluster.

© Copyright IBM Corporation 2006, 2019. All rights reserved.