Package com.atlassian.confluence.util
Class ContentUtils
java.lang.Object
com.atlassian.confluence.util.ContentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityObjectsIds
(List<? extends com.atlassian.core.bean.EntityObject> entityObjectList) Takes a list of EntityObjects and returns the list of id's belonging to the spaces.static ConfluenceEntityObject
static String
static List<ConfluenceEntityObject>
mergeContentObjects
(Iterator<? extends ConfluenceEntityObject> it1, Iterator<? extends ConfluenceEntityObject> it2, int maxSize)
-
Constructor Details
-
ContentUtils
public ContentUtils()
-
-
Method Details
-
mergeContentObjects
public static List<ConfluenceEntityObject> mergeContentObjects(Iterator<? extends ConfluenceEntityObject> it1, Iterator<? extends ConfluenceEntityObject> it2, int maxSize) -
getLatest
public static ConfluenceEntityObject getLatest(ConfluenceEntityObject c1, ConfluenceEntityObject c2) -
getEntityObjectsIds
public static List<Long> getEntityObjectsIds(List<? extends com.atlassian.core.bean.EntityObject> entityObjectList) Takes a list of EntityObjects and returns the list of id's belonging to the spaces. -
getSpaceKeyFromCeo
-