Uses of Class
com.atlassian.confluence.core.PartialList
-
-
Uses of PartialList in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return PartialList Modifier and Type Method Description static <T> PartialList<T>PartialList. empty()static <T> PartialList<T>PartialList. forAll(Iterable<T> iterable) -
Uses of PartialList in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return PartialList Modifier and Type Method Description PartialList<ContentEntityObject>CachingLabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getAllContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>CachingLabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>CachingLabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>CachingLabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)PartialList<ContentEntityObject>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)PartialList<EditableLabelable>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.internal.labels
Methods in com.atlassian.confluence.internal.labels that return PartialList Modifier and Type Method Description default 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.labels
Methods in com.atlassian.confluence.labels that return PartialList Modifier and Type Method Description PartialList<Label>LabelManager. findGlobalLabelsByNamePrefix(int offset, int maxResults, String namePrefix)Returns global-namespaced labels starting with the given string.PartialList<Label>LabelManager. findTeamLabelsByNamePrefix(int offset, int maxResults, String namePrefix)Returns team-namespaced labels starting with the given string.PartialList<ContentEntityObject>DefaultLabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>LabelManager. getAllContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve all ContentEntityObjects, current or deleted which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getAllContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>LabelManager. getAllContentForLabel(int offset, int maxResults, Label label)Retrieve all ContentEntityObjects, current or deleted which are labelled with the provided label.PartialList<ContentEntityObject>DefaultLabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>LabelManager. getContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve current ContentEntityObjects which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getContentForLabel(int offset, int maxResults, Label label)PartialList<ContentEntityObject>LabelManager. getContentForLabel(int offset, int maxResults, Label label)Retrieve current ContentEntityObjects which are labelled with the provided label.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>LabelManager. getContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)PartialList<ContentEntityObject>LabelManager. getContentInSpaceForLabel(int offset, int maxResults, String spaceKey, Label label)Retrieve current ContentEntityObjects in the given space which are labelled with the provided label.PartialList<ContentEntityObject>DefaultLabelManager. getContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)PartialList<ContentEntityObject>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.PartialList<EditableLabelable>DefaultLabelManager. getForLabels(int offset, int maxResults, Label... labels)<T extends EditableLabelable>
PartialList<T>DefaultLabelManager. getForLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)PartialList<EditableLabelable>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 PartialList Modifier and Type Method Description PartialList<ContentEntityObject>LabelDao. findAllContentForAllLabels(int offset, int maxResults, Label... labels)Retrieve all ContentEntityObjects which are labelled with ALL provided labels.PartialList<ContentEntityObject>LabelDao. findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)Retrieve current ContentEntityObjects in the space which are labelled with ALL provided labels.PartialList<ContentEntityObject>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.PartialList<EditableLabelable>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 PartialList Modifier and Type Method Description PartialList<ContentEntityObject>HibernateLabelDao. findAllContentForAllLabels(int offset, int maxResults, Label... labels)PartialList<ContentEntityObject>HibernateLabelDao. findContentInSpaceForAllLabels(int offset, int maxResults, String spaceKey, Label... labels)PartialList<ContentEntityObject>HibernateLabelDao. findContentInSpacesForAllLabels(int offset, int maxResults, Set<String> spaceKeys, Label... labels)PartialList<EditableLabelable>HibernateLabelDao. findForAllLabels(int offset, int maxResults, Label... labelsArray)<T extends EditableLabelable>
PartialList<T>HibernateLabelDao. findForAllLabels(Class<T> labelableClass, int offset, int maxResults, Label... labels)
-