public interface VerityDomainConfiguration extends IndependentlyPersistableObject
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.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_Creator()
Deprecated.
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Deprecated.
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Deprecated.
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DisplayName()
Deprecated.
Returns the value of the DisplayName property.
|
StringList |
get_ExcludedBrokers()
Deprecated.
Returns the value of the ExcludedBrokers property.
|
Id |
get_Id()
Deprecated.
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Deprecated.
Returns the value of the LastModifier property.
|
java.lang.Integer |
get_LeaseDuration()
Deprecated.
Returns the value of the LeaseDuration property.
|
java.lang.Integer |
get_MaxBatchSize()
Deprecated.
Returns the value of the MaxBatchSize property.
|
java.lang.Integer |
get_MaxObjectsPerCollection()
Deprecated.
Returns the value of the MaxObjectsPerCollection property.
|
java.lang.Integer |
get_OptimizationInterval()
Deprecated.
Returns the value of the OptimizationInterval property.
|
java.lang.String |
get_UserDomain()
Deprecated.
Returns the value of the UserDomain property.
|
java.lang.String |
get_UserGroup()
Deprecated.
Returns the value of the UserGroup property.
|
java.lang.String |
get_UserName()
Deprecated.
Returns the value of the UserName property.
|
byte[] |
get_UserPassword()
Deprecated.
Returns the value of the UserPassword property.
|
StringList |
get_VerityBrokers()
Deprecated.
As of release 5.2.0.
|
StringList |
get_VerityIndexServers()
Deprecated.
As of release 5.2.0.
|
java.lang.String |
get_VerityMasterAdminServerHostname()
Deprecated.
As of release 5.2.0.
|
java.lang.Integer |
get_VerityMasterAdminServerPort()
Deprecated.
As of release 5.2.0.
|
StringList |
get_VeritySearchServers()
Deprecated.
As of release 5.2.0.
|
void |
set_Creator(java.lang.String value)
Deprecated.
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Deprecated.
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Deprecated.
Sets the value of the DateLastModified property.
|
void |
set_DisplayName(java.lang.String value)
Deprecated.
Sets the value of the DisplayName property.
|
void |
set_ExcludedBrokers(StringList value)
Deprecated.
Sets the value of the ExcludedBrokers property.
|
void |
set_LastModifier(java.lang.String value)
Deprecated.
Sets the value of the LastModifier property.
|
void |
set_LeaseDuration(java.lang.Integer value)
Deprecated.
Sets the value of the LeaseDuration property.
|
void |
set_MaxBatchSize(java.lang.Integer value)
Deprecated.
Sets the value of the MaxBatchSize property.
|
void |
set_MaxObjectsPerCollection(java.lang.Integer value)
Deprecated.
Sets the value of the MaxObjectsPerCollection property.
|
void |
set_OptimizationInterval(java.lang.Integer value)
Deprecated.
Sets the value of the OptimizationInterval property.
|
void |
set_UserDomain(java.lang.String value)
Deprecated.
Sets the value of the UserDomain property.
|
void |
set_UserGroup(java.lang.String value)
Deprecated.
Sets the value of the UserGroup property.
|
void |
set_UserName(java.lang.String value)
Deprecated.
Sets the value of the UserName property.
|
void |
set_UserPassword(byte[] value)
Deprecated.
Sets the value of the UserPassword property.
|
void |
set_VerityMasterAdminServerHostname(java.lang.String value)
Deprecated.
As of release 5.2.0.
|
void |
set_VerityMasterAdminServerPort(java.lang.Integer value)
Deprecated.
As of release 5.2.0.
|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_UserName()
void set_UserName(java.lang.String value)
byte[] get_UserPassword()
void set_UserPassword(byte[] value)
java.lang.String get_UserDomain()
void set_UserDomain(java.lang.String value)
java.lang.String get_UserGroup()
void set_UserGroup(java.lang.String value)
StringList get_VeritySearchServers()
StringList get_VerityIndexServers()
StringList get_VerityBrokers()
java.lang.String get_VerityMasterAdminServerHostname()
void set_VerityMasterAdminServerHostname(java.lang.String value)
java.lang.Integer get_VerityMasterAdminServerPort()
void set_VerityMasterAdminServerPort(java.lang.Integer value)
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.Integer get_MaxBatchSize()
void set_MaxBatchSize(java.lang.Integer value)
java.lang.Integer get_LeaseDuration()
void set_LeaseDuration(java.lang.Integer value)
java.lang.Integer get_MaxObjectsPerCollection()
void set_MaxObjectsPerCollection(java.lang.Integer value)
java.lang.Integer get_OptimizationInterval()
void set_OptimizationInterval(java.lang.Integer value)
StringList get_ExcludedBrokers()
void set_ExcludedBrokers(StringList value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.