Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.content.factory | |
com.atlassian.confluence.api.impl.service.nav | |
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService . |
com.atlassian.confluence.api.model.reference | |
com.atlassian.confluence.api.model.search | |
com.atlassian.confluence.api.nav | |
com.atlassian.confluence.api.testsupport.matchers.model.reference | |
com.atlassian.confluence.plugins.contentproperty |
Modifier and Type | Method and Description |
---|---|
Reference<Version> |
VersionFactory.buildRef(AbstractLabelableEntityObject entity,
Fauxpansions fauxpansions) |
Reference<History> |
HistoryFactory.buildRef(AbstractLabelableEntityObject entity,
Reference<Content> contentReference,
Fauxpansions fauxpansions) |
Modifier and Type | Method and Description |
---|---|
Reference<History> |
HistoryFactory.buildRef(AbstractLabelableEntityObject entity,
Reference<Content> contentReference,
Fauxpansions fauxpansions) |
Modifier and Type | Method and Description |
---|---|
Navigation.ContentNav |
NavigationImpl.content(Reference<Content> contentReference) |
Navigation.Builder |
NavigationImpl.fromReference(Reference reference) |
Navigation.SpaceNav |
NavigationImpl.space(Reference<Space> space) |
Modifier and Type | Field and Description |
---|---|
protected Reference<WebResourceDependencies> |
FormattedBody.BaseFormattedBodyBuilder.webresource |
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,Reference<FormattedBody>> |
Space.getDescriptionRefs()
Deprecated.
Since 5.5.1 Use
Space.getDescription() . |
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 |
---|---|
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.
|
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> |
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.
|
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<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 |
---|---|
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.Builder |
Navigation.fromReference(Reference<?> reference) |
Navigation.SpaceNav |
Navigation.space(Reference<Space> spaceReference)
create a space nav builder to reference the given space
|
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) |
Copyright © 2003–2016 Atlassian. All rights reserved.