Class TouchRelationSupportImpl
- java.lang.Object
-
- com.atlassian.confluence.relations.touch.TouchRelationSupportImpl
-
- All Implemented Interfaces:
TouchRelationSupport
public class TouchRelationSupportImpl extends Object implements TouchRelationSupport
- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description TouchRelationSupportImpl(ContentService contentService, RelationService relationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
TouchRelationSupportImpl
public TouchRelationSupportImpl(ContentService contentService, RelationService relationService)
-
-
Method Detail
-
handleTouchRelations
public void handleTouchRelations(Content input)
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.
-
-