Uses of Class
com.atlassian.confluence.it.Space

Packages that use Space
com.atlassian.confluence   
com.atlassian.confluence.api   
com.atlassian.confluence.cluster   
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.dashboard   
com.atlassian.confluence.it.export   
com.atlassian.confluence.it.feed   
com.atlassian.confluence.it.global   
com.atlassian.confluence.it.mail   
com.atlassian.confluence.it.rest   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.it.rpc.delegates.admin   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.it.space   
com.atlassian.confluence.it.user   
com.atlassian.confluence.multimedia   
com.atlassian.confluence.pageobjects   
com.atlassian.confluence.pageobjects.component   
com.atlassian.confluence.pageobjects.component.dashboard   
com.atlassian.confluence.pageobjects.component.dialog   
com.atlassian.confluence.pageobjects.page   
com.atlassian.confluence.pageobjects.page.admin.templates   
com.atlassian.confluence.pageobjects.page.content   
com.atlassian.confluence.pageobjects.page.search   
com.atlassian.confluence.pageobjects.page.space   
com.atlassian.confluence.qunit   
com.atlassian.confluence.qunit.pageobjects   
com.atlassian.confluence.rpc   
com.atlassian.confluence.sanity   
com.atlassian.confluence.sanity.cac.pageobjects   
com.atlassian.confluence.sanity.newinstance   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
com.atlassian.confluence.webdriver   
com.atlassian.confluence.webdriver.editor.base   
 

Uses of Space in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as Space
static Space BigAcceptanceTest.FUNKTEST_SPACE
           
 Space AbstractConfluenceAcceptanceTest.TEST_SPACE
           
 Space AbstractConfluenceAcceptanceTest.TEST_SPACE2
           
 

Methods in com.atlassian.confluence with parameters of type Space
 void AbstractConfluenceAcceptanceTest.createSpaceViaWebUI(Space space)
           
 void PageAcceptanceTester.movePage(String title, Space oldSpace, Space newSpace)
          Deprecated. since 5.0 Use an EditContentBean or appropriate rpc call such as ConfluenceRpc.movePageToTopLevel(com.atlassian.confluence.it.Page, com.atlassian.confluence.it.Space)
 org.codehaus.jackson.JsonNode PageAcceptanceTester.setBlogLabels(Space space, BlogPost blogPost, String labels)
          Add the specified labels to the blog
 SpaceAdmin AbstractConfluenceAcceptanceTest.viewSpaceAdmin(Space space)
           
 SpacePermissions AbstractConfluenceAcceptanceTest.viewSpacePermissions(Space space)
           
 

Uses of Space in com.atlassian.confluence.api
 

Fields in com.atlassian.confluence.api declared as Space
 Space RemoteContentRestrictionServiceAcceptanceTest.TEST_SPACE
           
 Space RemoteContentLabelServiceAcceptanceTest.TEST_SPACE
           
 

Uses of Space in com.atlassian.confluence.cluster
 

Fields in com.atlassian.confluence.cluster declared as Space
protected  Space AbstractClusteredTestCase.TEST_SPACE
           
 

Uses of Space in com.atlassian.confluence.it
 

Fields in com.atlassian.confluence.it declared as Space
 Space TestData.space
           
protected  Space AbstractPageEntity.space
           
 Space TestData.space2
           
static Space Space.TEST
          A sample test space.
static Space AcceptanceTestHelper.TEST_SPACE
           
static Space Space.TEST2
          A sample test space.
 

Methods in com.atlassian.confluence.it that return Space
 Space UserStatus.getSpace()
           
 Space UserInformation.getSpace()
           
 Space Page.getSpace()
           
 Space Draft.getSpace()
           
 Space ContentEntity.getSpace()
           
 Space Comment.getSpace()
           
 Space BlogPost.getSpace()
           
static Space Space.personalSpaceFor(User user)
           
 

Methods in com.atlassian.confluence.it with parameters of type Space
 void AbstractPageEntity.setSpace(Space space)
           
 

