Class TouchRelationSupportImpl
java.lang.Object
com.atlassian.confluence.relations.touch.TouchRelationSupportImpl
- All Implemented Interfaces:
TouchRelationSupport
- Since:
- 6.4.0
-
Constructor Summary
ConstructorsConstructorDescriptionTouchRelationSupportImpl
(ContentService contentService, RelationService relationService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleTouchRelations
(Content input) Modifies touch relations for a draft/current page pair to the correct state as though the logged in user just modified the associated content.
-
Constructor Details
-
TouchRelationSupportImpl
-
-
Method Details
-
handleTouchRelations
Description copied from interface:TouchRelationSupport
Modifies touch relations for a draft/current page pair to the correct state as though the logged in user just modified the associated content.- Specified by:
handleTouchRelations
in interfaceTouchRelationSupport
- Parameters:
input
- Requires at least a ContentType and ContentId to be set on the supplied Content object.
-