public interface

CustomContentDao

implements ContentEntityObjectDao
com.atlassian.confluence.content.persistence.CustomContentDao
Known Indirect Subclasses

Summary

Public Methods
Iterator<CustomContentEntityObject> findAllInSpace(long spaceId)
Iterator<CustomContentEntityObject> findAllInSpace(String pluginContentKey, long spaceId)
Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments(String pluginContentKey, long spaceId)
Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments(long spaceId)
<T> Iterator<T> findByQuery(ContentQuery<T> query, int offset, int maxResults)
Iterator<CustomContentEntityObject> findCurrentInSpace(long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)
int findTotalInSpace(long spaceId, String pluginModuleKey)
[Expand]
Inherited Methods
From interface bucket.core.persistence.ObjectDao
From interface com.atlassian.confluence.core.persistence.ContentEntityObjectDao
From interface com.atlassian.confluence.core.persistence.VersionedObjectDao

Public Methods

public Iterator<CustomContentEntityObject> findAllInSpace (long spaceId)

public Iterator<CustomContentEntityObject> findAllInSpace (String pluginContentKey, long spaceId)

public Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments (String pluginContentKey, long spaceId)

public Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments (long spaceId)

public Iterator<T> findByQuery (ContentQuery<T> query, int offset, int maxResults)

public Iterator<CustomContentEntityObject> findCurrentInSpace (long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)

public int findTotalInSpace (long spaceId, String pluginModuleKey)