Product: OpenFusion Notification Service
Version: ALL
Description:
Can I specify my own filter processors?
Resolution:
The OpenFusion implementation of the Notification Service allows you to implement your own specialized filter and mapping filter object that may, for instance, support a different constraint language.
To provide a filter, you must provide an object that implements the Filter interface (or in case of the mapping filter, the MappingFilter interface).
Because the functionality for managing constraints is generic, you may wish to extend the OpenFusion filter implementation and only re-implement the match operations.
The OpenFusion filter implementation is located in a Java class called com.prismt.cos.CosNotification.FilterImpl
#KnowledgeDocs
#OpenFusion