Uses of Interface
com.atlassian.confluence.relations.touch.TouchRelationSupport
-
Packages that use TouchRelationSupport Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.relations.touch com.atlassian.confluence.tinymceplugin.rest -
-
Uses of TouchRelationSupport in com.atlassian.confluence.api.impl.service.content
Constructor parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type TouchRelationSupport Constructor Description ContentServiceImpl(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, com.google.common.base.Supplier<TouchRelationSupport> touchRelationSupportSupplier, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of TouchRelationSupport in com.atlassian.confluence.relations.touch
Classes in com.atlassian.confluence.relations.touch that implement TouchRelationSupport Modifier and Type Class Description class
TouchRelationSupportImpl
-
Uses of TouchRelationSupport in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type TouchRelationSupport Constructor Description DraftsResource(UserAccessor userAccessor, DraftService draftService, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, PermissionManager permissionManager, DraftManager draftManager, I18NBeanFactory i18NBeanFactory, PageManager pageManager, DraftsTransitionHelper draftsTransitionHelper, EditorConverter editConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, TouchRelationSupport touchRelationSupport)
-