Uses of Class
com.atlassian.confluence.plugins.rest.entities.ContentEntityList

Packages that use ContentEntityList
com.atlassian.confluence.plugins.rest.entities   
 

Uses of ContentEntityList in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities that return ContentEntityList
 ContentEntityList ContentEntity.getChildren()
           
 ContentEntityList UserSessionEntity.getHistory()
           
 ContentEntityList SpaceEntity.getRootPages()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntityList
 void ContentEntity.setChildren(ContentEntityList children)
           
 void SpaceEntity.setRootPages(ContentEntityList rootPages)
           
 

Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntityList
UserSessionEntity(ContentEntityList history)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.