Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
An
object provides access to metadata and Content Engine objects, such as class descriptions, property descriptions, security policies, and so on. Using methods on this interface, you can retrieve this information, create and store new objects in the object store, and retrieve its installed feature add-ons.
You can get a reference to an
by iterating an
collection. You can get an instance of
by:
- Calling
,CreateInstance
, orGetInstance
on theFetchInstance
class.Factory.ObjectStore - Calling
on an instance of anGetObjectStore
subclass.IRepositoryObject
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IObjectStore Implements IInstantiatingScope, IScope, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IObjectStore : IInstantiatingScope, IScope, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IObjectStore : IInstantiatingScope, IScope, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IObjectStore implements IInstantiatingScope, IScope, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IObjectStore extends IInstantiatingScope, IScope, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Repository