Uses of Class
com.atlassian.confluence.plugins.restapi.enrich.AbstractLinkEnricher

Packages that use AbstractLinkEnricher
com.atlassian.confluence.plugins.restapi.enrich   
com.atlassian.confluence.plugins.restapi.enrich.model   
 

Uses of AbstractLinkEnricher in com.atlassian.confluence.plugins.restapi.enrich
 

Subclasses of AbstractLinkEnricher in com.atlassian.confluence.plugins.restapi.enrich
 class BaseLinkEnricher
          Adds the baseUrl to the _links property of rest entities and collections
 class EntityCollectionLinkEnricher
          Enriches entities with links to the collection that they belong to.
 class ExpandableEntityEnricher
          Enriches entities with an _expandable object which describes what properties are expandable.
 class NavigationCollectionEnricher
          Enriches collection results with next / prev links
 class SelfLinkCollectionEnricher
          Adds self links to collection resources.
 class SelfLinkEntityEnricher
           
 

Uses of AbstractLinkEnricher in com.atlassian.confluence.plugins.restapi.enrich.model
 

Subclasses of AbstractLinkEnricher in com.atlassian.confluence.plugins.restapi.enrich.model
 class ContentEnricher
          Modifies RestEntities that wrap Content objects in preparation for being serialized
 



Copyright © 2003–2015 Atlassian. All rights reserved.