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<String> |
extractUserMentions(XMLEventReader reader)
Deprecated.
since 5.3 Use
extractMentionedUsers(javax.xml.stream.XMLEventReader) |
@Deprecated List<String> extractUserMentions(XMLEventReader reader) throws XMLStreamException
extractMentionedUsers(javax.xml.stream.XMLEventReader)
reader
- reader of a storage format.XMLStreamException
List<ConfluenceUser> extractMentionedUsers(XMLEventReader reader) throws XMLStreamException
reader
- reader of a storage format.XMLStreamException
Copyright © 2003–2016 Atlassian. All rights reserved.