public class UsersToBeNotifiedMatcher extends Matcher<NoteData>
com.communote.server.core.vo.query.TaggingCoreItemUTPExtension#getUserToBeNotified()
.Constructor and Description |
---|
UsersToBeNotifiedMatcher(Collection<Long> userToBeNotifiedIds)
Constructor.
|
UsersToBeNotifiedMatcher(Long... userToBeNotifiedIds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(NoteData entity)
Method to check an entity.
|
filter, markMatching
public UsersToBeNotifiedMatcher(Collection<Long> userToBeNotifiedIds)
userToBeNotifiedIds
- Ids of notified users, might be null or empty, where every note matches.public UsersToBeNotifiedMatcher(Long... userToBeNotifiedIds)
userToBeNotifiedIds
- Ids of notified users, might be null or empty, where every note matches.Copyright © 2019 Communote team. All rights reserved.