| 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.nav | |
| 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 | 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) |
| 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 |
|---|---|
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 |
|---|---|
Reference<Version> |
ContentPropertyFactory.makeVersion(ContentEntityObject entity,
boolean expanded) |
Copyright © 2003–2015 Atlassian. All rights reserved.