Uses of Interface
com.atlassian.confluence.api.service.relations.RelationService
Packages that use RelationService
Package
Description
-
Uses of RelationService in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type RelationServiceModifierConstructorDescriptionSharedContentDraftServiceImpl
(ContentService contentService, ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, RelatableResolver relatableResolver, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, RelationManager relationManager, AccessModeService accessModeService) -
Uses of RelationService in com.atlassian.confluence.api.impl.service.relation
Classes in com.atlassian.confluence.api.impl.service.relation that implement RelationService -
Uses of RelationService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type RelationServiceModifier and TypeMethodDescriptionvoid
HeartbeatAction.setApiRelationService
(RelationService relationService) -
Uses of RelationService in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type RelationServiceModifierConstructorDescriptionRelationResource
(RelationService relationService, PersonService personService) -
Uses of RelationService in com.atlassian.confluence.relations.touch
Constructors in com.atlassian.confluence.relations.touch with parameters of type RelationServiceModifierConstructorDescriptionTouchRelationSupportImpl
(ContentService contentService, RelationService relationService) -
Uses of RelationService in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type RelationServiceModifierConstructorDescriptionDraftsResource
(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)