|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartialList | |
---|---|
com.atlassian.confluence.core | |
com.atlassian.confluence.labels | |
com.atlassian.confluence.labels.persistence.dao | |
com.atlassian.confluence.labels.persistence.dao.hibernate |
Uses of PartialList in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return PartialList | ||
---|---|---|
static
|
PartialList.empty()
|
|
static
|
PartialList.forAll(java.lang.Iterable<T> iterable)
|
Uses of PartialList in com.atlassian.confluence.labels |
---|
Methods in com.atlassian.confluence.labels that return PartialList | ||
---|---|---|
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.getAllContentForAllLabels(int offset,
int maxResults,
Label... labels)
|
|
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.getAllContentForLabel(int offset,
int maxResults,
Label label)
|
|
PartialList<ContentEntityObject> |
LabelManager.getContentForAllLabels(int offset,
int maxResults,
Label... labels)
Retrieve current ContentEntityObjects which are labelled with ALL provided labels. |
|
PartialList<ContentEntityObject> |
DefaultLabelManager.getContentForAllLabels(int offset,
int maxResults,
Label... labels)
|
|
PartialList<ContentEntityObject> |
LabelManager.getContentForLabel(int offset,
int maxResults,
Label label)
Retrieve current ContentEntityObjects which are labelled with the provided label. |
|
PartialList<ContentEntityObject> |
DefaultLabelManager.getContentForLabel(int offset,
int maxResults,
Label label)
|
|
PartialList<ContentEntityObject> |
LabelManager.getContentInSpaceForAllLabels(int offset,
int maxResults,
java.lang.String spaceKey,
Label... labels)
Retrieve current ContentEntityObjects in the given space which are labelled with ALL provided labels. |
|
PartialList<ContentEntityObject> |
DefaultLabelManager.getContentInSpaceForAllLabels(int offset,
int maxResults,
java.lang.String spaceKey,
Label... labels)
|
|
PartialList<ContentEntityObject> |
LabelManager.getContentInSpaceForLabel(int offset,
int maxResults,
java.lang.String spaceKey,
Label label)
Retrieve current ContentEntityObjects in the given space which are labelled with the provided label. |
|
PartialList<ContentEntityObject> |
DefaultLabelManager.getContentInSpaceForLabel(int offset,
int maxResults,
java.lang.String spaceKey,
Label label)
|
|
PartialList<ContentEntityObject> |
LabelManager.getContentInSpacesForAllLabels(int offset,
int maxResults,
java.util.Set<java.lang.String> spaceKeys,
Label... labels)
Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels. |
|
PartialList<ContentEntityObject> |
DefaultLabelManager.getContentInSpacesForAllLabels(int offset,
int maxResults,
java.util.Set<java.lang.String> spaceKeys,
Label... labels)
|
|
|
LabelManager.getForLabel(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label label)
Retrieve EditableLabelables of the supplied type which are labelled with the provided label. |
|
|
DefaultLabelManager.getForLabel(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label label)
|
|
|
LabelManager.getForLabels(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label... labels)
Retrieve EditableLabelables of the supplied type which are labelled with the provided labels. |
|
|
DefaultLabelManager.getForLabels(java.lang.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. |
|
PartialList<EditableLabelable> |
DefaultLabelManager.getForLabels(int offset,
int maxResults,
Label... labels)
|
Uses of PartialList in com.atlassian.confluence.labels.persistence.dao |
---|
Methods in com.atlassian.confluence.labels.persistence.dao that return PartialList | ||
---|---|---|
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,
java.lang.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,
java.util.Set<java.lang.String> spaceKeys,
Label... labels)
Retrieve current ContentEntityObjects in the given spaces which are labelled with ALL provided labels. |
|
|
LabelDao.findForAllLabels(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label... labels)
Retrieve current EditableLabelables 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. |
Uses of PartialList in com.atlassian.confluence.labels.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return PartialList | ||
---|---|---|
PartialList<ContentEntityObject> |
HibernateLabelDao.findAllContentForAllLabels(int offset,
int maxResults,
Label... labels)
|
|
PartialList<ContentEntityObject> |
HibernateLabelDao.findContentInSpaceForAllLabels(int offset,
int maxResults,
java.lang.String spaceKey,
Label... labels)
|
|
PartialList<ContentEntityObject> |
HibernateLabelDao.findContentInSpacesForAllLabels(int offset,
int maxResults,
java.util.Set<java.lang.String> spaceKeys,
Label... labels)
|
|
|
HibernateLabelDao.findForAllLabels(java.lang.Class<T> labelableClass,
int offset,
int maxResults,
Label... labels)
|
|
PartialList<EditableLabelable> |
HibernateLabelDao.findForAllLabels(int offset,
int maxResults,
Label... labelsArray)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |