Uses of Class
com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
-
Packages that use AbstractRelationDescriptor Package Description com.atlassian.confluence.api.model.relations -
-
Uses of AbstractRelationDescriptor in com.atlassian.confluence.api.model.relations
Subclasses of AbstractRelationDescriptor in com.atlassian.confluence.api.model.relations Modifier and Type Class Description class
CollaboratorRelationDescriptor
class
CumulativeContributorRelationDescriptor
The descriptor of relations capturing both direct and indirect contributors of a content.class
FavouriteRelationDescriptor<T extends Relatable>
The built-in relationship type for favourites.class
LikeRelationDescriptor<T extends Relatable>
class
NamedRelationDescriptor<S extends Relatable,T extends Relatable>
Simple implementation ofRelationDescriptor
, which allows to create simple named relation descriptors.class
TouchedRelationDescriptor
Represents that a user has modified content, regardless of whether that change has been reverted.
-