| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reference | |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.model.reference | |
| Uses of Reference in com.atlassian.confluence.api.model.content | 
|---|
| Methods in com.atlassian.confluence.api.model.content that return Reference | |
|---|---|
| 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 | 
| static Reference<Content> | Content.buildReference(java.lang.String id) | 
|  Reference<Content> | History.getContentParentRef() | 
|  Reference<Content> | ContentBody.getContentRef() | 
|  Reference<History> | Content.getHistoryRef() | 
|  Reference<Version> | History.getLastUpdated() | 
|  Reference<Version> | History.getNextVersion() | 
| static Reference<Content> | History.getParentReference(Reference<History> historyReference) | 
|  Reference<Version> | History.getPreviousVersion() | 
|  Reference<Space> | ContentLink.getSpace() | 
|  Reference<Space> | Content.getSpaceRef() | 
| Methods in com.atlassian.confluence.api.model.content with parameters of type Reference | |
|---|---|
| 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 java.lang.String | Content.getContentId(Reference<Content> contentRef)get the content id from the Reference to a piece of content | 
| 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) | 
|  Content.ContentBuilder | Content.ContentBuilder.space(Reference<Space> space) | 
|  Content.ContentBuilder | Content.ContentBuilder.version(Reference<Version> version) | 
| Constructors in com.atlassian.confluence.api.model.content with parameters of type Reference | |
|---|---|
| ContentBody(ContentRepresentation representation,
            java.lang.String value,
            Reference<Content> contentReference) | |
| ContentLink(java.lang.String id,
            Reference<Space> space,
            ContentType type,
            java.lang.String title,
            java.lang.String webUrlPath) | |
| Uses of Reference in com.atlassian.confluence.api.model.reference | 
|---|
| Subclasses of Reference in com.atlassian.confluence.api.model.reference | |
|---|---|
|  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. | 
| Methods in com.atlassian.confluence.api.model.reference that return Reference | ||
|---|---|---|
| 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||