Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier

Packages that use UserResourceIdentifier
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.link.user   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.importexport.impl   
 

Uses of UserResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type UserResourceIdentifier
 void EditorUserResourceIdentifierMarshallerAndUnmarshaller.marshal(UserResourceIdentifier userResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

Uses of UserResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return UserResourceIdentifier
static UserResourceIdentifier UserResourceIdentifier.create(com.atlassian.sal.api.user.UserKey userKey)
           
static UserResourceIdentifier UserResourceIdentifier.createForNonExistentUser(String userName)
           
static UserResourceIdentifier UserResourceIdentifier.createFromUsernameSource(com.atlassian.sal.api.user.UserKey userKey, String username)
           
 

Uses of UserResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.link.user
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link.user with type arguments of type UserResourceIdentifier
DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
           
 

Uses of UserResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that return UserResourceIdentifier
 UserResourceIdentifier StorageUserResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type UserResourceIdentifier
 Streamable StorageUserResourceIdentifierMarshaller.marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)
          Marshal the supplied UserResourceIdentifier to storage format.
 

Method parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type UserResourceIdentifier
 void DelegatingResourceIdentifierMarshaller.setUserResourceIdentifierMarshaller(Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
 

Uses of UserResourceIdentifier in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type UserResourceIdentifier
ViewUserLinkMarshaller(UserAccessor userAccessor, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
 

Uses of UserResourceIdentifier in com.atlassian.confluence.importexport.impl
 

Constructor parameters in com.atlassian.confluence.importexport.impl with type arguments of type UserResourceIdentifier
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.