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 SummaryFieldsModifier and TypeFieldDescriptionstatic final CumulativeContributorRelationDescriptorstatic final String
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptorgetGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
- 
Field Details- 
NAME- See Also:
 
- 
CUMULATIVE_CONTRIBUTOR
 
- 
- 
Constructor Details- 
CumulativeContributorRelationDescriptorprotected CumulativeContributorRelationDescriptor()
 
-