| Modifier and Type | Method and Description |
|---|---|
Reference<WebResourceDependencies> |
ContentBodyConversionResult.getWebResourceDependencies() |
| Modifier and Type | Method and Description |
|---|---|
ContentBodyConversionResult.ContentBodyConversionResultBuilder |
ContentBodyConversionResult.ContentBodyConversionResultBuilder.withWebResourceDependencies(Reference<WebResourceDependencies> webResourceDependencies) |
| Modifier and Type | Method and Description |
|---|---|
default Reference<Content> |
ContentModelFactory.buildRef(ContentEntityObject entity,
ContentBodyConversionContext contentBodyConversionContext,
Fauxpansions fauxpansions)
Convenience method for building
References to Confluence entities after converting them to their
corresponding model type. |
default Reference<Content> |
ContentModelFactory.buildRef(ContentEntityObject entity,
Fauxpansions fauxpansions)
Convenience method for building
References to Confluence entities after converting them to their
corresponding model type. |
Reference<Version> |
VersionFactory.buildRef(ContentEntityObject entity,
Fauxpansions fauxpansions,
ContentModelFactory contentFactory) |
Reference<History> |
HistoryFactory.buildRef(ContentEntityObject entity,
Reference<Content> contentReference,
List<ConfluenceUser> editContributors,
Fauxpansions fauxpansions,
ContentModelFactory contentFactory) |
protected Reference<Content> |
AbstractSpaceFactory.getHomepageRef(H space,
Expansions expansions) |
protected Reference<Icon> |
AbstractSpaceFactory.getIconIfExpanded(H space,
Expansions expansions) |
protected Reference<LookAndFeel> |
AbstractSpaceFactory.getSpaceLookAndFeel(String spaceKey,
Expansions expansions) |
protected Reference<SpaceSettings> |
AbstractSpaceFactory.getSpaceSettings(String spaceKey,
Expansions expansions) |
protected Reference<Theme> |
AbstractSpaceFactory.getSpaceTheme(String spaceKey,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentType,Reference<Boolean>> |
ChildContentFactory.buildChildTypesMap(ContentConvertible parent,
Fauxpansions fauxpansions)
Deprecated.
|
Map<ContentConvertible,Map<ContentType,Reference<Boolean>>> |
ChildContentFactory.buildChildTypesMap(Iterable<ContentConvertible> parents,
Fauxpansions fauxpansions) |
Map<ContentEntityObject,Reference<History>> |
HistoryFactory.buildReferences(Iterable<ContentEntityObject> ceos,
Fauxpansions historyExpansions,
ContentModelFactory contentFactory) |
| Modifier and Type | Method and Description |
|---|---|
Reference<History> |
HistoryFactory.buildRef(ContentEntityObject entity,
Reference<Content> contentReference,
List<ConfluenceUser> editContributors,
Fauxpansions fauxpansions,
ContentModelFactory contentFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected Reference<WebResourceDependencies> |
FormattedBody.BaseFormattedBodyBuilder.webresource |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentType,Reference<Boolean>> |
Content.getChildTypes()
Returns a map of all possibly containing child types.
|
Map<ContentRepresentation,Reference<FormattedBody>> |
Space.getDescriptionRefs()
Deprecated.
Since 5.5.1 Use
Space.getDescription(). |
| Modifier and Type | Method and Description |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.childTypes(Map<ContentType,Reference<Boolean>> childTypes) |
| Constructor and Description |
|---|
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference,
Reference<WebResourceDependencies> webresource)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference,
Reference<WebResourceDependencies> webresource)
Deprecated.
in 5.9 , use
ContentBody.contentBodyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
Theme.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
Reference<Space> |
Theme.getSpaceReference() |
static Reference<Space> |
Theme.getSpaceReference(Reference<Theme> reference) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
Theme.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
static Reference<Space> |
Theme.getSpaceReference(Reference<Theme> reference) |
Theme.ThemeBuilder |
Theme.ThemeBuilder.space(Reference<Space> spaceRef) |
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.sal.api.user.UserKey |
User.getUserKey(Reference<User> userReference) |
| Modifier and Type | Method and Description |
|---|---|
UserDetails.UserDetailsBuilder |
UserDetails.UserDetailsBuilder.businessDetails(Reference<BusinessDetails> businessDetails) |
UserDetails.UserDetailsBuilder |
UserDetails.UserDetailsBuilder.personalDetails(Reference<PersonalDetails> personalDetails) |
| Modifier and Type | Method and Description |
|---|---|
Reference<Content> |
ContentRestriction.getContent() |
| Modifier and Type | Method and Description |
|---|---|
ContentRestriction.ContentRestrictionBuilder |
ContentRestriction.ContentRestrictionBuilder.content(Reference<Content> content) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandedReference<T>
An expanded reference has a value, call get() will return that referent value.
|
class |
ExpandedWrapperReference<T>
A Reference wrapping an Object that cannot resolve navigation by itself.
|
| Modifier and Type | Method and 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> |
BuilderUtils.collapsedWrapperReference(Class<? extends T> referentClass,
Navigation.Builder navBuilder)
Create a new collapsed Reference with the supplied Navigation.Builder.
|
static <T> Reference<T> |
Reference.empty(Class<T> referrentClass)
Create an empty reference to the given class.
|
static <T> Reference<T> |
BuilderUtils.expandedWrapperReference(T value,
Navigation.Builder navBuilder)
Create a new expanded Reference with the supplied Navigation.Builder.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
Reference.orEmpty(Reference<T> reference,
Class<T> referentClass) |
| Modifier and Type | Method and Description |
|---|---|
Reference<RelationData> |
RelationInstance.getRelationDataRef() |
Reference<S> |
RelationInstance.getSourceRef() |
Reference<T> |
RelationInstance.getTargetRef() |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Relatable,T extends Relatable> |
RelationInstance.builder(Reference<S> sourceRef,
RelationDescriptor<S,T> relationDescriptor,
Reference<T> targetRef) |
static <S extends Relatable,T extends Relatable> |
RelationInstance.builder(Reference<S> sourceRef,
RelationDescriptor<S,T> relationDescriptor,
Reference<T> targetRef) |
RelationInstance.RelationInstanceBuilder<S,T> |
RelationInstance.RelationInstanceBuilder.relationData(Reference<RelationData> data) |
| Constructor and Description |
|---|
RelationInstanceBuilder(Reference<S> sourceRef,
RelationDescriptor<S,T> relationDescriptor,
Reference<T> targetRef) |
RelationInstanceBuilder(Reference<S> sourceRef,
RelationDescriptor<S,T> relationDescriptor,
Reference<T> targetRef) |
| Modifier and Type | Method and Description |
|---|---|
Reference<User> |
UserSearchResult.getEntityRef() |
Reference<Space> |
SpaceSearchResult.getEntityRef() |
abstract Reference<T> |
SearchResult.getEntityRef() |
protected Reference<T> |
SearchResult.Builder.getEntityRef() |
Reference<Content> |
ContentSearchResult.getEntityRef() |
Reference<ContainerSummary> |
SearchResult.getResultGlobalContainerRef() |
Reference<ContainerSummary> |
SearchResult.getResultParentRef() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
SpaceSettings.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
static <T> Reference<T> |
LookAndFeel.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
Reference<Space> |
SpaceSettings.getSpaceReference() |
Reference<Space> |
LookAndFeel.getSpaceReference() |
static Reference<Space> |
LookAndFeel.getSpaceReference(Reference<LookAndFeel> reference) |
static Reference<Space> |
SpaceSettings.getSpaceReference(Reference<SpaceSettings> reference) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
SpaceSettings.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
static <T> Reference<T> |
LookAndFeel.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
static Reference<Space> |
LookAndFeel.getSpaceReference(Reference<LookAndFeel> reference) |
static Reference<Space> |
SpaceSettings.getSpaceReference(Reference<SpaceSettings> reference) |
SpaceSettings.SpaceSettingsBuilder |
SpaceSettings.SpaceSettingsBuilder.space(Reference<Space> spaceRef) |
LookAndFeel.LookAndFeelBuilder |
LookAndFeel.LookAndFeelBuilder.space(Reference<Space> spaceRef) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.ContentNav |
Navigation.content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content
|
Navigation.ExperimentalContentNav |
Navigation.ExperimentalNav.content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content
|
Navigation.RelationToNav |
Navigation.RelationFromNav.from(Reference<? extends Relatable> reference) |
Navigation.Builder |
Navigation.fromReference(Reference<?> reference) |
Navigation.Builder |
Navigation.SettingsNav.lookAndFeel(Reference<Space> reference) |
Navigation.SpaceNav |
Navigation.space(Reference<Space> spaceReference)
create a space nav builder to reference the given space
|
Navigation.Builder |
Navigation.RelationToNav.to(Reference<? extends Relatable> reference) |
| Modifier and Type | Method and 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 links
|
static 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
|
| Modifier and Type | Method and Description |
|---|---|
Reference<Version> |
JsonPropertyFactory.makeVersion(ContentEntityObject entity,
boolean expanded) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.ContentNav |
RestNavigationImpl.content(Reference<Content> contentReference) |
Navigation.RelationToNav |
RelationNavImpl.from(Reference<? extends Relatable> reference) |
Navigation.Builder |
RestNavigationImpl.fromReference(Reference reference) |
Navigation.SpaceNav |
RestNavigationImpl.space(Reference<Space> space) |
Navigation.Builder |
RelationNavImpl.to(Reference<? extends Relatable> reference) |
Navigation.UserNav |
RestNavigationImpl.user(Reference<User> user) |
Copyright © 2003–2017 Atlassian. All rights reserved.