Uses of Interface
com.atlassian.confluence.plugins.rest.manager.RestContentManager
-
Packages that use RestContentManager Package Description com.atlassian.confluence.plugins.rest.entities com.atlassian.confluence.plugins.rest.manager com.atlassian.confluence.plugins.rest.resources -
-
Uses of RestContentManager in com.atlassian.confluence.plugins.rest.entities
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type RestContentManager Constructor Description CommentEntityTreeExpander(RestContentManager restContentManager)ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager) -
Uses of RestContentManager in com.atlassian.confluence.plugins.rest.manager
Classes in com.atlassian.confluence.plugins.rest.manager that implement RestContentManager Modifier and Type Class Description classDefaultRestContentManagerConstructors in com.atlassian.confluence.plugins.rest.manager with parameters of type RestContentManager Constructor Description ChildrenListWrapperCallback(RestContentManager restContentManager, ContentEntityObject parentConfluenceObject)DefaultRestUserSessionManager(HttpContext httpContext, RestContentManager restContentManager) -
Uses of RestContentManager in com.atlassian.confluence.plugins.rest.resources
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type RestContentManager Constructor Description PrototypeContentResource(UserAccessor userAccessor, RestContentManager restContentManager, SpacePermissionManager spacePermissionManager)Deprecated.
-