Uses of Class
com.atlassian.confluence.api.serialization.RestEnrichable

Packages that use RestEnrichable
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.model.longtasks   
com.atlassian.confluence.api.model.reference   
com.atlassian.confluence.rest.api.model   
 

Uses of RestEnrichable in com.atlassian.confluence.api.model.content
 

Classes in com.atlassian.confluence.api.model.content with annotations of type RestEnrichable
 class Content
          Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.
 class ContentBody
           
 class FormattedBody
          A String with a ContentRepresentation.
 class History
          Contains the history of a piece of Content.
 class JsonContentProperty
          Container for arbitrary JSON data attached to some Content.
 class MacroInstance
          Represents an instance of a Macro in a piece of Content
 class Space
          Representation of a Confluence Space.
 

Uses of RestEnrichable in com.atlassian.confluence.api.model.longtasks
 

Classes in com.atlassian.confluence.api.model.longtasks with annotations of type RestEnrichable
 class LongTaskStatus
          Represents a long-running task in the system.
 

Uses of RestEnrichable in com.atlassian.confluence.api.model.reference
 

Classes in com.atlassian.confluence.api.model.reference with annotations of type RestEnrichable
 class EnrichableMap<K,V>
          A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity and enriched by the REST stack.
 

Uses of RestEnrichable in com.atlassian.confluence.rest.api.model
 

Classes in com.atlassian.confluence.rest.api.model with annotations of type RestEnrichable
 class NavigationAwareMap<K,V>
          An immutable map that is NavigationAware.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.