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
Fields Modifier and Type Field Description static CumulativeContributorRelationDescriptor
CUMULATIVE_CONTRIBUTOR
static String
NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
CumulativeContributorRelationDescriptor()
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
getGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
CUMULATIVE_CONTRIBUTOR
public static final CumulativeContributorRelationDescriptor CUMULATIVE_CONTRIBUTOR
-
-