com.atlassian.confluence.plugins.rest.manager
Class ChildrenListWrapperCallback

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.manager.ChildrenListWrapperCallback
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity>

public class ChildrenListWrapperCallback
extends Object
implements com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity>

Provides a list callback on a list of children for a page or comment.


Constructor Summary
ChildrenListWrapperCallback(RestContentManager restContentManager, ContentEntityObject parentConfluenceObject)
           
 
Method Summary
 List<ContentEntity> getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildrenListWrapperCallback

public ChildrenListWrapperCallback(RestContentManager restContentManager,
                                   ContentEntityObject parentConfluenceObject)
Method Detail

getItems

public List<ContentEntity> getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
Specified by:
getItems in interface com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity>

getSize

public int getSize()


Copyright © 2003-2011 Atlassian. All Rights Reserved.