Constructors in com.atlassian.confluence.it with parameters of type Space
BlogPost(Space space, String title, String content)
           
BlogPost(Space space, String title, String content, Date publishDate)
           
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)
           
Page(Space space, String title, String content, long parentPageId)
           
 

Uses of Space in com.atlassian.confluence.it.api
 

Methods in com.atlassian.confluence.it.api that return Space
static Space ApiEntityConverter.convertApiSpaceToItSpace(Space space)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Space
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
static EditContentBean.CreateByUrlBuilder EditContentBean.createByUrlBuilder(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createPage(Space space)
          Returns a page creation bean by going to view the space and clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createPageViaUrl(Space space)
          Deprecated. since 5.4 use EditContentBean.CreateByUrlBuilder instead.
static EditContentBean EditContentBean.createPageViaUrl(Space space, net.sourceforge.jwebunit.junit.WebTester tester)
          Deprecated. since 5.4 use EditContentBean.CreateByUrlBuilder 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
 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
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 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 SimpleHtmlSpaceExportStructure Exporter.getSimpleHtmlExportStructure(Space space, File htmlExportZip)
          Given an export html zip, returns a structure that represents the export.
 

Constructors in com.atlassian.confluence.it.export with parameters of type Space
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
SpaceScope(Space space)
           
 

Uses of Space in com.atlassian.confluence.it.global
 

Methods in com.atlassian.confluence.it.global with parameters of type Space
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
 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
protected static Space AbstractRestAcceptanceTest.TEST_SPACE
          Deprecated.  
protected static Space AbstractJUnit3RestAcceptanceTest.TEST_SPACE
           
 

Uses of Space in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return Space
 Space ConfluenceRpc.createPersonalSpace(User user)
           
 Space ConfluenceRpc.createSpace(Space space)
           
 Space ConfluenceRpc.createSpace(String key, String name, String description)
          Deprecated. Since 5.5. Create a Space and call ConfluenceRpc.createSpace(Space).
 Space ConfluenceRpc.getSpace(String spaceKey)
          Returns the space with the specified key.
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Space
 List<Space> ConfluenceRpc.getSpaces()
          Retrieves spaces visible to the currently logged in rpc user
 List<Space> ConfluenceRpc.getSpacesContainingContentWithLabel(String labelName)
           
 List<Space> ConfluenceRpc.getSpacesWithLabel(String labelName)
           
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Space
 boolean ConfluenceRpc.addLabelToSpace(String label, Space space)
          Adds a label to the specified space
 void ConfluenceRpc.archiveSpace(Space space)
           
 List<Page> ConfluenceRpc.createPageHierarchy(Space space, int depth, String pageTitlePrefix)
          Create a simple hierarchy of pages where each page is the parent of the next.
 Space ConfluenceRpc.createSpace(Space space)
           
 long ConfluenceRpc.createTemplate(String templateName, String content, Space space)
           
 long ConfluenceRpc.createTemplateWithStorageFormat(String templateName, String storageFormat, Space space)
           
 void ConfluenceRpc.editPage(Space space, String pageTitle, String newTitle, String newContent)
          Modifies the page with the given details
 String ConfluenceRpc.exportSpace(Space space, String exportType)
          Returns the URL of the downloadable export.
 Page ConfluenceRpc.getExistingPage(Space space, String pageTitle)
          Retrieve the fully populated Page object for a page, known to exist in confluence.
 List<Long> ConfluenceRpc.getPageIdsInSpace(Space space)
           
 List<Page> ConfluenceRpc.getPagesInSpace(Space space)
           
 List<String> ConfluenceRpc.getPermissionsForUser(Space space, User user)
           
 void ConfluenceRpc.grantAllPermissions(Entity entity, Space space)
           
 void ConfluenceRpc.grantAllPermissionsExceptAdmin(Entity entity, Space space)
           
 void ConfluenceRpc.grantAnonymousPermission(SpacePermission permission, Space space)
           
 void ConfluenceRpc.grantPermission(SpacePermission permission, Space space, Entity entity)
           
 void ConfluenceRpc.grantPermissions(Space space, Entity entity, SpacePermission... permissions)
           
 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)
           
 void ConfluenceRpc.movePageToTopLevel(Page page, Space targetSpace)
          Moves a page to the top of the target space
 void ConfluenceRpc.purgeFromTrash(Space space, long pageId)
          Deprecated. Since 5.6. Just call ContentRpc.purge(ContentId) directly.
 boolean ConfluenceRpc.removeLabelFromSpace(String label, Space space)
          Removes a label from the specified space
 void ConfluenceRpc.revokeAnonymousPermission(SpacePermission permission, Space space)
           
 void ConfluenceRpc.revokePermission(SpacePermission permission, Space space, Entity entity)
           
 void ConfluenceRpc.revokePermissions(Space space, Entity entity, SpacePermission... permissions)
          Unfortunately there is no revokePermissions method on the API, so this just calls the singular method repeatedly.
 void ConfluenceRpc.setThemeForSpace(Space space, BundledTheme theme)
           
 void ConfluenceRpc.unarchiveSpace(Space space)
           
 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
 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
 Space SpaceRpc.create(Space space, boolean isPrivate)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Space
 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
 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
 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
 Space XmlRpcSpaceClient.createSpace(Space space)
           
 Page XmlRpcContentClient.getExistingPage(Space space, String pageTitle)
          Retrieve the fully populated Page object for a page, known to exist in confluence.
 void XmlRpcContentClient.purgeFromTrash(Space space, long pageId)
           
 

