Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSpace
-
Packages that use RemoteSpace Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteSpace in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteSpace Modifier and Type Method Description RemoteSpace
ConfluenceSoapService. addPersonalSpace(String token, RemoteSpace space, String username)
RemoteSpace
WikiSoapService. addPersonalSpace(String token, RemoteSpace space, String username)
RemoteSpace
XhtmlSoapService. addPersonalSpace(String token, RemoteSpace space, String username)
RemoteSpace
ConfluenceSoapService. addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
RemoteSpace
WikiSoapService. addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
RemoteSpace
XhtmlSoapService. addPersonalSpaceWithDefaultPermissions(String token, RemoteSpace space, String username)
RemoteSpace
ConfluenceSoapService. addSpace(String token, RemoteSpace space)
RemoteSpace
WikiSoapService. addSpace(String token, RemoteSpace space)
RemoteSpace
XhtmlSoapService. addSpace(String token, RemoteSpace space)
RemoteSpace
ConfluenceSoapService. addSpaceWithDefaultPermissions(String token, RemoteSpace space)
RemoteSpace
WikiSoapService. addSpaceWithDefaultPermissions(String token, RemoteSpace space)
RemoteSpace
XhtmlSoapService. addSpaceWithDefaultPermissions(String token, RemoteSpace space)
RemoteSpace
ConfluenceSoapService. getSpace(String token, String spaceKey)
RemoteSpace
WikiSoapService. getSpace(String token, String spaceKey)
RemoteSpace
XhtmlSoapService. getSpace(String token, String spaceKey)
RemoteSpace[]
ConfluenceSoapService. getSpacesContainingContentWithLabel(String token, String labelName)
Returns all Spaces that have content labelled with labelNameRemoteSpace[]
WikiSoapService. getSpacesContainingContentWithLabel(String token, String labelName)
RemoteSpace[]
XhtmlSoapService. getSpacesContainingContentWithLabel(String token, String labelName)
RemoteSpace[]
ConfluenceSoapService. getSpacesWithLabel(String token, String labelName)
Returns an array of Spaces that have been labelled with labelNameRemoteSpace[]
WikiSoapService. getSpacesWithLabel(String token, String labelName)
RemoteSpace[]
XhtmlSoapService. getSpacesWithLabel(String token, String labelName)
RemoteSpace
ConfluenceSoapService. storeSpace(String token, RemoteSpace remoteSpace)
Allows for modifying space details via the remote API.RemoteSpace
WikiSoapService. storeSpace(String token, RemoteSpace 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 RemoteSpace Modifier and Type Method Description RemoteSpace
SpacesSoapService. addPersonalSpace(RemoteSpace space, String username)
RemoteSpace
SpacesSoapService. addPersonalSpaceWithDefaultPermissions(RemoteSpace space, String username)
RemoteSpace
SpacesSoapService. addSpace(RemoteSpace space)
RemoteSpace
SpacesSoapService. addSpaceWithDefaultPermissions(RemoteSpace space)
RemoteSpace
SpacesSoapService. getSpace(String spaceKey)
RemoteSpace[]
LabelsSoapService. getSpacesContainingContentWithLabel(String labelName)
RemoteSpace[]
LabelsSoapService. getSpacesWithLabel(String labelName)
RemoteSpace
SpacesSoapService. storeSpace(RemoteSpace remoteSpace)
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteSpace Modifier and Type Method Description RemoteSpace
SpacesSoapService. addPersonalSpace(RemoteSpace space, String username)
RemoteSpace
SpacesSoapService. addPersonalSpaceWithDefaultPermissions(RemoteSpace space, String username)
RemoteSpace
SpacesSoapService. addSpace(RemoteSpace space)
RemoteSpace
SpacesSoapService. addSpaceWithDefaultPermissions(RemoteSpace space)
RemoteSpace
SpacesSoapService. storeSpace(RemoteSpace remoteSpace)
-