Represents an event that occurs when a document has been auto-classified,
that is, assigned a document class automatically during checkin.
You 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.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IClassifyCompleteEvent _ Implements IRepositoryObject, IObjectChangeEvent, IEvent, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface IClassifyCompleteEvent : IRepositoryObject, IObjectChangeEvent, IEvent, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class IClassifyCompleteEvent : IRepositoryObject, IObjectChangeEvent, IEvent, 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