com.atlassian.confluence.util
Class ContentUtils

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

public class ContentUtils
extends java.lang.Object


Constructor Summary
ContentUtils()
           
 
Method Summary
static java.util.List getEntityObjectsIds(java.util.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 java.util.List mergeContentObjects(java.util.Iterator it1, java.util.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 java.util.List mergeContentObjects(java.util.Iterator it1,
                                                 java.util.Iterator it2,
                                                 int maxSize)

getLatest

public static ConfluenceEntityObject getLatest(ConfluenceEntityObject c1,
                                               ConfluenceEntityObject c2)

getEntityObjectsIds

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



Copyright © 2003-2014 Atlassian. All Rights Reserved.