PublicationMatcherglobal interface PublicationMatcher Interface capable of matching DataSource rows for filtering when creating messages. Methodspreparevoid prepare(DataSource dataSource) Prepares the given 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(DataSource.Row dataSourceRow) Determines whether the given DataSource row is a match. Input Parameters
Return ValueA Boolean value indicating whether the row is a match. |