|
||||||||||
| 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 Reference | |
|---|---|
static Reference<Content> |
Content.buildReference(ContentId id)
|
static Reference<History> |
History.buildReference(Reference<Content> contentParent)
|
static Reference<Version> |
Version.buildReference(Reference<Content> contentReference,
int number)
|
static Reference<Space> |
Space.buildReference(java.lang.String spaceKey)
builds a collapsed reference to the space with the given spaceKey |
Reference<Content> |
History.getContentParentRef()
|
Reference<Content> |
ContentBody.getContentRef()
|
Reference<History> |
Content.getHistoryRef()
|
Reference<Content> |
Space.getHomepageRef()
|
Reference<Icon> |
Space.getIconRef()
|
Reference<Version> |
History.getLastUpdatedRef()
|
Reference<Version> |
History.getNextVersionRef()
|
static Reference<Content> |
History.getParentReference(Reference<History> historyReference)
|
Reference<Version> |
History.getPreviousVersionRef()
|
Reference<Space> |
Content.getSpaceRef()
|
| 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 obj)
create an exanded reference to the referent object |
|
| 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.Builder |
Navigation.fromReference(Reference<?> reference)
|
Navigation.SpaceNav |
Navigation.space(Reference<Space> spaceReference)
create a space nav builder to reference the given space |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||