| Package | Description | 
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.model.reference | |
| com.atlassian.confluence.api.nav | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Reference<History> | History. buildReference(Reference<Content> contentParent) | 
| static Reference<Version> | Version. buildReference(Reference<Content> contentReference,
              int number) | 
| History.HistoryBuilder | History.HistoryBuilder. content(Reference<Content> content) | 
| static ContentBody | ContentBody. emptyBody(ContentRepresentation representation,
         Reference<Content> contentReference) | 
| static ContentId | Content. getContentId(Reference<Content> contentRef)Get the ContentId from a Content Reference. | 
| static Reference<Content> | History. getParentReference(Reference<History> historyReference) | 
| static java.lang.String | Space. getSpaceKey(Reference<Space> reference) | 
| Content.ContentBuilder | Content.ContentBuilder. history(Reference<History> history) | 
| Space.SpaceBuilder | Space.SpaceBuilder. homepage(Reference<Content> homepageRef) | 
| Space.SpaceBuilder | Space.SpaceBuilder. icon(Reference<Icon> iconRef) | 
| History.HistoryBuilder | History.HistoryBuilder. lastUpdated(Reference<Version> lastUpdated) | 
| History.HistoryBuilder | History.HistoryBuilder. nextVersion(Reference<Version> nextVersion) | 
| History.HistoryBuilder | History.HistoryBuilder. previousVersion(Reference<Version> previousVersion) | 
| Content.ContentBuilder | Content.ContentBuilder. space(Reference<Space> space) | 
| Content.ContentBuilder | Content.ContentBuilder. version(Reference<Version> version) | 
| Constructor and Description | 
|---|
| ContentBody(ContentRepresentation representation,
           java.lang.String value,
           Reference<Content> contentReference) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollapsedReference<T>A collapsed reference is a property that potentially has a value, but the property's
 value has not been expanded at the time fo the request. | 
| class  | EmptyReference<T>A null object reference, indicates that the referenced property is empty. | 
| 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(java.lang.Class objClass) | 
| static <T> Reference<T> | Reference. collapsed(java.lang.Class objClass,
         java.util.Map idProperties) | 
| static <T> Reference<T> | Reference. collapsed(T obj)create a collapse reference to the given object | 
| static <T> Reference<T> | Reference. empty(java.lang.Class<T> referrentClass)create an empty reference to the given class | 
| static <T> Reference<T> | Reference. orEmpty(Reference<T> reference,
       java.lang.Class<T> referentClass) | 
| static <T> Reference<T> | Reference. orEmpty(T entity,
       java.lang.Class<T> referentClass) | 
| static <T> Reference<T> | Reference. to(T obj)create an exanded reference to the referent object | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Reference<T> | Reference. orEmpty(Reference<T> reference,
       java.lang.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.Builder | Navigation. fromReference(Reference<?> reference) | 
| Navigation.SpaceNav | Navigation. space(Reference<Space> spaceReference)create a space nav builder to reference the given space | 
Copyright © 2003-2014 Atlassian. All Rights Reserved.