Class FavouriteRelationDescriptor<T extends Relatable>
java.lang.Object
com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,T>
com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor<T>
- All Implemented Interfaces:
RelationDescriptor<User,
T>
public final class FavouriteRelationDescriptor<T extends Relatable>
extends AbstractRelationDescriptor<User,T>
The built-in relationship type for favourites.
This relationship works between a User and a Space, Page or Blog Post.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FavouriteRelationDescriptor
<Content> The relation type for user Content favourites.static final String
The name of the relationship for user favourites.static final FavouriteRelationDescriptor
<Space> The relation type for user Space favourites. -
Method Summary
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
getGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
-
Field Details
-
NAME
The name of the relationship for user favourites.- See Also:
-
CONTENT_FAVOURITE
The relation type for user Content favourites. -
SPACE_FAVOURITE
The relation type for user Space favourites.
-