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

Packages that use RestEntity
com.atlassian.confluence.rest.api.services   
com.atlassian.confluence.rest.enrich   
com.atlassian.confluence.rest.enrich.model   
com.atlassian.confluence.rest.serialization   
 

Uses of RestEntity in com.atlassian.confluence.rest.api.services
 

Methods in com.atlassian.confluence.rest.api.services that return RestEntity
<T> RestEntity<T>
RestEntityFactory.create(T entity)
          creates a RestEntity that wraps the provided entity.
 

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

Methods in com.atlassian.confluence.rest.enrich with parameters of type RestEntity
 void SelfLinkEntityEnricher.enrich(RestEntity entity)
           
 void ExpandableEntityEnricher.enrich(RestEntity entity)
           
 void EntityEnricher.enrich(RestEntity entity)
           
 void EntityCollectionLinkEnricher.enrich(RestEntity entity)
           
 void BaseLinkEnricher.enrich(RestEntity entity)
           
 

Uses of RestEntity in com.atlassian.confluence.rest.enrich.model
 

Methods in com.atlassian.confluence.rest.enrich.model with parameters of type RestEntity
 void ContentEnricher.enrich(RestEntity entity)
           
 

Uses of RestEntity in com.atlassian.confluence.rest.serialization
 

Methods in com.atlassian.confluence.rest.serialization that return RestEntity
<T> RestEntity<T>
DefaultRestEntityFactory.create(T entity)
           
 

Methods in com.atlassian.confluence.rest.serialization with parameters of type RestEntity
 void RestEntitySerializer.serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.