| java.lang.Object | |
| ↳ | com.atlassian.confluence.rpc.soap.services.SoapServiceHelperImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentEntityManager | |||||||||||
| linkManager | |||||||||||
| pageManager | |||||||||||
| permissionManager | |||||||||||
| spaceManager | |||||||||||
| userAccessor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines if the current user can modify/edit the given object
If the current user is a super-user, they will automatically pass this test
| |||||||||||
Throw an exception if the user can't remove the given page.
| |||||||||||
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
| |||||||||||
Retrieves the content with the given ID, throwing an exception if the content can not
be found, or the current user has not permission to view it.
| |||||||||||
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
| |||||||||||
Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.
| |||||||||||
Retrieves the user with the given username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.rpc.soap.services.SoapServiceHelper
| |||||||||||
Determines if the current user can modify/edit the given object If the current user is a super-user, they will automatically pass this test
| obj | the target object |
|---|---|
| typeDescription | the type of object (e.g. "labels") |
| NotPermittedException |
|---|
Throw an exception if the user can't remove the given page.
| RemoteException |
|---|
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
| RemoteException |
|---|
Retrieves the content with the given ID, throwing an exception if the content can not be found, or the current user has not permission to view it.
| contentId | the ID of the content to retrieve |
|---|
| RemoteException |
|---|
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
| RemoteException |
|---|
Retrieves a given space, and throws RemoteException if the space is not found or the user has no view perm.
| RemoteException |
|---|
Retrieves the user with the given username
| username | the username of the user |
|---|
| RemoteException |
|---|