Class TouchedRelationDescriptor
java.lang.Object
com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,Content>
com.atlassian.confluence.api.model.relations.TouchedRelationDescriptor
- All Implemented Interfaces:
RelationDescriptor<User,
Content>
Represents that a user has modified content, regardless of whether that change has been reverted.
Original use case is for the recently updated filter on the dashboard.
- Since:
- 6.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the relationship for user touching contentstatic final TouchedRelationDescriptor
-
Constructor Summary
Constructors -
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 touching content- See Also:
-
TOUCHED
-
-
Constructor Details
-
TouchedRelationDescriptor
protected TouchedRelationDescriptor()
-