| Modifier and Type | Method and Description |
|---|---|
PageResponse<RelationEntity> |
RelationManager.getRelationsFromSource(RelationQuery request,
LimitedRequest pageRequest) |
PageResponse<RelationEntity> |
DefaultRelationManager.getRelationsFromSource(RelationQuery request,
LimitedRequest pageRequest) |
PageResponse<RelationEntity> |
RelationManager.getRelationsToTarget(RelationQuery request,
LimitedRequest pageRequest) |
PageResponse<RelationEntity> |
DefaultRelationManager.getRelationsToTarget(RelationQuery request,
LimitedRequest pageRequest) |
PageResponse<RelatableEntity> |
RelationManager.getSources(RelationQuery request,
LimitedRequest pageRequest)
Fetch all related sources for the entity.
|
PageResponse<RelatableEntity> |
DefaultRelationManager.getSources(RelationQuery request,
LimitedRequest pageRequest) |
int |
RelationManager.getSourcesCount(RelationQuery request)
Get total number of related sources for the entity.
|
int |
DefaultRelationManager.getSourcesCount(RelationQuery request) |
PageResponse<RelatableEntity> |
RelationManager.getTargets(RelationQuery request,
LimitedRequest pageRequest)
Fetch all related targets for the entity.
|
PageResponse<RelatableEntity> |
DefaultRelationManager.getTargets(RelationQuery request,
LimitedRequest pageRequest) |
int |
RelationManager.getTargetsCount(RelationQuery request)
Get total number of related targets for the entity.
|
int |
DefaultRelationManager.getTargetsCount(RelationQuery request) |
| Modifier and Type | Method and Description |
|---|---|
List<RelationEntity<S,T>> |
RelationDao.getRelationsFromSource(RelationQuery<S> request,
int start,
int limit)
Fetch relation entities matching the query that have the entity in the query as the
source of the relation
|
List<RelationEntity<S,T>> |
RelationDao.getRelationsToTarget(RelationQuery<T> request,
int start,
int limit)
Fetch relation entities matching the query that have the entity in the query as the
target of the relation
|
List<S> |
RelationDao.getSources(RelationQuery<T> request,
int start,
int limit)
Fetch all related sources for the entity.
|
int |
RelationDao.getSourcesCount(RelationQuery<T> request)
Count of all related sources for the entity.
|
List<T> |
RelationDao.getTargets(RelationQuery<S> request,
int start,
int limit)
Fetch all related targets for the entity.
|
int |
RelationDao.getTargetsCount(RelationQuery<S> request)
Count of all related targets for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<RelationEntity<S,T>> |
HibernateRelationDao.getRelationEntities(RelationQuery request,
int start,
int limit,
RelationQueryHelper.Fetch direction) |
List<RelationEntity<S,T>> |
HibernateRelationDao.getRelationsFromSource(RelationQuery<S> request,
int start,
int limit) |
List<RelationEntity<S,T>> |
HibernateRelationDao.getRelationsToTarget(RelationQuery<T> request,
int start,
int limit) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getSources(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
List<ConfluenceUser> |
User2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request,
int start,
int limit) |
List<ContentEntityObject> |
Content2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request,
int start,
int limit) |
int |
User2UserHibernateRelationDao.getSourcesCount(RelationQuery<ConfluenceUser> request) |
int |
User2ContentHibernateRelationDao.getSourcesCount(RelationQuery<ContentEntityObject> request) |
int |
Content2ContentHibernateRelationDao.getSourcesCount(RelationQuery<ContentEntityObject> request) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
List<ContentEntityObject> |
User2ContentHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
List<ContentEntityObject> |
Content2ContentHibernateRelationDao.getTargets(RelationQuery<ContentEntityObject> request,
int start,
int limit) |
int |
User2UserHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) |
int |
User2ContentHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) |
int |
Content2ContentHibernateRelationDao.getTargetsCount(RelationQuery<ContentEntityObject> request) |
| Modifier and Type | Method and Description |
|---|---|
RelationQuery |
RelationQuery.Builder.build() |
Copyright © 2003–2016 Atlassian. All rights reserved.