Class RawDocumentToFilterEventsStep

    • Constructor Detail

      • RawDocumentToFilterEventsStep

        public RawDocumentToFilterEventsStep()
        Creates a new RawDocumentToFilterEventsStep object. This constructor is needed to be able to instantiate an object from newInstance()
      • RawDocumentToFilterEventsStep

        public RawDocumentToFilterEventsStep​(IFilter filter)
        Creates a new RawDocumentToFilterEventsStep object with a given filter. Use this constructor to create an object that is using a filter set using the one provided here, or using setFilter(IFilter), not using the filter configuration mapper of the pipeline context.
        Parameters:
        filter - the filter to set.