Uses of Space in com.atlassian.confluence.it.space
 

Methods in com.atlassian.confluence.it.space with parameters of type Space
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
 Space UserProfile.createPersonalSpace(User user)
           
 

Uses of Space in com.atlassian.confluence.multimedia
 

Fields in com.atlassian.confluence.multimedia declared as Space
protected  Space AbstractMultimediaMacroAcceptanceTest.otherSpace
           
 

Methods in com.atlassian.confluence.multimedia with parameters of type Space
protected  String AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space, ContentEntity ce, Attachment file, String width, String height)
           
 

Uses of Space in com.atlassian.confluence.pageobjects
 

Methods in com.atlassian.confluence.pageobjects with parameters of type Space
 CreateBlog ConfluenceTestedProduct.loginAndCreateBlog(User user, Space space)
           
 CreatePage ConfluenceTestedProduct.loginAndCreatePage(User user, Space space)
           
 CreatePageTemplate ConfluenceTestedProduct.loginAndCreatePageTemplate(User user, Space space)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.component
 

Constructors in com.atlassian.confluence.pageobjects.component with parameters of type Space
FavouriteSpace(Space space)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.component.dashboard
 

Methods in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type Space
 FavouriteSpace DashboardSpacesTab.getFavouriteSpace(Space space)
           
 boolean DashboardSpacesTab.isSpacePresent(Space space)
           
 boolean DashboardSpacesTab.isSpacePresent(Space space, String section)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.component.dialog
 

Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type Space
 void MoveBlogPostDialog.clickMoveAndAssertNewSpace(Space space)
           
 boolean MovePageDialog.isSpacePresentInBrowse(Space space)
          Returns true if the given space is available in the space select of the browse panel
 void MoveBlogPostDialog.SpacePicker.pickSpace(Space space)
           
 void LinkBrowserDialog.selectSpace(Space space)
           
 MovePageDialog MovePageDialog.selectSpaceInBrowse(Space space)
           
 MovePageDialog MovePageDialog.waitForBreadcrumbs(Space space, Page parentPage)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.page
 

