com.atlassian.confluence.rest.enrich
Class ExpandableEntityEnricher

java.lang.Object
  extended by com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
      extended by com.atlassian.confluence.rest.enrich.ExpandableEntityEnricher
All Implemented Interfaces:
EntityEnricher

public class ExpandableEntityEnricher
extends AbstractLinkEnricher
implements EntityEnricher

Enriches entities with an _expandable object which describes what properties are expandable.


Field Summary
 
Fields inherited from class com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
navigationService, SELF_LINK
 
Constructor Summary
ExpandableEntityEnricher(RestNavigationService navigationService)
           
 
Method Summary
 void enrich(RestEntity entity)
           
 
Methods inherited from class com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
enrichWithLink, navigation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandableEntityEnricher

public ExpandableEntityEnricher(RestNavigationService navigationService)
Method Detail

enrich

public void enrich(@Nonnull
                   RestEntity entity)
Specified by:
enrich in interface EntityEnricher


Copyright © 2003-2014 Atlassian. All Rights Reserved.