Package com.filenet.api.engine
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
See: Description
-
Interface Summary Interface Description AuthorizationServices This interface provides a set of utility methods for custom components participating in authorization operations.ChangePreprocessor An interface to be implemented as a change preprocessor handler that runs on the server.ContentConversionHandler This interface is not supported.ContentConversionResult This interface is not supported.ContentConversionServices This interface is not supported.ContentValidator Defines the interface which must be implemented by a content validator.CredentialsManager An interface to be implemented by a dynamic credentials manager.DocumentClassifier An interface to be implemented to automatically classify documents of a particular content type.DocumentLifecycleActionHandler An interface to be implemented to handle state changes for documents assigned a lifecycle policy.EventActionHandler An interface to be implemented as a event action handler, which runs on the server.RetrievalEventActionHandler An interface to be implemented as an event action handler, which runs on the server.RoleMembershipHandler An interface to be implemented by a handler for evaluating membership in a dynamic role.SearchFunctionHandler An interface to be implemented as a custom search function handler that runs on the server.StorageDeviceHandler The interface that must be implemented by the handler for a content storage device.SweepActionHandler An interface to be implemented by a custom sweep handler.SweepActionHandler.SweepItem A subinterface for getting an instance of a class targeted by a custom sweep (CmCustomQueueJob,CmCustomSweepPolicy, orCmCustomQueueSweep).TextIndexingPreprocessor An interface to be implemented as a text indexing preprocessor handler that runs on the server.TextIndexingPreprocessorServices Provides a set of utility methods for use by a text indexing preprocessor including the mechanism by which it delivers the output of preprocessing.TextIndexingPreprocessorServices.TextExtractionResult This interface via which the results of preprocessing are delivered and by which the getTextExtract method returns results.VirtualTableHandler The interface that must be implemented by the handler for a virtual table. -
Class Summary Class Description HandlerCallContext AHandlerCallContextobject can be used for the following purposes: Communications between synchronous event handlers or change preprocessor handlers that execute within the same operation chain.StorageDeviceHandler.ContentCreationResult Object reporting the details of a successfuloperation.createContentStorageDeviceHandler.ContentValidationResult Object reporting the outcome of aoperation.validateContentSweepItemOutcome The processing outcome of aSweepItemobject by aSweepActionHandlerimplementation.VirtualTableHandler.VirtualColumnDescription An object describing a virtual column materialised by the handler.VirtualTableHandler.VirtualRow An object representing a virtual row, consisting of the joining value for that row and the additonal column values materialised for that row. -
Enum Summary Enum Description ContentConversionResult.ResultType This enumeration is not supported.StorageDeviceHandler.Capability The variable capabilities of the storage device.StorageDeviceHandler.ValidationStatus The result status of a content validation operation. -
Exception Summary Exception Description EventExternalFailureException Intended for implementations of theEventActionHandlerinterface in asynchronous event processing.
Package com.filenet.api.engine Description
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.