Uses of Interface
com.atlassian.confluence.api.service.relations.RelationService
-
-
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 RelationService Constructor Description SharedContentDraftServiceImpl(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 Modifier and Type Class Description class
RelationServiceImpl
-
Uses of RelationService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type RelationService Modifier and Type Method Description void
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 RelationService Constructor Description RelationResource(RelationService relationService, PersonService personService)
-
Uses of RelationService in com.atlassian.confluence.relations.touch
Constructors in com.atlassian.confluence.relations.touch with parameters of type RelationService Constructor Description TouchRelationSupportImpl(ContentService contentService, RelationService relationService)
-
Uses of RelationService in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type RelationService 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)
-