Associates a server-side document classifier with documents of a defined MIME type. When a document of that MIME type is checked in,
the classifier assigns a target class to the document.
A document classifier can be a Java or JavaScript component implemented from the DocumentClassifier interface
in the Content Engine Java API.
Each IDocumentClassificationAction object that you save in an object store is automatically added to the object store's collection
of IDocumentClassificationAction objects.
Namespace:
FileNet.Api.EventsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDocumentClassificationAction _ Implements IAction, IRepositoryObject, IReplicable, ISubscribable, _ IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IDocumentClassificationAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IDocumentClassificationAction : IAction, IRepositoryObject, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IDocumentClassificationAction = function(); FileNet.Api.Events.IDocumentClassificationAction.createInterface('FileNet.Api.Events.IDocumentClassificationAction'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Action
See Also
Document Classification Concepts