Modifier and Type | Class and Description |
---|---|
class |
RelatableFactory<S extends RelatableEntity,T extends Relatable> |
Modifier and Type | Method and Description |
---|---|
RelatableEntity |
RelatableResolver.resolve(Relatable relatable) |
Modifier and Type | Method and Description |
---|---|
RelationInstance |
RelationInstanceFactory.buildFrom(RelatableEntity sourceEntity,
String relationName,
RelatableEntity targetEntity,
Expansions expansions) |
Modifier and Type | Class and Description |
---|---|
class |
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentEntityObject |
class |
ContentEntitySimulacrum
A very generic SpaceContentEntityObject, used to play pretends when rendering page templates in preview / view
modes.
|
class |
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e.
|
Modifier and Type | Method and Description |
---|---|
RelationEntity |
RelationManager.addRelation(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor)
Create a new relation between 2 entities.
|
RelationEntity |
DefaultRelationManager.addRelation(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor) |
boolean |
RelationManager.isRelated(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor)
Checks if given entities are related.
|
boolean |
DefaultRelationManager.isRelated(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor) |
void |
RelationManager.moveRelationsToContent(RelatableEntity fromRelatableEntity,
RelatableEntity toRelatableEntity,
RelationDescriptor descriptor)
Moves all the relations of the specified type from one entity to another.
|
void |
DefaultRelationManager.moveRelationsToContent(RelatableEntity fromRelatableEntity,
RelatableEntity toRelatableEntity,
RelationDescriptor descriptor) |
int |
RelationManager.removeAllRelations(RelatableEntity relatableEntity)
This method removes all relations (across all names and types), where given entity participates.
|
int |
DefaultRelationManager.removeAllRelations(RelatableEntity relatableEntity) |
int |
RelationManager.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity)
This method removes all relations (across all names and types), where given entity participates.
|
int |
DefaultRelationManager.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity) |
int |
RelationManager.removeAllRelationsFromEntityWithType(RelationDescriptor relationDescriptor,
RelatableEntity relatableEntity)
This method remove all relations of the given type where the given entity participates
|
int |
DefaultRelationManager.removeAllRelationsFromEntityWithType(RelationDescriptor relationDescriptor,
RelatableEntity relatableEntity) |
void |
RelationManager.removeRelation(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor)
Delete relation.
|
void |
DefaultRelationManager.removeRelation(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor) |
static ValidationResult |
RelationUtils.validateAgainstApiModel(RelatableEntity source,
RelatableEntity target,
RelationDescriptor relationDescriptor)
Helper method, which can be used to validate relation based on input parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
RelationManager.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> readableEntities)
This method removes all relations (across all names and types), where given entity participates.
|
int |
DefaultRelationManager.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> readableEntities) |
Modifier and Type | Interface and Description |
---|---|
interface |
RelationDao<S extends RelatableEntity,T extends RelatableEntity>
Relation dao interface.
|
interface |
RelationDao<S extends RelatableEntity,T extends RelatableEntity>
Relation dao interface.
|
class |
RelationEntity<S extends RelatableEntity,T extends RelatableEntity>
This class represents "relation" abstraction, which is used for "marking" different entities as related.
|
class |
RelationEntity<S extends RelatableEntity,T extends RelatableEntity>
This class represents "relation" abstraction, which is used for "marking" different entities as related.
|
Modifier and Type | Method and Description |
---|---|
int |
RelationDao.removeAllRelations(RelatableEntity relatableEntity)
This method removes all relations (across all names and types), where given entity participates.
|
int |
RelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity)
This method removes all relations (across all names and types), where given entity participates.
|
int |
RelationDao.removeAllRelationsFromEntityWithName(String relationName,
RelatableEntity relatableEntity)
This method remove all relations with the given name, where the given entity participates
|
Modifier and Type | Method and Description |
---|---|
int |
RelationDao.removeAllRelations(Iterable<? extends RelatableEntity> relatableEntities)
This method removes all relations (across all names and types), where given entity participates.
|
int |
RelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> relatableEntities)
This method removes all relations (across all names and types), where given entity participates.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateRelationDao<S extends RelatableEntity,T extends RelatableEntity> |
class |
HibernateRelationDao<S extends RelatableEntity,T extends RelatableEntity> |
Modifier and Type | Method and Description |
---|---|
int |
Content2ContentHibernateRelationDao.removeAllRelations(RelatableEntity relatableEntity) |
int |
User2ContentHibernateRelationDao.removeAllRelations(RelatableEntity relatableEntity) |
int |
User2UserHibernateRelationDao.removeAllRelations(RelatableEntity relatableEntity) |
int |
Content2ContentHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity) |
int |
User2ContentHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity) |
int |
User2UserHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(RelatableEntity relatableEntity) |
int |
Content2ContentHibernateRelationDao.removeAllRelationsFromEntityWithName(String relationName,
RelatableEntity relatableEntity) |
int |
User2ContentHibernateRelationDao.removeAllRelationsFromEntityWithName(String relationName,
RelatableEntity relatableEntity) |
int |
User2UserHibernateRelationDao.removeAllRelationsFromEntityWithName(String relationName,
RelatableEntity relatableEntity) |
Modifier and Type | Method and Description |
---|---|
int |
Content2ContentHibernateRelationDao.removeAllRelations(Iterable<? extends RelatableEntity> relatableEntities) |
int |
User2ContentHibernateRelationDao.removeAllRelations(Iterable<? extends RelatableEntity> relatableEntities) |
int |
User2UserHibernateRelationDao.removeAllRelations(Iterable<? extends RelatableEntity> relatableEntities) |
int |
Content2ContentHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> relatableEntities) |
int |
User2ContentHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> relatableEntities) |
int |
User2UserHibernateRelationDao.removeAllRelationsFromCurrentAndHistoricalEntities(Iterable<? extends RelatableEntity> relatableEntities) |
Modifier and Type | Class and Description |
---|---|
class |
RelationQuery<E extends RelatableEntity>
Relation query contains query parameters for basic relation operations.
|
static class |
RelationQuery.Builder<R extends RelatableEntity> |
Modifier and Type | Method and Description |
---|---|
static <E extends RelatableEntity> |
RelationQuery.create(E entity,
@NonNull RelationDescriptor relationDescriptor) |
Modifier and Type | Method and Description |
---|---|
RelatableEntity |
RelationQuery.getEntity() |
Modifier and Type | Class and Description |
---|---|
class |
DeferredLookupUser
A
ConfluenceUser implementation based on a UserKey object, and which looks up the "real"
ConfluenceUser lazily as necessary to fulfil the method contract. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes
|
class |
Attachment |
class |
BlogPost |
class |
Comment |
class |
Draft
This is the old way of dealing with drafts in Confluence and will be deprecated soon.
|
class |
Page
Represents a Page within Confluence.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalDescription
Content Entity Object that is associated with the whole confluence rather
then a specific space/page/user.
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceDescription |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfluenceUser
Describing a Confluence user.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceUserImpl
An implementation of the ConfluenceUser which wraps an atlassian-user User
|
class |
PersonalInformation |
Copyright © 2003–2019 Atlassian. All rights reserved.