Uses of Interface
com.atlassian.confluence.api.service.permissions.ContentRestrictionService
- 
- 
Uses of ContentRestrictionService in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentRestrictionService Constructor Description ContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceFactory, ContentMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory, ContentExtensionsFactory extensionsFactory, OperationService operationService, ContentRestrictionService contentRestrictionService, NavigationService navigationService) - 
Uses of ContentRestrictionService in com.atlassian.confluence.api.impl.service.permissions
Classes in com.atlassian.confluence.api.impl.service.permissions that implement ContentRestrictionService Modifier and Type Class Description classContentRestrictionServiceImpl - 
Uses of ContentRestrictionService in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type ContentRestrictionService Constructor Description ExperimentalContentRestrictionsResource(ContentRestrictionService service) - 
Uses of ContentRestrictionService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentRestrictionService Constructor Description ContentRestrictionResource(ContentRestrictionService service) 
 -