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>
public class TouchedRelationDescriptor extends AbstractRelationDescriptor<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
Fields Modifier and Type Field Description static String
NAME
The name of the relationship for user touching contentstatic TouchedRelationDescriptor
TOUCHED
-
Constructor Summary
Constructors Modifier Constructor Description protected
TouchedRelationDescriptor()
-
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
The name of the relationship for user touching content- See Also:
- Constant Field Values
-
TOUCHED
public static final TouchedRelationDescriptor TOUCHED
-
-