Uses of Class
com.atlassian.confluence.core.PartialList
Packages that use PartialList
Package
Description
-
Uses of PartialList in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return PartialListModifier and TypeMethodDescriptionstatic <T> PartialList<T>
PartialList.empty()
static <T> PartialList<T>
-
Uses of PartialList in com.atlassian.confluence.dmz.labels
Methods in com.atlassian.confluence.dmz.labels that return PartialListModifier and TypeMethodDescriptiondefault PartialList<Label>
LabelManagerInternal.findGlobalLabelsByNamePrefix
(int offset, int maxResults, String namePrefix) default PartialList<Label>
LabelManagerInternal.findTeamLabelsByNamePrefix
(int offset, int maxResults, String namePrefix) -
Uses of PartialList in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return PartialListModifier and TypeMethodDescriptionCachingLabelManager.getAllContentForAllLabels
(int offset, int maxResults, Label... labels) CachingLabelManager.getAllContentForLabel
(int offset, int maxResults, Label label) CachingLabelManager.getContentForAllLabels
(int offset, int maxResults, Label... labels) CachingLabelManager.getContentForLabel
(int offset, int maxResults, Label label) CachingLabelManager.getContentInSpaceForAllLabels
(int offset, int maxResults, String spaceKey, Label... labels) CachingLabelManager.getContentInSpaceForLabel
(int offset, int maxResults, String spaceKey, Label label) CachingLabelManager.getContentInSpacesForAllLabels
(int offset, int maxResults, Set<String> spaceKeys, Label... labels) <T extends EditableLabelable>
PartialList<T>CachingLabelManager.getForLabel
(Class<T> labelableClass, int offset, int maxResults, Label label) CachingLabelManager.getForLabels
(int offset, int maxResults, Label... labels) <T extends EditableLabelable>
PartialList<T>CachingLabelManager.getForLabels
(Class<T> labelableClass, int offset, int maxResults, Label... labels) -
Uses of PartialList in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return PartialListModifier and TypeMethodDescriptionLabelManager.findGlobalLabelsByNamePrefix
(int offset, int maxResults, String namePrefix) Returns global-namespaced labels starting with the given string.LabelManager.findTeamLabelsByNamePrefix
(int offset, int maxResults, String namePrefix) Returns team-namespaced labels starting with the given string.DefaultLabelManager.getAllContentForAllLabels
(int offset, int maxResults, Label... labels) LabelManager.getAllContentForAllLabels
(int offset, int maxResults, Label... labels) Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.DefaultLabelManager.getAllContentForLabel
(int offset, int maxResults, Label label) LabelManager.getAllContentForLabel
(int offset, int maxResults, Label label) Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.DefaultLabelManager.getContentForAllLabels
(int offset, int maxResults, Label... labels) LabelManager.getContentForAllLabels
(int offset, int maxResults, Label... labels) Retrieve current ContentEntityObjects which are labelled with ALL provided labels.DefaultLabelManager.getContentForLabel
(int offset, int maxResults, Label label) LabelManager.getContentForLabel
(int offset, int maxResults, Label label) Retrieve current ContentEntityObjects which are labelled with the provided label.DefaultLabelManager.getContentInSpaceForAllLabels
(int offset, int maxResults, String spaceKey, Label... labels) LabelManager.getContentInSpaceForAllLabels
(int offset, int maxResults, String spaceKey, Label... labels) Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.DefaultLabelManager.getContentInSpaceForLabel
(int offset, int maxResults, String spaceKey, Label label) LabelManager.getContentInSpaceForLabel
(int offset, int maxResults, String spaceKey, Label label) Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.DefaultLabelManager.getContentInSpacesForAllLabels
(int offset, int maxResults, Set<String> spaceKeys, Label... labels) LabelManager.getContentInSpacesForAllLabels
(int offset, int maxResults, Set<String> spaceKeys, Label... labels) Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.<T extends EditableLabelable>
PartialList<T>DefaultLabelManager.getForLabel
(Class<T> labelableClass, int offset, int maxResults, Label label) <T extends EditableLabelable>
PartialList<T>LabelManager.getForLabel
(Class<T> labelableClass, int offset, int maxResults, Label label) Retrieve EditableLabelables of the supplied type which are labelled with the provided label.DefaultLabelManager.getForLabels
(int offset, int maxResults, Label... labels) <T extends EditableLabelable>
PartialList<T>DefaultLabelManager.getForLabels
(Class<T> labelableClass, int offset, int maxResults, Label... labels) LabelManager.getForLabels
(int offset, int maxResults, Label... labels) Retrieve EditableLabelables of any type which are labelled with the provided labels.<T extends EditableLabelable>
PartialList<T>LabelManager.getForLabels
(Class<T> labelableClass, int offset, int maxResults, Label... labels) Retrieve EditableLabelables of the supplied type which are labelled with the provided labels. -
Uses of PartialList in com.atlassian.confluence.labels.persistence.dao
Methods in com.atlassian.confluence.labels.persistence.dao that return PartialListModifier and TypeMethodDescriptionLabelDao.findAllContentForAllLabels
(int offset, int maxResults, Label... labels) Retrieve all ContentEntityObjects which are labelled with ALL provided labels.LabelDao.findContentInSpaceForAllLabels
(int offset, int maxResults, String spaceKey, Label... labels) Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.LabelDao.findContentInSpacesForAllLabels
(int offset, int maxResults, Set<String> spaceKeys, Label... labels) Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels.LabelDao.findForAllLabels
(int offset, int maxResults, Label... labels) Retrieve EditableLabelables which are labelled with ALL provided labels.<T extends EditableLabelable>
PartialList<T>LabelDao.findForAllLabels
(Class<T> labelableClass, int offset, int maxResults, Label... labels) Retrieve current EditableLabelables which are labelled with ALL provided labels. -
Uses of PartialList in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return PartialListModifier and TypeMethodDescriptionHibernateLabelDao.findAllContentForAllLabels
(int offset, int maxResults, Label... labels) HibernateLabelDao.findContentInSpaceForAllLabels
(int offset, int maxResults, String spaceKey, Label... labels) HibernateLabelDao.findContentInSpacesForAllLabels
(int offset, int maxResults, Set<String> spaceKeys, Label... labels) HibernateLabelDao.findForAllLabels
(int offset, int maxResults, Label... labelsArray) <T extends EditableLabelable>
PartialList<T>HibernateLabelDao.findForAllLabels
(Class<T> labelableClass, int offset, int maxResults, Label... labels)