public class

ContentUtils

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.util.ContentUtils

Summary

Public Constructors
ContentUtils()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ContentUtils ()

Public Methods

public static List getEntityObjectsIds (List entityObjectList)

Takes a list of EntityObjects and returns the list of id's belonging to the spaces.

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