Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSpace
Packages that use RemoteSpace
-
Uses of RemoteSpace in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteSpaceModifier and TypeMethodDescriptionConfluenceSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) Deprecated.WikiSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) Deprecated.since 9.3.0, usecom.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
insteadWikiSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) ConfluenceSoapService.addSpace
(String token, RemoteSpace space) WikiSoapService.addSpace
(String token, RemoteSpace space) XhtmlSoapService.addSpace
(String token, RemoteSpace space) ConfluenceSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) WikiSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) XhtmlSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) ConfluenceSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) Deprecated.since 9.3.0, useSpaceService.find(Expansion...)
insteadWikiSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) XhtmlSoapService.getSpacesContainingContentWithLabel
(String token, String labelName) ConfluenceSoapService.getSpacesWithLabel
(String token, String labelName) Deprecated.since 9.3.0, useSpaceService.find(Expansion...)
insteadWikiSoapService.getSpacesWithLabel
(String token, String labelName) XhtmlSoapService.getSpacesWithLabel
(String token, String labelName) ConfluenceSoapService.storeSpace
(String token, RemoteSpace remoteSpace) Deprecated.since 9.3.0, use below rest apis instead: create space:SpaceService.create(Space, boolean)
update space:SpaceService.update(Space)
WikiSoapService.storeSpace
(String token, RemoteSpace remoteSpace) XhtmlSoapService.storeSpace
(String token, RemoteSpace remoteSpace) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteSpaceModifier and TypeMethodDescriptionConfluenceSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) Deprecated.since 9.3.0, usecom.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
insteadWikiSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpace
(String token, RemoteSpace space, String username) ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) Deprecated.since 9.3.0, usecom.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
insteadWikiSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) XhtmlSoapService.addPersonalSpaceWithDefaultPermissions
(String token, RemoteSpace space, String username) ConfluenceSoapService.addSpace
(String token, RemoteSpace space) WikiSoapService.addSpace
(String token, RemoteSpace space) XhtmlSoapService.addSpace
(String token, RemoteSpace space) ConfluenceSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) WikiSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) XhtmlSoapService.addSpaceWithDefaultPermissions
(String token, RemoteSpace space) ConfluenceSoapService.storeSpace
(String token, RemoteSpace remoteSpace) Deprecated.since 9.3.0, use below rest apis instead: create space:SpaceService.create(Space, boolean)
update space:SpaceService.update(Space)
WikiSoapService.storeSpace
(String token, RemoteSpace remoteSpace) XhtmlSoapService.storeSpace
(String token, RemoteSpace remoteSpace) -
Uses of RemoteSpace in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSpaceModifier and TypeMethodDescriptionSpacesSoapService.addPersonalSpace
(RemoteSpace space, String username) SpacesSoapService.addPersonalSpaceWithDefaultPermissions
(RemoteSpace space, String username) SpacesSoapService.addSpace
(RemoteSpace space) SpacesSoapService.addSpaceWithDefaultPermissions
(RemoteSpace space) LabelsSoapService.getSpacesContainingContentWithLabel
(String labelName) LabelsSoapService.getSpacesWithLabel
(String labelName) SpacesSoapService.storeSpace
(RemoteSpace remoteSpace) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteSpaceModifier and TypeMethodDescriptionSpacesSoapService.addPersonalSpace
(RemoteSpace space, String username) SpacesSoapService.addPersonalSpaceWithDefaultPermissions
(RemoteSpace space, String username) SpacesSoapService.addSpace
(RemoteSpace space) SpacesSoapService.addSpaceWithDefaultPermissions
(RemoteSpace space) SpacesSoapService.storeSpace
(RemoteSpace remoteSpace)
com.atlassian.confluence.api.service.content.SpaceService#createPersonal(PersonalSpaceDetailsForCreation)
instead