|
||||||||||
| 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 | |
|---|---|
java.util.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,
java.lang.String value,
Reference<Content> contentReference)
|
|
| 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(java.lang.Class objClass)
|
|
static
|
Reference.collapsed(java.lang.Class objClass,
java.util.Map idProperties)
|
|
static
|
Reference.collapsed(T obj)
Create a collapse reference to the given object. |
|
static
|
Reference.empty(java.lang.Class<T> referrentClass)
Create an empty reference to the given class. |
|
static
|
Reference.orEmpty(Reference<T> reference,
java.lang.Class<T> referentClass)
|
|
static
|
Reference.orEmpty(T entity,
java.lang.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,
java.lang.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 | |||||||||