Class TouchRelationSupportImpl
java.lang.Object
com.atlassian.confluence.relations.touch.TouchRelationSupportImpl
- All Implemented Interfaces:
- TouchRelationSupport
- Since:
- 6.4.0
- 
Constructor SummaryConstructorsConstructorDescriptionTouchRelationSupportImpl(ContentService contentService, RelationService relationService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleTouchRelations(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- 
handleTouchRelationsDescription copied from interface:TouchRelationSupportModifies 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:
- handleTouchRelationsin interface- TouchRelationSupport
- Parameters:
- input- Requires at least a ContentType and ContentId to be set on the supplied Content object.
 
 
-