Class CumulativeContributorRelationDescriptor
java.lang.Object
com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,Content>
com.atlassian.confluence.api.model.relations.CumulativeContributorRelationDescriptor
- All Implemented Interfaces:
RelationDescriptor<User,
Content>
@Internal
public class CumulativeContributorRelationDescriptor
extends AbstractRelationDescriptor<User,Content>
The descriptor of relations capturing both direct and indirect contributors of a content. These relations are always
attached to the current version of the content so they aren't deleted upon the removal of a historical version.
- Since:
- 7.12
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CumulativeContributorRelationDescriptor
static final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
getGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
-
Field Details
-
NAME
- See Also:
-
CUMULATIVE_CONTRIBUTOR
-
-
Constructor Details
-
CumulativeContributorRelationDescriptor
protected CumulativeContributorRelationDescriptor()
-