Represents an event that occurs when a document has been auto-classified,
that is, assigned a document class automatically during checkin.
Namespace:
FileNet.Api.EventsYou can instantiate a IClassifyCompleteEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.ClassifyCompleteEvent class.
- Retrieve the AuditedEvents property on a IDocument object, and iterate the IEventSet collection for instances of IClassifyCompleteEvent objects.
- Retrieve a IClassifyCompleteEvent object from a IClassifyCompleteEventSet collection.
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 |
Visual C++ |
---|
public interface class IClassifyCompleteEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IClassifyCompleteEvent = function(); FileNet.Api.Events.IClassifyCompleteEvent.createInterface('FileNet.Api.Events.IClassifyCompleteEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent