Uses of Class
com.atlassian.confluence.it.Space
-
-
Uses of Space in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as Space Modifier and Type Field Description protected Space
AbstractPageEntity. space
Deprecated.Space
TestData. space
Space
TestData. space2
static Space
Space. TEST
Deprecated.A sample test space.static Space
AcceptanceTestHelper. TEST_SPACE
Deprecated.static Space
Space. TEST2
Deprecated.A sample test space.Methods in com.atlassian.confluence.it that return Space Modifier and Type Method Description Space
AbstractPageEntity. getSpace()
Deprecated.Space
Comment. getSpace()
Deprecated.Space
ContentEntity. getSpace()
Deprecated.Space
Draft. getSpace()
Space
UserInformation. getSpace()
static Space
Space. personalSpaceFor(User user)
Deprecated.Methods in com.atlassian.confluence.it that return types with arguments of type Space Modifier and Type Method Description static org.hamcrest.BaseMatcher<Space>
Space.SpaceMatcher. withSpaceKey(String key)
Methods in com.atlassian.confluence.it with parameters of type Space Modifier and Type Method Description void
AbstractPageEntity. setSpace(Space space)
Deprecated.Constructors in com.atlassian.confluence.it with parameters of type Space Constructor Description AbstractPageEntity(Space space, String title)
Deprecated.BlogPost(Space space, String title, String content)
Deprecated.BlogPost(Space space, String title, String content, Date publishDate)
Deprecated.Draft(User owner, ContentType type, String title, Space space)
Draft(User owner, ContentType type, String title, String content, Space space)
Draft(User owner, String type, String title, String content, Page page, Space space)
Draft(User owner, String type, String title, String content, Space space)
Location(Space space)
Located at the root of a space (i.e.Location(Space space, String parentPageTitle)
Page(Space space, String title, String content)
Deprecated.Page(Space space, String title, String content, long parentPageId)
Deprecated. -
Uses of Space in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Space Modifier and Type Method Description static Space
ApiEntityConverter. convertApiSpaceToItSpace(Space space)
Methods in com.atlassian.confluence.it.api with parameters of type Space Modifier and Type Method Description static Space
ApiEntityConverter. convertItSpaceToApiSpace(Space space)
-
Uses of Space in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type Space Modifier and Type Method Description static EditContentBean.CreateByUrlBuilder
EditContentBean. createByUrlBuilder(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
static EditContentBean
EditContentBean. createPage(Space space)
Deprecated.since 5.9.0 useEditContentBean.createByUrlBuilder(Space, WebTester)
instead.EditContentBean
EditContentBean. setLocation(Space space)
Sets the location to a new space, in the top root level.void
CreateSpaceBean. setSpace(Space space)
static ViewContentBean
ViewContentBean. viewPage(Space space)
View the home page of the given space.static ViewContentBean
ViewContentBean. viewPage(Space space, String pageTitle)
Factory method to return a ViewContentBean for the given page and space.static ViewContentBean
ViewContentBean. viewPage(Space space, String pageTitle, net.sourceforge.jwebunit.junit.WebTester tester)
static ViewContentBean
ViewContentBean. viewPage(Space space, net.sourceforge.jwebunit.junit.WebTester tester)
static ViewContentBean
ViewContentBean. viewSpaceHomePage(Space space)
static ViewContentBean
ViewContentBean. viewSpaceHomePage(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
-
Uses of Space in com.atlassian.confluence.it.dashboard
Methods in com.atlassian.confluence.it.dashboard with parameters of type Space Modifier and Type Method Description void
SpacesListMacro. assertCurrentSpacesTabContains(Space space)
void
SpacesListMacro. assertCurrentSpacesTabDoesNotContains(Space space)
-
Uses of Space in com.atlassian.confluence.it.export
Methods in com.atlassian.confluence.it.export with parameters of type Space Modifier and Type Method Description static URL
Exporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption)
Export a space through the web interface.static URL
Exporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption, Collection<Long> excludedPageIds)
Export a space through the web interface.static URL
Exporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Collection<Long> excludedPageIds, Exporter.ExporterFormOption... options)
Export a space through the web interface.static SimpleHtmlSpaceExportStructure
Exporter. getSimpleHtmlSpaceExportStructure(Space space, ZipFile siteZip)
Given an export html zip, returns a structure that represents the export.Constructors in com.atlassian.confluence.it.export with parameters of type Space Constructor Description SimpleHtmlSpaceExportStructure(Space space, ZipFile exportZipFile)
-
Uses of Space in com.atlassian.confluence.it.feed
Constructors in com.atlassian.confluence.it.feed with parameters of type Space Constructor Description SpaceScope(Space space)
-
Uses of Space in com.atlassian.confluence.it.global
Methods in com.atlassian.confluence.it.global with parameters of type Space Modifier and Type Method Description static SiteSearch
SiteSearch. searchInSpace(TitledContent content, Space space)
static SiteSearch
SiteSearch. searchInSpace(TitledContent content, Space space, net.sourceforge.jwebunit.junit.WebTester tester)
-
Uses of Space in com.atlassian.confluence.it.mail
Methods in com.atlassian.confluence.it.mail with parameters of type Space Modifier and Type Method Description void
MailArchivingHelper. deleteExistingMail(Space space)
void
MailArchivingHelper. goToAddMailAccount(Space space)
void
MailArchivingHelper. gotoMailArchivePage(Space space)
void
MailArchivingHelper. importMail(String filePath, Space space)
-
Uses of Space in com.atlassian.confluence.it.rest
Fields in com.atlassian.confluence.it.rest declared as Space Modifier and Type Field Description protected static Space
AbstractJUnit3RestAcceptanceTest. TEST_SPACE
Deprecated.protected static Space
AbstractRestAcceptanceTest. TEST_SPACE
Deprecated. -
Uses of Space in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Space Modifier and Type Method Description Space
ConfluenceRpc. createPersonalSpace(User user)
Deprecated.Space
ConfluenceRpc. createSpace(Space space)
Deprecated.Space
ConfluenceRpc. createSpace(String key, String name, String description)
Deprecated.Since 5.5.Space
ConfluenceRpc. getSpace(String spaceKey)
Deprecated.Returns the space with the specified key.Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Space Modifier and Type Method Description List<Space>
ConfluenceRpc. getSpaces()
Deprecated.Retrieves spaces visible to the currently logged in rpc userList<Space>
ConfluenceRpc. getSpacesContainingContentWithLabel(String labelName)
Deprecated.List<Space>
ConfluenceRpc. getSpacesWithLabel(String labelName)
Deprecated.Methods in com.atlassian.confluence.it.rpc with parameters of type Space Modifier and Type Method Description boolean
ConfluenceRpc. addLabelToSpace(String label, Space space)
Deprecated.Adds a label to the specified spacevoid
ConfluenceRpc. archiveSpace(Space space)
Deprecated.List<Page>
ConfluenceRpc. createPageHierarchy(Space space, int depth, String pageTitlePrefix)
Deprecated.Create a simple hierarchy of pages where each page is the parent of the next.Space
ConfluenceRpc. createSpace(Space space)
Deprecated.long
ConfluenceRpc. createTemplate(String templateName, String content, Space space)
Deprecated.long
ConfluenceRpc. createTemplateWithStorageFormat(String templateName, String storageFormat, Space space)
Deprecated.void
ConfluenceRpc. editPage(Space space, String pageTitle, String newTitle, String newContent)
Deprecated.Modifies the page with the given detailsString
ConfluenceRpc. exportSpace(Space space, String exportType)
Deprecated.Returns the URL of the downloadable export.Page
ConfluenceRpc. getExistingPage(Space space, String pageTitle)
Deprecated.Retrieve the fully populatedPage
object for a page, known to exist in confluence.List<Long>
ConfluenceRpc. getPageIdsInSpace(Space space)
Deprecated.List<Page>
ConfluenceRpc. getPagesInSpace(Space space)
Deprecated.List<String>
ConfluenceRpc. getPermissionsForUser(Space space, User user)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. grantAllPermissions(Entity entity, Space space)
Deprecated.Userpc.admin.permissions.
PermissionsRpc.addSpaceUserPermissions(java.lang.String, java.lang.String, com.atlassian.confluence.it.SpacePermission...)
orPermissionsRpc.addSpaceGroupPermissions(java.lang.String, java.lang.String, com.atlassian.confluence.it.SpacePermission...)
orPermissionsRpc.addSpaceAnonymousPermissions(java.lang.String, com.atlassian.confluence.it.SpacePermission...)
instead.void
ConfluenceRpc. grantAllPermissionsExceptAdmin(Entity entity, Space space)
Deprecated.void
ConfluenceRpc. grantAnonymousPermission(SpacePermission permission, Space space)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. grantPermission(SpacePermission permission, Space space, Entity entity)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. grantPermissions(Space space, Entity entity, SpacePermission... permissions)
Deprecated.Old XML-RPC method.boolean
NotificationsRpc. isWatchingSpace(Space space, User user)
Check whether the given user is watching the given space.boolean
NotificationsRpc. isWatchingSpaceForType(Space space, ContentTypeEnum contentType, User user)
Check whether the given user is watching the given content type (e.g.void
ConfluenceRpc. moveBlogPost(BlogPost blogPost, Space targetSpace)
Deprecated.void
ConfluenceRpc. movePageToTopLevel(Page page, Space targetSpace)
Deprecated.Moves a page to the top of the target spacevoid
ConfluenceRpc. purgeFromTrash(Space space, long pageId)
Deprecated.Since 5.6.boolean
ConfluenceRpc. removeLabelFromSpace(String label, Space space)
Deprecated.Removes a label from the specified spacevoid
ConfluenceRpc. revokeAnonymousPermission(SpacePermission permission, Space space)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. revokePermission(SpacePermission permission, Space space, Entity entity)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. revokePermissions(Space space, Entity entity, SpacePermission... permissions)
Deprecated.Old XML-RPC method.void
ConfluenceRpc. setThemeForSpace(Space space, BundledTheme theme)
Deprecated.void
ConfluenceRpc. unarchiveSpace(Space space)
Deprecated.void
NotificationsRpc. unwatchSpace(User user, Space space, ContentTypeEnum contentType)
void
NotificationsRpc. watchSpace(Space space)
Watch a space as the current user.void
NotificationsRpc. watchSpace(User user, Space space)
Watch all content in a space.void
NotificationsRpc. watchSpace(User user, Space space, ContentTypeEnum contentType)
Watch all content of a certain type in a space.Method parameters in com.atlassian.confluence.it.rpc with type arguments of type Space Modifier and Type Method Description void
NotificationsRpc. watchSpaces(User user, Iterable<Space> spaces)
void
NotificationsRpc. watchSpaces(User user, Iterable<Space> spaces, ContentTypeEnum contentType)
-
Uses of Space in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Space Modifier and Type Method Description Space
SpaceRpc. create(Space space, boolean isPrivate)
Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Space Modifier and Type Method Description Space
SpaceRpc. create(Space space, boolean isPrivate)
-
Uses of Space in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type Space Modifier and Type Method Description void
ThemeRpc. setSpaceTheme(Space space, BundledTheme theme)
-
Uses of Space in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return Space Modifier and Type Method Description Space
XmlRpcSpaceClient. createSpace(Space space)
Space
XmlRpcSpaceClient. createSpace(String key, String name, String description)
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Space Modifier and Type Method Description Space
XmlRpcSpaceClient. createSpace(Space space)
Page
XmlRpcContentClient. getExistingPage(Space space, String pageTitle)
Retrieve the fully populatedPage
object for a page, known to exist in confluence.List<String>
XmlRpcPermissionsClient. getPermissionsForUser(Space space, User user)
void
XmlRpcPermissionsClient. grantAllPermissionsExceptAdmin(Entity entity, Space space)
void
XmlRpcPermissionsClient. grantAnonymousPermission(SpacePermission permission, Space space)
void
XmlRpcPermissionsClient. grantPermission(SpacePermission permission, Space space, Entity entity)
void
XmlRpcPermissionsClient. grantPermissions(Space space, Entity entity, SpacePermission... permissions)
boolean
XmlRpcWatchClient. isWatchingSpace(User user, Space space)
void
XmlRpcContentClient. purgeFromTrash(Space space, long pageId)
void
XmlRpcPermissionsClient. revokePermission(SpacePermission permission, Space space, Entity entity)
void
XmlRpcPermissionsClient. revokePermissions(Space space, Entity entity, SpacePermission... permissions)
void
XmlRpcWatchClient. unwatchSpace(User user, Space space)
void
XmlRpcWatchClient. watchSpace(User user, Space space)
-
Uses of Space in com.atlassian.confluence.it.space
Methods in com.atlassian.confluence.it.space with parameters of type Space Modifier and Type Method Description static SpaceOperations
SpaceOperations. attachments(Space space)
static SpaceAdmin
SpaceAdmin. getInstance(Space space)
static SpaceAdmin
SpaceAdmin. getInstance(net.sourceforge.jwebunit.junit.WebTester webTester, Space space)
static SpacePermissions
SpacePermissions. view(Space space)
static SpacePermissions
SpacePermissions. view(net.sourceforge.jwebunit.junit.WebTester tester, Space space)
-
Uses of Space in com.atlassian.confluence.it.user
Methods in com.atlassian.confluence.it.user that return Space Modifier and Type Method Description Space
UserProfile. createPersonalSpace(User user)
-
Uses of Space in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects with parameters of type Space Modifier and Type Method Description CreateBlog
ConfluenceTestedProduct. loginAndCreateBlog(User user, Space space)
Deprecated.CreatePage
ConfluenceTestedProduct. loginAndCreatePage(User user, Space space)
Deprecated.CreatePageTemplate
ConfluenceTestedProduct. loginAndCreatePageTemplate(User user, Space space)
Deprecated. -
Uses of Space in com.atlassian.confluence.pageobjects.component.dialog
Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type Space Modifier and Type Method Description void
LinkBrowserDialog. selectSpace(Space space)
Deprecated. -
Uses of Space in com.atlassian.confluence.pageobjects.page.content
Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Space Constructor Description CreateBlog(Space space)
Deprecated.CreatePage(Space space)
Deprecated.PageTemplateWizard(Space space)
Deprecated.PageTemplateWizard(Space space, Page parentPage)
Deprecated.PageTemplateWizard(Space space, Long templateId)
Deprecated. -
Uses of Space in com.atlassian.confluence.pageobjects.page.space
Fields in com.atlassian.confluence.pageobjects.page.space declared as Space Modifier and Type Field Description protected Space
AbstractSpaceExport. space
Deprecated.Constructors in com.atlassian.confluence.pageobjects.page.space with parameters of type Space Constructor Description AbstractSpaceExport(Space space)
Deprecated.CopySpacePage(Space space)
Deprecated.CreatePageTemplate(Space space)
Deprecated.ListPageTemplates(Space space)
Deprecated.SpaceHtmlExport(Space space)
Deprecated.SpaceXmlExport(Space space)
Deprecated.ViewPageTemplate(Space space, String entityId)
Deprecated.ViewSpaceTrashPage(Space space)
Deprecated.
-