Uses of Class
com.atlassian.confluence.api.model.reference.Reference
-
-
Uses of Reference in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type Reference Modifier and Type Method Description com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>ContentBodyConversionManager. convert(ContentRepresentation from, String value, ContentRepresentation to, ContentEntityObject ceo, Expansion... expansions)Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>ContentBodyConversionManagerImpl. convert(ContentRepresentation fromFormat, String value, ContentRepresentation toFormat, ContentEntityObject ceo, Expansion... expansions) -
Uses of Reference in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return Reference Modifier and Type Method Description Reference<Content>ContentFactory. buildRef(ContentEntityObject entity, Fauxpansions fauxpansions)Reference<History>HistoryFactory. buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)Reference<Version>VersionFactory. buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory)Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Reference Modifier and Type Method Description Map<ContentEntityObject,Reference<History>>HistoryFactory. buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory)Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Reference Modifier and Type Method Description Reference<History>HistoryFactory. buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory) -
Uses of Reference in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content declared as Reference Modifier and Type Field Description protected Reference<WebResourceDependencies>FormattedBody.BaseFormattedBodyBuilder. webresourceMethods in com.atlassian.confluence.api.model.content that return Reference Modifier and Type Method Description static Reference<Content>Content. buildReference(ContentSelector selector)static Reference<Content>Content. buildReference(ContentId id)Deprecated.since 5.10.static Reference<History>History. buildReference(Reference<Content> contentParent)static Reference<JsonContentProperty>JsonContentProperty. buildReference(@Nullable JsonContentPropertyId id)Creates a collapsed reference to a JsonContentProperty with the given id, or an empty reference, if none was given.static Reference<Space>Space. buildReference(String spaceKey)builds a collapsed reference to the space with the given spaceKeystatic Reference<Version>Version. buildReference(int number)static Reference<Version>Version. buildReference(Reference<Content> contentRef, int number)Deprecated.since 5.6 useVersion.buildReference(int)Reference<? extends Container>Content. getContainerRef()Reference<Content>History. getContentParentRef()Reference<Content>ContentBody. getContentRef()Reference<Content>JsonContentProperty. getContentRef()Reference<Content>Version. getContentRef()Reference<Contributors>History. getContributors()Reference<History>Content. getHistoryRef()Reference<Content>Space. getHomepageRef()Reference<Icon>Space. getIconRef()Reference<Version>History. getLastUpdatedRef()Get information about the latest published non-draft version of the content.Reference<Version>History. getNextVersionRef()Get the next version, if this is not the newest version.static Reference<Content>History. getParentReference(Reference<History> historyReference)Reference<Version>History. getPreviousVersionRef()Get the previous version, if this is not the oldest version.Reference<ContributorUsers>Contributors. getPublishers()Reference<Space>Content. getSpaceRef()Reference<Space>JsonSpaceProperty. getSpaceRef()Reference<Version>Content. getVersionRef()Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Reference Modifier and Type Method Description Map<ContentRepresentation,Reference<FormattedBody>>Space. getDescriptionRefs()Deprecated.Since 5.5.1 UseSpace.getDescription().Constructors in com.atlassian.confluence.api.model.content with parameters of type Reference Constructor Description ContentBody(ContentRepresentation representation, String value, Reference<Content> contentReference)Deprecated.since 5.9 , useContentBody.contentBodyBuilder()ContentBody(ContentRepresentation representation, String value, Reference<Content> contentReference, Reference<WebResourceDependencies> webresource)Deprecated.since 5.9 , useContentBody.contentBodyBuilder() -
Uses of Reference in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return Reference Modifier and Type Method Description Reference<UserStatus>KnownUser. getStatusRef() -
Uses of Reference in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return Reference Modifier and Type Method Description Reference<Content>ContentRestriction. getContent()Methods in com.atlassian.confluence.api.model.permissions with parameters of type Reference Modifier and Type Method Description ContentRestriction.ContentRestrictionBuilderContentRestriction.ContentRestrictionBuilder. content(Reference<Content> content) -
Uses of Reference in com.atlassian.confluence.api.model.reference
Subclasses of Reference in com.atlassian.confluence.api.model.reference Modifier and Type Class Description classExpandedReference<T>An expanded reference has a value, call get() will return that referent value.Methods in com.atlassian.confluence.api.model.reference that return Reference Modifier and Type Method Description static <T> Reference<T>Reference. collapsed(Class<T> objClass)static <T> Reference<T>Reference. collapsed(Class<T> objClass, Map idProperties)static <T> Reference<T>Reference. collapsed(T obj)Create a collapse reference to the given object.static <T> Reference<T>Reference. empty(Class<T> referrentClass)Create an empty reference to the given class.static <T> Reference<T>Reference. orEmpty(Reference<T> reference, Class<T> referentClass)static <T> Reference<T>Reference. orEmpty(T entity, Class<T> referentClass)static <T> Reference<T>Reference. to(T value)Create an expanded reference to the referent value.Methods in com.atlassian.confluence.api.model.reference with parameters of type Reference Modifier and Type Method Description static <T> Reference<T>Reference. orEmpty(Reference<T> reference, Class<T> referentClass) -
Uses of Reference in com.atlassian.confluence.api.model.search
Methods in com.atlassian.confluence.api.model.search that return Reference Modifier and Type Method Description Reference<Content>ContentSearchResult. getEntityRef()protected Reference<T>SearchResult.Builder. getEntityRef()abstract Reference<T>SearchResult. getEntityRef()Reference<Space>SpaceSearchResult. getEntityRef()Reference<User>UserSearchResult. getEntityRef()Reference<ContainerSummary>SearchResult. getResultGlobalContainerRef()Reference<ContainerSummary>SearchResult. getResultParentRef() -
Uses of Reference in com.atlassian.confluence.api.model.watch
Constructors in com.atlassian.confluence.api.model.watch with parameters of type Reference Constructor Description SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes) -
Uses of Reference in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type Reference Modifier and Type Method Description Navigation.ContentNavNavigation. content(Reference<Content> contentReference)create a content nav builder to reference a piece of contentNavigation.ExperimentalContentNavNavigation.ExperimentalNav. content(Reference<Content> contentReference)create a content nav builder to reference a piece of contentNavigation.BuilderNavigation. fromReference(Reference<?> reference)Navigation.SpaceNavNavigation. space(Reference<Space> spaceReference)create a space nav builder to reference the given space -
Uses of Reference in com.atlassian.confluence.api.testsupport.matchers.model.reference
Methods in com.atlassian.confluence.api.testsupport.matchers.model.reference that return types with arguments of type Reference Modifier and Type Method Description static org.hamcrest.Matcher<Reference<?>>ReferenceMatchers. isCollapsedReferenceWithOrWithoutProperties(Class<?> expectedReferentClass)Matches collapsed references to the specified class, even if they are non-specific ones without properties set for generating navigation linksstatic org.hamcrest.Matcher<Reference<?>>ReferenceMatchers. isCollapsedReferenceWithProperties(Class<?> expectedReferentClass)Matches collapsed references to the specified class, and checks they have properties set for generating navigation links -
Uses of Reference in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return Reference Modifier and Type Method Description Reference<Version>JsonPropertyFactory. makeVersion(ContentEntityObject entity, boolean expanded) -
Uses of Reference in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl with parameters of type Reference Modifier and Type Method Description Navigation.ContentNavRestNavigationImpl. content(Reference<Content> contentReference)Navigation.BuilderRestNavigationImpl. fromReference(Reference reference)Navigation.SpaceNavRestNavigationImpl. space(Reference<Space> space)
-