Uses of Class
com.atlassian.confluence.rest.api.model.RestObject

Packages that use RestObject
com.atlassian.confluence.rest.api.model   
com.atlassian.confluence.rest.enrich   
 

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

Subclasses of RestObject in com.atlassian.confluence.rest.api.model
 class RestEntity<T>
          This entity participates in our object serialization by jackson, and allows objects to be enriched with extra properties during serialization.
 class RestList<T>
          The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra properties during serialization.
 

Uses of RestObject in com.atlassian.confluence.rest.enrich
 

Methods in com.atlassian.confluence.rest.enrich with parameters of type RestObject
protected  void AbstractLinkEnricher.enrichWithLink(RestObject restObject, java.lang.String linkKey, java.lang.String linkUrl)
          adds a link to an immutable _links map, creating the map if it doesn't already exist.
static void EntityWalker.traverseWith(RestObject restEntity, EntityWalker.Visitor visitor)
          performs a depth first traversal of this entity and all child restEntities applying the vistor to each node in the tree.
 void EntityWalker.Visitor.visit(RestObject entity)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.