Methods in com.atlassian.confluence.pageobjects.page with parameters of type Space
 SpaceDirectoryPage SpaceDirectoryPage.clickAddFavouriteLink(Space space)
           
 ViewSpaceSummaryPage SpaceDirectoryPage.clickSpaceSummaryLink(Space space)
           
 SpaceDirectoryPage SpaceDirectoryPage.clickTeamLabelLozenge(Space space, String labelName)
           
 String SpaceDirectoryPage.getSpaceLogoImageSource(Space space)
           
 String SpaceDirectoryPage.getSpaceName(Space space)
           
 boolean SpaceDirectoryPage.isSpaceFavouritesVisible(Space space)
           
 boolean SpaceDirectoryPage.isSpacePresent(Space space)
           
 boolean SpaceDirectoryPage.isTeamLabelLozengePresent(Space space, String labelName)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.page.admin.templates
 

Constructors in com.atlassian.confluence.pageobjects.page.admin.templates with parameters of type Space
SpaceTemplatesPage(Space space)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.page.content
 

Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Space
CreateBlog(Space space)
           
CreatePage(Space space)
           
PageTemplateWizard(Space space)
           
PageTemplateWizard(Space space, Long templateId)
           
PageTemplateWizard(Space space, Page parentPage)
           
ViewRecentBlogPosts(Space space)
           
ViewSpaceAttachmentsPage(Space space)
           
ViewSpaceLabelsAlphabetical(Space space)
           
ViewSpaceLabelsHeatmap(Space space)
           
ViewSpacePagesAlphabetical(Space space)
           
ViewSpacePagesOrphaned(Space space)
           
ViewSpacePagesTree(Space space)
           
ViewSpacePagesUndefined(Space space)
           
ViewSpaceRecentBlogs(Space space)
           
ViewSpaceRecentPages(Space space)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.page.search
 

Constructors in com.atlassian.confluence.pageobjects.page.search with parameters of type Space
LabelSearchPage(Space space, String label)
           
 

Uses of Space in com.atlassian.confluence.pageobjects.page.space
 

Fields in com.atlassian.confluence.pageobjects.page.space declared as Space
protected  Space AbstractSpaceExport.space
           
 

Constructors in com.atlassian.confluence.pageobjects.page.space with parameters of type Space
AbstractSpaceExport(Space space)
           
BrowseSpacePage(Space space)
           
ChooseSpaceThemePage(Space space)
           
ColorSchemePage(Space space)
           
CopySpacePage(Space space)
           
CreatePageTemplate(Space space)
           
EditSpacePermissionsPage(Space space)
           
EditSpaceStylesheetPage(Space space)
           
ListPageTemplates(Space space)
           
MailboxImportPage(Space space)
           
PagesCollectorPage(Space space)
           
SiteExportResult(Space space)
           
SpaceHtmlExport(Space space)
           
SpaceXmlExport(Space space)
           
ViewPageTemplate(Space space, String entityId)
           
ViewSpaceStylesheetPage(Space space)
           
ViewSpaceSummaryPage(Space space)
           
ViewSpaceTrashPage(Space space)
           
 

Uses of Space in com.atlassian.confluence.qunit
 

Methods in com.atlassian.confluence.qunit with parameters of type Space
protected  void QUnitEditorWebDriverTestSuite.warmUp(Space space, QUnitTestProduct qUnitTestProduct)
           
protected  void QUnitViewPageWebDriverTestSuite.warmUp(Space space, QUnitTestProduct qUnitTestProduct)
           
 

Constructors in com.atlassian.confluence.qunit with parameters of type Space
QUnitEditorWebDriverTestSuite(String[] directoryNames, User user, Space space)
           
QUnitEditorWebDriverTestSuite(String directoryName, User user, Space space)
           
QUnitQuickCommentEditorWebDriverTestSuite(String[] directoryNames, User user, Space space)
           
QUnitQuickEditEditorWebDriverTestSuite(String[] directoryNames, User user, Space space)
           
QUnitQuickEditEditorWebDriverTestSuite(String directoryName, User user, Space space)
           
QUnitViewPageWebDriverTestSuite(String[] directoryNames, User user, Space space)
           
 

Uses of Space in com.atlassian.confluence.qunit.pageobjects
 

