|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerityDomainConfiguration
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.
Note: The VerityServerConfiguration
object contains Verity configuration properties that can be different
for each server in the domain.
Metadata
Auditable: false
Method Summary | |
---|---|
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. |
Id |
get_Id()
Returns the value of the Id property. |
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property. |
java.lang.String |
get_UserDomain()
Returns the value of the UserDomain property. |
java.lang.String |
get_UserGroup()
Returns the value of the UserGroup property. |
java.lang.String |
get_UserName()
Returns the value of the UserName property. |
byte[] |
get_UserPassword()
Returns the value of the UserPassword property. |
StringList |
get_VerityBrokers()
Returns the value of the VerityBrokers property. |
StringList |
get_VerityIndexServers()
Returns the value of the VerityIndexServers property. |
java.lang.String |
get_VerityMasterAdminServerHostname()
Returns the value of the VerityMasterAdminServerHostname property. |
java.lang.Integer |
get_VerityMasterAdminServerPort()
Returns the value of the VerityMasterAdminServerPort property. |
StringList |
get_VeritySearchServers()
Returns the value of the VeritySearchServers 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_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. |
void |
set_UserDomain(java.lang.String value)
Sets the value of the UserDomain property. |
void |
set_UserGroup(java.lang.String value)
Sets the value of the UserGroup property. |
void |
set_UserName(java.lang.String value)
Sets the value of the UserName property. |
void |
set_UserPassword(byte[] value)
Sets the value of the UserPassword property. |
void |
set_VerityMasterAdminServerHostname(java.lang.String value)
Sets the value of the VerityMasterAdminServerHostname property. |
void |
set_VerityMasterAdminServerPort(java.lang.Integer value)
Sets the value of the VerityMasterAdminServerPort property. |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |