Contains the Verity configuration properties that are common to all servers in a domain. Only one
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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
for full text indexing to be operational are the
and
properties. The
,
,
, and
properties must all be set if security is to be enabled.
Note: The
object contains Verity configuration properties that can be different for each server in the domain.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IVerityDomainConfiguration Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IVerityDomainConfiguration : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IVerityDomainConfiguration : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IVerityDomainConfiguration implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IVerityDomainConfiguration extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject