Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.UserResourceIdentifier
-
-
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 Modifier and Type Method Description voidEditorUserResourceIdentifierMarshallerAndUnmarshaller. 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 Modifier and Type Method Description static UserResourceIdentifierUserResourceIdentifier. create(com.atlassian.sal.api.user.UserKey userKey)static UserResourceIdentifierUserResourceIdentifier. createForNonExistentUser(String userName)static UserResourceIdentifierUserResourceIdentifier. 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 Constructor Description DefaultUserMentionsExtractor(ConfluenceUserResolver userResolver, 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 Modifier and Type Method Description UserResourceIdentifierStorageUserResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type UserResourceIdentifier Modifier and Type Method Description StreamableStorageUserResourceIdentifierMarshaller. marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)Marshal the suppliedUserResourceIdentifierto storage format.Method parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type UserResourceIdentifier Modifier and Type Method Description voidDelegatingResourceIdentifierMarshaller. 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 Constructor Description ViewUserLinkMarshaller(ConfluenceUserResolver confluenceUserResolver, XmlStreamWriterTemplate xmlStreamWriterTemplate, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, @Nullable StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, GlobalSettingsManager settingsManager) -
Uses of UserResourceIdentifier in com.atlassian.confluence.impl.backuprestore.backup
Constructor parameters in com.atlassian.confluence.impl.backuprestore.backup with type arguments of type UserResourceIdentifier Constructor Description UserKeyExtractorFragmentTransformerSupplier(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)UserKeyExtractorFragmentTransformerSupplier(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) -
Uses of UserResourceIdentifier in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructor parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type UserResourceIdentifier Constructor Description UserKeyExtractorFragmentTransformer(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)UserKeyExtractorFragmentTransformer(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) -
Uses of UserResourceIdentifier in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch that return types with arguments of type UserResourceIdentifier Modifier and Type Method Description Class<UserResourceIdentifier>UserPrefetcher. getResourceItentifierType()Method parameters in com.atlassian.confluence.impl.content.render.prefetch with type arguments of type UserResourceIdentifier Modifier and Type Method Description voidUserPrefetcher. prefetch(Set<UserResourceIdentifier> resourceIdentifiers, ConversionContext conversionContext) -
Uses of UserResourceIdentifier in com.atlassian.confluence.importexport.impl
Constructor parameters in com.atlassian.confluence.importexport.impl with type arguments of type UserResourceIdentifier Constructor Description StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
-