|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
Reference<Version> |
VersionFactory.buildRef(AbstractLabelableEntityObject entity,
Fauxpansions fauxpansions)
|
Reference<History> |
HistoryFactory.buildRef(AbstractLabelableEntityObject entity,
Reference<Content> contentReference,
Fauxpansions fauxpansions)
|
| Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type Reference | |
|---|---|
Reference<History> |
HistoryFactory.buildRef(AbstractLabelableEntityObject entity,
Reference<Content> contentReference,
Fauxpansions fauxpansions)
|
| Uses of Reference in com.atlassian.confluence.api.impl.service.nav |
|---|
| Methods in com.atlassian.confluence.api.impl.service.nav with parameters of type Reference | |
|---|---|
Navigation.ContentNav |
NavigationImpl.content(Reference<Content> contentReference)
|
Navigation.Builder |
NavigationImpl.fromReference(Reference reference)
|
Navigation.SpaceNav |
NavigationImpl.space(Reference<Space> space)
|
| Uses of Reference in com.atlassian.confluence.api.model.content |
|---|
| Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Reference | |
|---|---|
Map<ContentRepresentation,Reference<FormattedBody>> |
Space.getDescriptionRefs()
Deprecated. Since 5.5.1 Use Space.getDescription(). |
| Constructors in com.atlassian.confluence.api.model.content with parameters of type Reference | |
|---|---|
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference)
|
|
| Uses of Reference in com.atlassian.confluence.api.model.permissions |
|---|
| Methods in com.atlassian.confluence.api.model.permissions that return Reference | |
|---|---|
Reference<Content> |
ContentRestriction.getContent()
|
| Methods in com.atlassian.confluence.api.model.permissions with parameters of type Reference | |
|---|---|
ContentRestriction.ContentRestrictionBuilder |
ContentRestriction.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 | |
|---|---|
class |
ExpandedReference<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 | ||
|---|---|---|
static
|
Reference.collapsed(Class objClass)
|
|
static
|
Reference.collapsed(Class objClass,
Map idProperties)
|
|
static
|
Reference.collapsed(T obj)
Create a collapse reference to the given object. |
|
static
|
Reference.empty(Class<T> referrentClass)
Create an empty reference to the given class. |
|
static
|
Reference.orEmpty(Reference<T> reference,
Class<T> referentClass)
|
|
static
|
Reference.orEmpty(T entity,
Class<T> referentClass)
|
|
static
|
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 | ||
|---|---|---|
static
|
Reference.orEmpty(Reference<T> reference,
Class<T> referentClass)
|
|
| Uses of Reference in com.atlassian.confluence.api.nav |
|---|
| Methods in com.atlassian.confluence.api.nav with parameters of type Reference | |
|---|---|
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 |
| Uses of Reference in com.atlassian.confluence.plugins.contentproperty |
|---|
| Methods in com.atlassian.confluence.plugins.contentproperty that return Reference | |
|---|---|
Reference<Version> |
ContentPropertyFactory.makeVersion(ContentEntityObject entity,
boolean expanded)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||