fsrmpipeline.h header

This header is used by File Server Resource Manager. For more information, see:

fsrmpipeline.h contains the following programming interfaces:

Interfaces

 
IFsrmClassificationManager

Manages file classification. Use this interface to define properties to use in classification, add classification rules for classifying files, define classification and storage modules, and enable classification reporting. (IFsrmClassificationManager)
IFsrmClassificationManager2

Manages file classification. Use this interface to define properties to use in classification, add classification rules for classifying files, define classification and storage modules, and enable classification reporting. (IFsrmClassificationManager2)
IFsrmClassificationRule

Defines a classification rule.
IFsrmClassifierModuleDefinition

Defines a classifier module.
IFsrmClassifierModuleImplementation

Classifier modules implement this interface. FSRM calls the module's implementation when it runs classification.
IFsrmPipelineModuleConnector

Creates the communication channel between FSRM and your pipeline module implementation.
IFsrmPipelineModuleDefinition

Defines a module that is used to classify files or store and retrieve properties from files.
IFsrmPipelineModuleImplementation

Abstract interface for IFsrmClassifierModuleImplementation and IFsrmStorageModuleImplementation.
IFsrmProperty

Defines an instance of a property.
IFsrmPropertyBag

Contains the classification properties for a file.
IFsrmPropertyBag2

IFsrmPropertyBag2 Interface
IFsrmPropertyDefinition

Defines a property that you want to use to classify files. (IFsrmPropertyDefinition)
IFsrmPropertyDefinition2

Defines a property that you want to use to classify files. (IFsrmPropertyDefinition2)
IFsrmPropertyDefinitionValue

Contains properties that describe a classification property definition value.
IFsrmRule

Defines a rule.
IFsrmStorageModuleDefinition

Defines a local storage module that is used to read and write property values.
IFsrmStorageModuleImplementation

Storage modules implement this interface.