public interface CmTextSearchServer extends IndependentlyPersistableObject
Modifier and Type | Method and Description |
---|---|
CmTextSearchAffinityGroup |
get_AffinityGroup()
Returns the value of the AffinityGroup property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsSSLEnabled()
Returns the value of the IsSSLEnabled property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.lang.Integer |
get_MaximumConcurrentIndexingBatches()
Returns the value of the MaximumConcurrentIndexingBatches property.
|
Site |
get_Site()
Returns the value of the Site property.
|
StringList |
get_SupportedLanguages()
Returns the value of the SupportedLanguages property.
|
byte[] |
get_TextSearchCredential()
Returns the value of the TextSearchCredential property.
|
java.lang.String |
get_TextSearchServerHost()
Returns the value of the TextSearchServerHost property.
|
TextSearchServerMode |
get_TextSearchServerMode()
Returns the value of the TextSearchServerMode property.
|
java.lang.Integer |
get_TextSearchServerPort()
Returns the value of the TextSearchServerPort property.
|
java.lang.Boolean |
get_TextSearchServerShutdownOnDisable()
Returns the value of the TextSearchServerShutdownOnDisable property.
|
TextSearchServerStatus |
get_TextSearchServerStatus()
Returns the value of the TextSearchServerStatus property.
|
java.lang.Boolean |
get_ValidateCertificateHost()
Returns the value of the ValidateCertificateHost property.
|
java.lang.Boolean |
get_ValidateServerCertificate()
Returns the value of the ValidateServerCertificate property.
|
void |
set_AffinityGroup(CmTextSearchAffinityGroup value)
Sets the value of the AffinityGroup property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_IsSSLEnabled(java.lang.Boolean value)
Sets the value of the IsSSLEnabled property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_MaximumConcurrentIndexingBatches(java.lang.Integer value)
Sets the value of the MaximumConcurrentIndexingBatches property.
|
void |
set_Site(Site value)
Sets the value of the Site property.
|
void |
set_TextSearchCredential(byte[] value)
Sets the value of the TextSearchCredential property.
|
void |
set_TextSearchServerHost(java.lang.String value)
Sets the value of the TextSearchServerHost property.
|
void |
set_TextSearchServerMode(TextSearchServerMode value)
Sets the value of the TextSearchServerMode property.
|
void |
set_TextSearchServerPort(java.lang.Integer value)
Sets the value of the TextSearchServerPort property.
|
void |
set_TextSearchServerShutdownOnDisable(java.lang.Boolean value)
Sets the value of the TextSearchServerShutdownOnDisable property.
|
void |
set_TextSearchServerStatus(TextSearchServerStatus value)
Sets the value of the TextSearchServerStatus property.
|
void |
set_ValidateCertificateHost(java.lang.Boolean value)
Sets the value of the ValidateCertificateHost property.
|
void |
set_ValidateServerCertificate(java.lang.Boolean value)
Sets the value of the ValidateServerCertificate property.
|
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()
Site get_Site()
void set_Site(Site value)
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
java.lang.String get_TextSearchServerHost()
void set_TextSearchServerHost(java.lang.String value)
java.lang.Integer get_TextSearchServerPort()
void set_TextSearchServerPort(java.lang.Integer value)
byte[] get_TextSearchCredential()
void set_TextSearchCredential(byte[] value)
TextSearchServerMode get_TextSearchServerMode()
void set_TextSearchServerMode(TextSearchServerMode value)
TextSearchServerStatus get_TextSearchServerStatus()
void set_TextSearchServerStatus(TextSearchServerStatus value)
java.lang.Boolean get_TextSearchServerShutdownOnDisable()
void set_TextSearchServerShutdownOnDisable(java.lang.Boolean value)
StringList get_SupportedLanguages()
java.lang.Boolean get_IsSSLEnabled()
void set_IsSSLEnabled(java.lang.Boolean value)
java.lang.Boolean get_ValidateServerCertificate()
void set_ValidateServerCertificate(java.lang.Boolean value)
java.lang.Boolean get_ValidateCertificateHost()
void set_ValidateCertificateHost(java.lang.Boolean value)
CmTextSearchAffinityGroup get_AffinityGroup()
void set_AffinityGroup(CmTextSearchAffinityGroup value)
java.lang.Integer get_MaximumConcurrentIndexingBatches()
void set_MaximumConcurrentIndexingBatches(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.