Interface LabelDaoInternal
- All Superinterfaces:
LabelDao
- All Known Implementing Classes:
HibernateLabelDao
Dao for Labels.
- Since:
- 6.10.0
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindByDetailsInSpace
(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest) Allow to find detail in Space with paginationlong
getTotalLabelInSpace
(String name, String namespace, String owner, String spaceKey) Count total number of label in spacevoid
Methods inherited from interface com.atlassian.confluence.labels.persistence.dao.LabelDao
deleteLabellingBySpace, findAllContentForAllLabels, findAllUserLabelledContent, findByDetails, findByDetailsInSpace, findByDetailsInSpaces, findById, findByLabel, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySpace, findContentCountForLabel, findContentForLabel, findContentInSpaceForAllLabels, findContentInSpacesForAllLabels, findCurrentContentForLabel, findCurrentContentForLabelAndSpace, findForAllLabels, findForAllLabels, findGlobalLabelsByNamePrefix, findLabellingByContentAndLabel, findLabellingById, findMostPopular, findMostPopularBySpace, findRecentlyUsed, findRecentlyUsedBySpace, findRecentlyUsedLabelling, findRecentlyUsedLabellingsBySpace, findRecentlyUsedUserLabellings, findRecentlyUsedUserLabels, findSpacesContainingContentWithLabel, findSpacesWithLabel, findTeamLabelsByNamePrefix, findUnusedLabels, getFavouriteLabellingsByContentIds, getFavouriteSpaces, remove, remove
-
Method Details
-
findByDetailsInSpace
List<Label> findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest) Allow to find detail in Space with pagination- Parameters:
name
-namespace
-owner
-spaceKey
-limitedRequest
-- Returns:
- Since:
- 7.5.0
-
getTotalLabelInSpace
Count total number of label in space- Parameters:
name
-namespace
-owner
-spaceKey
-- Returns:
-
save
- Since:
- 9.0
-