|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Space in com.atlassian.confluence |
|---|
| Fields in com.atlassian.confluence declared as Space | |
|---|---|
static Space |
BigAcceptanceTest.FUNKTEST_SPACE
|
static Space |
AbstractConfluenceAcceptanceTest.TEST_SPACE
|
static Space |
AbstractConfluenceAcceptanceTest.TEST_SPACE2
|
| Methods in com.atlassian.confluence with parameters of type Space | |
|---|---|
void |
AbstractConfluenceAcceptanceTest.watchSpace(Space space)
|
| Uses of Space in com.atlassian.confluence.acceptancetest.roundtrip |
|---|
| Constructors in com.atlassian.confluence.acceptancetest.roundtrip with parameters of type Space | |
|---|---|
SpaceRoundTripSuite(Space space,
java.lang.String spaceExportPath)
Construct a suite to test the roundtrip of a particular space. |
|
SpaceRoundTripSuite(Space space,
java.lang.String spaceExportPath,
PageRoundTripTestFactory testFactory)
Construct a suite to test the roundtrip of a particular space. |
|
| Uses of Space in com.atlassian.confluence.it |
|---|
| Methods in com.atlassian.confluence.it that return Space | |
|---|---|
Space |
UserStatus.getSpace()
|
Space |
Page.getSpace()
|
Space |
Draft.getSpace()
|
Space |
ContentEntity.getSpace()
Return the space this content belongs to. |
Space |
Comment.getSpace()
|
Space |
BlogPost.getSpace()
|
| Constructors in com.atlassian.confluence.it with parameters of type Space | |
|---|---|
BlogPost(Space space,
java.lang.String title,
java.lang.String content)
|
|
Draft(User owner,
ContentType type,
java.lang.String title,
java.lang.String content,
Space space)
|
|
Page(Space space,
java.lang.String title,
java.lang.String content)
|
|
Page(Space space,
java.lang.String title,
java.lang.String content,
long parentPageId)
|
|
| Uses of Space in com.atlassian.confluence.it.content |
|---|
| Methods in com.atlassian.confluence.it.content with parameters of type Space | |
|---|---|
static EditContentBean |
EditContentBean.createPage(net.sourceforge.jwebunit.junit.WebTester webTester,
Space space)
Returns a page creation bean by going to the dashboard, clicking on the space name, then on the space home page, clicking on the 'Add Page' link on the page. |
static ViewContentBean |
ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester tester,
Space space)
|
| Uses of Space in com.atlassian.confluence.it.export |
|---|
| Methods in com.atlassian.confluence.it.export with parameters of type Space | |
|---|---|
static java.net.URL |
Exporter.exportSpace(Space space,
net.sourceforge.jwebunit.junit.WebTester webTester,
Exporter.ContentOption contentOption)
Export a space through the web interface. |
| 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.rpc |
|---|
| Methods in com.atlassian.confluence.it.rpc that return Space | |
|---|---|
Space |
ConfluenceRpc.createPersonalSpace(User user)
|
Space |
ConfluenceRpc.createSpace(Space space)
|
Space |
ConfluenceRpc.createSpace(java.lang.String key,
java.lang.String name,
java.lang.String description)
|
| Methods in com.atlassian.confluence.it.rpc with parameters of type Space | |
|---|---|
void |
ConfluenceRpc.addLabelToSpace(java.lang.String label,
Space space)
|
java.util.List<Page> |
ConfluenceRpc.createPageHierarchy(Space space,
int depth,
java.lang.String pageTitlePrefix)
Create a simple hierarchy of pages where each page is the parent of the next. |
Space |
ConfluenceRpc.createSpace(Space space)
|
java.lang.String |
ConfluenceRpc.exportSpace(Space space,
java.lang.String exportType)
Returns the URL of the downloadable export. |
Page |
ConfluenceRpc.getExistingPage(Space space,
java.lang.String pageTitle)
Retrieve the fully populated Page object for a page, known to
exist in confluence. |
java.util.List<java.lang.Long> |
ConfluenceRpc.getPageIdsInSpace(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)
|
void |
ConfluenceRpc.movePageToTopLevel(Page page,
Space targetSpace)
Moves a page to the top of the target space |
void |
ConfluenceRpc.revokeAnonymousPermission(SpacePermission permission,
Space space)
|
void |
ConfluenceRpc.revokePermission(SpacePermission permission,
Space space,
Entity entity)
|
void |
ConfluenceRpc.revokePermission(SpacePermission permission,
Space space,
Group group)
|
void |
ConfluenceRpc.revokePermission(SpacePermission permission,
Space space,
User user)
|
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,
java.lang.String themeKey)
|
| Uses of Space in com.atlassian.confluence.it.space |
|---|
| Methods in com.atlassian.confluence.it.space with parameters of type Space | |
|---|---|
static SpaceAdmin |
SpaceAdmin.getInstance(net.sourceforge.jwebunit.junit.WebTester webTester,
Space space)
|
| Uses of Space in com.atlassian.confluence.selenium |
|---|
| Fields in com.atlassian.confluence.selenium declared as Space | |
|---|---|
protected Space |
MovePageDeepTreeExpansionNotFF2Test.monkeySpace
|
protected Space |
AbstractMoveDialogTester.monkeySpace
|
protected Space |
AbstractSeleniumTest.testSpace
|
| Methods in com.atlassian.confluence.selenium with parameters of type Space | |
|---|---|
protected java.util.List<Page> |
AbstractMoveDialogTester.createPageHierarchy(java.lang.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.selenium.client |
|---|
| Methods in com.atlassian.confluence.selenium.client with parameters of type Space | |
|---|---|
void |
Editor.createBlogPost(Space space)
|
void |
Editor.createPage(Space space)
|
void |
AttachTo.draftFromEditor(java.lang.String attachmentPath,
java.lang.String contentType,
User remoteUser,
Space space)
|
java.lang.String |
LookAndFeel.getEditSpaceStylesheetUrl(Space space)
|
void |
Editor.logInAndCreateBlogPost(User user,
Space space)
|
void |
Editor.logInAndCreateChildPage(User user,
Space space,
long parentPageId)
|
void |
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 |
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. |
| 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,
Page parentPage)
|
|
Location(Space space,
java.lang.String parentPageTitle)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||