public interface UserMentionsExtractor
extractMentionedUsers(javax.xml.stream.XMLEventReader)
Modifier and Type | Method and Description |
---|---|
List<ConfluenceUser> |
extractMentionedUsers(XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'.
|
List<ConfluenceUser> extractMentionedUsers(XMLEventReader reader) throws XMLStreamException
reader
- reader of a storage format.XMLStreamException
Copyright © 2003–2021 Atlassian. All rights reserved.