public interface CustomContentDao extends ContentEntityObjectDao
NON_CACHEABLE
countContentBySpaceIdAndStatus, findAllDraftsFor, findContentBySpaceIdAndStatus, findContentBySpaceIdAndStatus, findDraftFor, findHistoricalVersionsAfterVersion, findPreviousVersions, findUnpublishedContentWithUserContributions, getAllCurrentEntities, getById, getContentAuthoredByUser, getContributionStatusByUser, getFirstVersionAfter, getFirstVersionBefore, getLastEditedVersionsOf, getObjectType, getOldestPageCreationDate, getPageAndBlogPostsVersionsLastEditedByUser, getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getTrashedContent, getVersion, getVersionEditContributors, getVersionHistorySummary, getVersionHistorySummary, getVersionsLastEditedByUser, getVersionsLastEditedByUserNew
findLatestVersionsCount, findLatestVersionsIterator, save
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
<T> Iterator<T> findByQuery(ContentQuery<T> query, int offset, int maxResults)
<T> PageResponse<T> findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)
int findTotalInSpace(long spaceId, String pluginModuleKey)
Iterator<CustomContentEntityObject> findCurrentInSpace(long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)
Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments(String pluginContentKey, long spaceId)
Iterator<CustomContentEntityObject> findAllInSpace(String pluginContentKey, long spaceId)
Iterator<CustomContentEntityObject> findAllInSpaceWithAttachments(long spaceId)
Iterator<CustomContentEntityObject> findAllInSpace(long spaceId)
Iterator<CustomContentEntityObject> findAll(String pluginContentKey)
CustomContentEntityObject
with the specified pluginContentKeypluginContentKey
- CustomContentEntityObject with this plugin content key will be returnedCustomContentEntityObject
Iterator<CustomContentEntityObject> findAllWithAttachments(String pluginContentKey)
CustomContentEntityObject
with the specified pluginContentKey.
We are loadingpluginContentKey
- CustomContentEntityObject with this plugin content key will be returnedCustomContentEntityObject
Iterator<CustomContentEntityObject> findAllChildren(long id)
id
- children of this content entity will be returnedCustomContentEntityObject
Iterator<CustomContentEntityObject> findChildrenOfType(long id, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)
long countChildrenOfType(long id, String contentModuleKey)
Iterator<CustomContentEntityObject> findAllContainedOfType(long containerContentId, String pluginContentKey)
Copyright © 2003–2017 Atlassian. All rights reserved.