com.filenet.api.admin

Interface VerityDomainConfiguration

  • All Superinterfaces:
    EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

    Deprecated. 
    As of release 5.2.0.

    Metadata


    public interface VerityDomainConfiguration
    extends IndependentlyPersistableObject
    Contains the Verity configuration properties that are common to all servers in a domain. Only one VerityDomainConfiguration object can exist per domain (attempts to create multiple instances of a VerityDomainConfiguration object will throw an exception). The Factory.VerityDomainConfiguration.fetchInstance method does not require an Id to fetch the VerityDomainConfiguration object.

    The only two properties that must be set in VerityDomainConfiguration for full text indexing to be operational are the VerityAdminMasterServerPort and VerityAdminMasterServerHostname properties. The UserName, UserPassword, UserDomain, and UserGroup properties must all be set if security is to be enabled.

    The VerityServerConfiguration object contains Verity configuration properties that can be different for each server in the domain.

    Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        Deprecated. 
        Returns the value of the Creator property. For more information, see Creator Property.
      • set_Creator

        void set_Creator(java.lang.String value)
        Deprecated. 
        Sets the value of the Creator property. For more information, see Creator Property.
      • get_DateCreated

        java.util.Date get_DateCreated()
        Deprecated. 
        Returns the value of the DateCreated property. For more information, see DateCreated Property.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        Deprecated. 
        Sets the value of the DateCreated property. For more information, see DateCreated Property.
      • get_LastModifier

        java.lang.String get_LastModifier()
        Deprecated. 
        Returns the value of the LastModifier property. For more information, see LastModifier Property.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        Deprecated. 
        Sets the value of the LastModifier property. For more information, see LastModifier Property.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        Deprecated. 
        Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        Deprecated. 
        Sets the value of the DateLastModified property. For more information, see DateLastModified Property.
      • get_Id

        Id get_Id()
        Deprecated. 
        Returns the value of the Id property. For more information, see Id Property.
      • get_UserName

        java.lang.String get_UserName()
        Deprecated. 
        Returns the value of the UserName property. For more information, see UserName Property.
      • set_UserName

        void set_UserName(java.lang.String value)
        Deprecated. 
        Sets the value of the UserName property. For more information, see UserName Property.
      • get_UserPassword

        byte[] get_UserPassword()
        Deprecated. 
        Returns the value of the UserPassword property. For more information, see UserPassword Property.
      • set_UserPassword

        void set_UserPassword(byte[] value)
        Deprecated. 
        Sets the value of the UserPassword property. For more information, see UserPassword Property.
      • get_UserDomain

        java.lang.String get_UserDomain()
        Deprecated. 
        Returns the value of the UserDomain property. For more information, see UserDomain Property.
      • set_UserDomain

        void set_UserDomain(java.lang.String value)
        Deprecated. 
        Sets the value of the UserDomain property. For more information, see UserDomain Property.
      • get_UserGroup

        java.lang.String get_UserGroup()
        Deprecated. 
        Returns the value of the UserGroup property. For more information, see UserGroup Property.
      • set_UserGroup

        void set_UserGroup(java.lang.String value)
        Deprecated. 
        Sets the value of the UserGroup property. For more information, see UserGroup Property.
      • get_VeritySearchServers

        StringList get_VeritySearchServers()
        Deprecated. As of release 5.2.0.
        Returns the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.
      • get_VerityIndexServers

        StringList get_VerityIndexServers()
        Deprecated. As of release 5.2.0.
        Returns the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.
      • get_VerityBrokers

        StringList get_VerityBrokers()
        Deprecated. As of release 5.2.0.
        Returns the value of the VerityBrokers property. For more information, see VerityBrokers Property.
      • get_VerityMasterAdminServerHostname

        java.lang.String get_VerityMasterAdminServerHostname()
        Deprecated. As of release 5.2.0.
        Returns the value of the VerityMasterAdminServerHostname property. For more information, see VerityMasterAdminServerHostname Property.
      • set_VerityMasterAdminServerHostname

        void set_VerityMasterAdminServerHostname(java.lang.String value)
        Deprecated. As of release 5.2.0.
        Sets the value of the VerityMasterAdminServerHostname property. For more information, see VerityMasterAdminServerHostname Property.
      • get_VerityMasterAdminServerPort

        java.lang.Integer get_VerityMasterAdminServerPort()
        Deprecated. As of release 5.2.0.
        Returns the value of the VerityMasterAdminServerPort property. For more information, see VerityMasterAdminServerPort Property.
      • set_VerityMasterAdminServerPort

        void set_VerityMasterAdminServerPort(java.lang.Integer value)
        Deprecated. As of release 5.2.0.
        Sets the value of the VerityMasterAdminServerPort property. For more information, see VerityMasterAdminServerPort Property.
      • get_DisplayName

        java.lang.String get_DisplayName()
        Deprecated. 
        Returns the value of the DisplayName property. For more information, see DisplayName Property.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        Deprecated. 
        Sets the value of the DisplayName property. For more information, see DisplayName Property.
      • get_MaxBatchSize

        java.lang.Integer get_MaxBatchSize()
        Deprecated. 
        Returns the value of the MaxBatchSize property. For more information, see MaxBatchSize Property.
      • set_MaxBatchSize

        void set_MaxBatchSize(java.lang.Integer value)
        Deprecated. 
        Sets the value of the MaxBatchSize property. For more information, see MaxBatchSize Property.
      • get_LeaseDuration

        java.lang.Integer get_LeaseDuration()
        Deprecated. 
        Returns the value of the LeaseDuration property. For more information, see LeaseDuration Property.
      • set_LeaseDuration

        void set_LeaseDuration(java.lang.Integer value)
        Deprecated. 
        Sets the value of the LeaseDuration property. For more information, see LeaseDuration Property.
      • get_MaxObjectsPerCollection

        java.lang.Integer get_MaxObjectsPerCollection()
        Deprecated. 
        Returns the value of the MaxObjectsPerCollection property. For more information, see MaxObjectsPerCollection Property.
      • set_MaxObjectsPerCollection

        void set_MaxObjectsPerCollection(java.lang.Integer value)
        Deprecated. 
        Sets the value of the MaxObjectsPerCollection property. For more information, see MaxObjectsPerCollection Property.
      • get_OptimizationInterval

        java.lang.Integer get_OptimizationInterval()
        Deprecated. 
        Returns the value of the OptimizationInterval property. For more information, see OptimizationInterval Property.
      • set_OptimizationInterval

        void set_OptimizationInterval(java.lang.Integer value)
        Deprecated. 
        Sets the value of the OptimizationInterval property. For more information, see OptimizationInterval Property.
      • get_ExcludedBrokers

        StringList get_ExcludedBrokers()
        Deprecated. 
        Returns the value of the ExcludedBrokers property. For more information, see ExcludedBrokers Property.
      • set_ExcludedBrokers

        void set_ExcludedBrokers(StringList value)
        Deprecated. 
        Sets the value of the ExcludedBrokers property. For more information, see ExcludedBrokers Property.

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