OpenNMS.js - v2.6.2-SNAPSHOT
    Preparing search index...

    Interface IFilterProcessor

    Interface that represents a processor to convert a [[Filter]] into a set of HTTP parameters.

    interface IFilterProcessor {
        getParameters(filter: Filter): IHash<string | string[]>;
    }

    Implemented by

    Index

    Methods