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 SpaceAbstractPageEntity. spaceDeprecated.SpaceTestData. spaceSpaceTestData. space2static SpaceSpace. TESTDeprecated.A sample test space.static SpaceAcceptanceTestHelper. TEST_SPACEDeprecated.static SpaceSpace. TEST2Deprecated.A sample test space.Methods in com.atlassian.confluence.it that return Space Modifier and Type Method Description SpaceAbstractPageEntity. getSpace()Deprecated.SpaceComment. getSpace()Deprecated.SpaceContentEntity. getSpace()Deprecated.SpaceDraft. getSpace()SpaceUserInformation. getSpace()static SpaceSpace. 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 voidAbstractPageEntity. 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 SpaceApiEntityConverter. convertApiSpaceToItSpace(Space space)Methods in com.atlassian.confluence.it.api with parameters of type Space Modifier and Type Method Description static SpaceApiEntityConverter. 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.CreateByUrlBuilderEditContentBean. createByUrlBuilder(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)static EditContentBeanEditContentBean. createPage(Space space)Deprecated.since 5.9.0 useEditContentBean.createByUrlBuilder(Space, WebTester)instead.EditContentBeanEditContentBean. setLocation(Space space)Sets the location to a new space, in the top root level.voidCreateSpaceBean. setSpace(Space space)static ViewContentBeanViewContentBean. viewPage(Space space)View the home page of the given space.static ViewContentBeanViewContentBean. viewPage(Space space, String pageTitle)Factory method to return a ViewContentBean for the given page and space.static ViewContentBeanViewContentBean. viewPage(Space space, String pageTitle, net.sourceforge.jwebunit.junit.WebTester tester)static ViewContentBeanViewContentBean. viewPage(Space space, net.sourceforge.jwebunit.junit.WebTester tester)static ViewContentBeanViewContentBean. viewSpaceHomePage(Space space)static ViewContentBeanViewContentBean. 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 voidSpacesListMacro. assertCurrentSpacesTabContains(Space space)voidSpacesListMacro. 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 URLExporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption)Export a space through the web interface.static URLExporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption, Collection<Long> excludedPageIds)Export a space through the web interface.static URLExporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Collection<Long> excludedPageIds, Exporter.ExporterFormOption... options)Export a space through the web interface.static SimpleHtmlSpaceExportStructureExporter. 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 SiteSearchSiteSearch. searchInSpace(TitledContent content, Space space)static SiteSearchSiteSearch. 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 voidMailArchivingHelper. deleteExistingMail(Space space)voidMailArchivingHelper. goToAddMailAccount(Space space)voidMailArchivingHelper. gotoMailArchivePage(Space space)voidMailArchivingHelper. 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 SpaceAbstractJUnit3RestAcceptanceTest. TEST_SPACEDeprecated.protected static SpaceAbstractRestAcceptanceTest. TEST_SPACEDeprecated. -
Uses of Space in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Space Modifier and Type Method Description SpaceConfluenceRpc. createPersonalSpace(User user)Deprecated.SpaceConfluenceRpc. createSpace(Space space)Deprecated.SpaceConfluenceRpc. createSpace(String key, String name, String description)Deprecated.Since 5.5.SpaceConfluenceRpc. 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 booleanConfluenceRpc. addLabelToSpace(String label, Space space)Deprecated.Adds a label to the specified spacevoidConfluenceRpc. 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.SpaceConfluenceRpc. createSpace(Space space)Deprecated.longConfluenceRpc. createTemplate(String templateName, String content, Space space)Deprecated.longConfluenceRpc. createTemplateWithStorageFormat(String templateName, String storageFormat, Space space)Deprecated.voidConfluenceRpc. editPage(Space space, String pageTitle, String newTitle, String newContent)Deprecated.Modifies the page with the given detailsStringConfluenceRpc. exportSpace(Space space, String exportType)Deprecated.Returns the URL of the downloadable export.PageConfluenceRpc. getExistingPage(Space space, String pageTitle)Deprecated.Retrieve the fully populatedPageobject 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.voidConfluenceRpc. 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.voidConfluenceRpc. grantAllPermissionsExceptAdmin(Entity entity, Space space)Deprecated.voidConfluenceRpc. grantAnonymousPermission(SpacePermission permission, Space space)Deprecated.Old XML-RPC method.voidConfluenceRpc. grantPermission(SpacePermission permission, Space space, Entity entity)Deprecated.Old XML-RPC method.voidConfluenceRpc. grantPermissions(Space space, Entity entity, SpacePermission... permissions)Deprecated.Old XML-RPC method.booleanNotificationsRpc. isWatchingSpace(Space space, User user)Check whether the given user is watching the given space.booleanNotificationsRpc. isWatchingSpaceForType(Space space, ContentTypeEnum contentType, User user)Check whether the given user is watching the given content type (e.g.voidConfluenceRpc. moveBlogPost(BlogPost blogPost, Space targetSpace)Deprecated.voidConfluenceRpc. movePageToTopLevel(Page page, Space targetSpace)Deprecated.Moves a page to the top of the target spacevoidConfluenceRpc. purgeFromTrash(Space space, long pageId)Deprecated.Since 5.6.booleanConfluenceRpc. removeLabelFromSpace(String label, Space space)Deprecated.Removes a label from the specified spacevoidConfluenceRpc. revokeAnonymousPermission(SpacePermission permission, Space space)Deprecated.Old XML-RPC method.voidConfluenceRpc. revokePermission(SpacePermission permission, Space space, Entity entity)Deprecated.Old XML-RPC method.voidConfluenceRpc. revokePermissions(Space space, Entity entity, SpacePermission... permissions)Deprecated.Old XML-RPC method.voidConfluenceRpc. setThemeForSpace(Space space, BundledTheme theme)Deprecated.voidConfluenceRpc. unarchiveSpace(Space space)Deprecated.voidNotificationsRpc. unwatchSpace(User user, Space space, ContentTypeEnum contentType)voidNotificationsRpc. watchSpace(Space space)Watch a space as the current user.voidNotificationsRpc. watchSpace(User user, Space space)Watch all content in a space.voidNotificationsRpc. 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 voidNotificationsRpc. watchSpaces(User user, Iterable<Space> spaces)voidNotificationsRpc. 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 SpaceSpaceRpc. create(Space space, boolean isPrivate)Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Space Modifier and Type Method Description SpaceSpaceRpc. 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 voidThemeRpc. 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 SpaceXmlRpcSpaceClient. createSpace(Space space)SpaceXmlRpcSpaceClient. 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 SpaceXmlRpcSpaceClient. createSpace(Space space)PageXmlRpcContentClient. getExistingPage(Space space, String pageTitle)Retrieve the fully populatedPageobject for a page, known to exist in confluence.List<String>XmlRpcPermissionsClient. getPermissionsForUser(Space space, User user)voidXmlRpcPermissionsClient. grantAllPermissionsExceptAdmin(Entity entity, Space space)voidXmlRpcPermissionsClient. grantAnonymousPermission(SpacePermission permission, Space space)voidXmlRpcPermissionsClient. grantPermission(SpacePermission permission, Space space, Entity entity)voidXmlRpcPermissionsClient. grantPermissions(Space space, Entity entity, SpacePermission... permissions)booleanXmlRpcWatchClient. isWatchingSpace(User user, Space space)voidXmlRpcContentClient. purgeFromTrash(Space space, long pageId)voidXmlRpcPermissionsClient. revokePermission(SpacePermission permission, Space space, Entity entity)voidXmlRpcPermissionsClient. revokePermissions(Space space, Entity entity, SpacePermission... permissions)voidXmlRpcWatchClient. unwatchSpace(User user, Space space)voidXmlRpcWatchClient. 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 SpaceOperationsSpaceOperations. attachments(Space space)static SpaceAdminSpaceAdmin. getInstance(Space space)static SpaceAdminSpaceAdmin. getInstance(net.sourceforge.jwebunit.junit.WebTester webTester, Space space)static SpacePermissionsSpacePermissions. view(Space space)static SpacePermissionsSpacePermissions. 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 SpaceUserProfile. 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 CreateBlogConfluenceTestedProduct. loginAndCreateBlog(User user, Space space)Deprecated.CreatePageConfluenceTestedProduct. loginAndCreatePage(User user, Space space)Deprecated.CreatePageTemplateConfluenceTestedProduct. 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 voidLinkBrowserDialog. 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 SpaceAbstractSpaceExport. spaceDeprecated.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.
-