Uses of Interface
com.atlassian.confluence.plugins.rest.manager.RestSpaceManager
-
Packages that use RestSpaceManager Package Description com.atlassian.confluence.plugins.rest.entities com.atlassian.confluence.plugins.rest.manager com.atlassian.confluence.plugins.rest.resources -
-
Uses of RestSpaceManager in com.atlassian.confluence.plugins.rest.entities
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type RestSpaceManager Constructor Description SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestSpaceManager restSpaceManager) -
Uses of RestSpaceManager in com.atlassian.confluence.plugins.rest.manager
Classes in com.atlassian.confluence.plugins.rest.manager that implement RestSpaceManager Modifier and Type Class Description classDefaultRestSpaceManagerDefault implementation of theRestSpaceManager. -
Uses of RestSpaceManager in com.atlassian.confluence.plugins.rest.resources
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type RestSpaceManager Constructor Description PrototypeSpaceResource(UserAccessor userAccessor, RestSpaceManager restSpaceManager, SpacePermissionManager spacePermissionManager)Deprecated.
-