Constructors in com.atlassian.confluence.qunit.pageobjects with parameters of type Space
QUnitCreatePage(String testName, Space space)
           
QUnitOnViewPage(String testName, Space space)
           
QUnitQuickEditorOnHomePage(String testName, Space space)
           
 

Uses of Space in com.atlassian.confluence.rpc
 

Methods in com.atlassian.confluence.rpc with parameters of type Space
 Hashtable TrashRpcAcceptanceTest.getTrashContents(Space space, int offset, int count)
           
 

Uses of Space in com.atlassian.confluence.sanity
 

Fields in com.atlassian.confluence.sanity declared as Space
 Space CreateDialogTest.smokeSpace
           
 Space AbstractWebDriverSanityTest.smokeSpace
           
 

Methods in com.atlassian.confluence.sanity that return Space
 Space AbstractWebDriverSanityTest.getSmokeSpace()
           
 

Uses of Space in com.atlassian.confluence.sanity.cac.pageobjects
 

Constructors in com.atlassian.confluence.sanity.cac.pageobjects with parameters of type Space
AddVersionsPage(Space space)
           
 

Uses of Space in com.atlassian.confluence.sanity.newinstance
 

Fields in com.atlassian.confluence.sanity.newinstance declared as Space
 Space PagePermissionTest.smokeSpace
           
 

Uses of Space in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Space
protected  Space AbstractSeleniumTest.testSpace
           
 

Uses of Space in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Space
 void Editor.createBlogPost(Space space)
           
 void Editor.createPage(Space space)
           
 PageTemplateWizard Editor.createPageFromTemplate(Space space)
           
 PageTemplateWizard Editor.createPageFromTemplate(Space space, long parentPageId)
           
 Attachment AttachTo.draftFromEditor(String attachmentPath, String contentType, User remoteUser, Space space)
           
 String LookAndFeel.getEditSpaceStylesheetUrl(Space space)
           
 void GlobalEntitiesPanel.isSpacePresent(Space space)
           
 void GlobalEntitiesPanel.isSpacePresent(Space space, String section)
           
 SpaceBrowse Suite.logIn(User user, Space destination)
           
 TinyMce Editor.logInAndCreateBlogPost(User user, Space space)
           
 TinyMce Editor.logInAndCreateChildPage(User user, Space space, long parentPageId)
           
 TinyMce Editor.logInAndCreateEditorTemplate(User user, Space space)
           
 TinyMce Editor.logInAndCreatePage(User user, Space space)
           
 void LookAndFeel.logInAndEditSpaceStyle(User user, Space space)
           
 void MovePageDialog.selectSpaceOnBrowsePanel(Space space)
          Change the selected space on the browse panel.
 void InsertImageDialog.setSearchSpace(Space space)
           
 void MovePageDialog.waitForBreadcrumbs(Space space, Page parentPage)
          Waits until the location breadcrumbs match the passed Space and parent Page.
 void MovePageDialog.waitForSpaceAtBrowseTreeRoot(Space space)
          On the Browse panel, waits until the root node shows the required Space name.
 void PageGadget.waitForSpaceToBeSelected(Space space)
           
 

Constructors in com.atlassian.confluence.selenium.client with parameters of type Space
Location(Space space)
          Located at the root of a space (i.e.
Location(Space space, String parentPageTitle)
           
 

Uses of Space in com.atlassian.confluence.webdriver
 

Fields in com.atlassian.confluence.webdriver declared as Space
protected  Space MovePageTest.monkeySpace
           
 

Methods in com.atlassian.confluence.webdriver with parameters of type Space
protected  List<Page> MovePageTest.createPageHierarchy(String pagePrefix, int depth, Space space)
          Create a simple hierarchy of pages where each page is the parent of the next.
 

Uses of Space in com.atlassian.confluence.webdriver.editor.base
 

Fields in com.atlassian.confluence.webdriver.editor.base declared as Space
protected  Space AbstractLinkBrowserTest.personalSpace
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.