Package com.atlassian.confluence.api.model.relations
@ParametersAreNonnullByDefault
package com.atlassian.confluence.api.model.relations
-
ClassDescriptionRelation descriptor, which should be used as a base class for all custom relation descriptors.The descriptor of relations capturing both direct and indirect contributors of a content.FavouriteRelationDescriptor<T extends Relatable>The built-in relationship type for favourites.LikeRelationDescriptor<T extends Relatable>Simple implementation of
RelationDescriptor
, which allows to create simple named relation descriptors.This is marker interface, that is used to mark entities, which can participate in relations, created byRelationService
Defines relation name, type and who may have such relations.Provides static helper methods for RelationDescriptor objects.Represents relation between two entitiesRepresents that a user has modified content, regardless of whether that change has been reverted.ARelationDescriptor
which provides a method to perform validation on descriptor operations.