public class TopicIdsMatcher extends Matcher<NoteData>
Constructor and Description |
---|
TopicIdsMatcher(Long[] blogIds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(NoteData entity)
Method to check an entity.
|
filter, markMatching
public TopicIdsMatcher(Long[] blogIds)
blogIds
- IDs of blogs into which the note should have been created. Can be null or empty to
match all blogs.Copyright © 2019 Communote team. All rights reserved.