Represents the class definition (mutable class metadata) of non-versionable, non-subscribable classes.
Subclasses of the Subscribable class are defined in SubscribableClassDefinition objects, except for the Document class
and its subclasses, which are defined in DocumentClassDefinition objects, and the Event class and its subclasses, which
are defined in EventClassDefinition objects. You can modify class definition metadata via its properties and property definitions
throughout the life of an instantiated object. Note, however, that you cannot modify a class definition's ClassDescription property.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IClassDefinition _ Implements IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IClassDefinition : IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IClassDefinition : IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Admin.IClassDefinition = function(); FileNet.Api.Admin.IClassDefinition.createInterface('FileNet.Api.Admin.IClassDefinition'); |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Replicable