Represents an event that occurs when a document has been auto-classified, that is, assigned a document class automatically during checkin.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.ClassifyCompleteEvent class. - Retrieve the
property on a IDocument object, and iterate theAuditedEvents IEventSet collection for instances of
objects.IClassifyCompleteEvent - Retrieve a
object from aIClassifyCompleteEvent IClassifyCompleteEventSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IClassifyCompleteEvent Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IClassifyCompleteEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IClassifyCompleteEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IClassifyCompleteEvent implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IClassifyCompleteEvent extends IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent