com.atlassian.confluence.util
Class ContentUtils

java.lang.Object
  extended by com.atlassian.confluence.util.ContentUtils

public class ContentUtils
extends Object


Constructor Summary
ContentUtils()
           
 
Method Summary
static List getEntityObjectsIds(List entityObjectList)
          Takes a list of EntityObjects and returns the list of id's belonging to the spaces.
static ConfluenceEntityObject getLatest(ConfluenceEntityObject c1, ConfluenceEntityObject c2)
           
static List mergeContentObjects(Iterator it1, Iterator it2, int maxSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentUtils

public ContentUtils()
Method Detail

mergeContentObjects

public static List mergeContentObjects(Iterator it1,
                                       Iterator it2,
                                       int maxSize)

getLatest

public static ConfluenceEntityObject getLatest(ConfluenceEntityObject c1,
                                               ConfluenceEntityObject c2)

getEntityObjectsIds

public static List getEntityObjectsIds(List entityObjectList)
Takes a list of EntityObjects and returns the list of id's belonging to the spaces.



Copyright © 2003-2012 Atlassian. All Rights Reserved.