com.filenet.api.admin
Interface VerityDomainConfiguration

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

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.

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

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


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

get_Creator

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


set_Creator

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


get_DateCreated

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


set_DateCreated

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


get_LastModifier

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


set_LastModifier

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


get_DateLastModified

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


set_DateLastModified

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


get_Id

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


get_UserName

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


set_UserName

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


get_UserPassword

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


set_UserPassword

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


get_UserDomain

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


set_UserDomain

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


get_UserGroup

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


set_UserGroup

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


get_VeritySearchServers

StringList get_VeritySearchServers()
Returns the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.


get_VerityIndexServers

StringList get_VerityIndexServers()
Returns the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.


get_VerityBrokers

StringList get_VerityBrokers()
Returns the value of the VerityBrokers property. For more information, see VerityBrokers Property.


get_VerityMasterAdminServerHostname

java.lang.String get_VerityMasterAdminServerHostname()
Returns the value of the VerityMasterAdminServerHostname property. For more information, see VerityMasterAdminServerHostname Property.


set_VerityMasterAdminServerHostname

void set_VerityMasterAdminServerHostname(java.lang.String value)
Sets the value of the VerityMasterAdminServerHostname property. For more information, see VerityMasterAdminServerHostname Property.


get_VerityMasterAdminServerPort

java.lang.Integer get_VerityMasterAdminServerPort()
Returns the value of the VerityMasterAdminServerPort property. For more information, see VerityMasterAdminServerPort Property.


set_VerityMasterAdminServerPort

void set_VerityMasterAdminServerPort(java.lang.Integer value)
Sets the value of the VerityMasterAdminServerPort property. For more information, see VerityMasterAdminServerPort Property.



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