fferpcore.PublicationMatcherglobal interface PublicationMatcher Interface capable of matching fferpcore.DataSource rows for filtering when creating messages. Methods
preparevoid prepare(fferpcore.DataSource dataSource) Prepares the given fferpcore.DataSource for matching. For instance, one way in which this is used is to require a field with a value that is to be matched. Input Parameters
matchesBoolean matches(fferpcore.DataSource.Row dataSourceRow) Determines whether the given fferpcore.DataSource row is a match. Input Parameters
Return ValueA Boolean value indicating whether the row is a match. |