com.atlassian.confluence.it.content
Class CreateSpaceBean

java.lang.Object
  extended by com.atlassian.confluence.it.content.CreateSpaceBean

public class CreateSpaceBean
extends Object


Field Summary
static String TITLE
           
 
Method Summary
static CreateSpaceBean createSpaceFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a space creation bean from anywhere in the app.
static CreateSpaceBean createSpaceFromDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a space creation bean for the current page.
 boolean hasPermissionOptions()
           
 void save()
           
 void setPermissionPrivate(boolean permissionPrivate)
           
 void setSpace(Space space)
           
 void setSpaceKey(String spaceKey)
           
 void setSpaceName(String spaceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final String TITLE
See Also:
Constant Field Values
Method Detail

createSpaceFromDashboard

public static CreateSpaceBean createSpaceFromDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a space creation bean for the current page.


createSpaceFromAnywhere

public static CreateSpaceBean createSpaceFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a space creation bean from anywhere in the app.


setSpace

public void setSpace(Space space)

setSpaceKey

public void setSpaceKey(String spaceKey)

setSpaceName

public void setSpaceName(String spaceName)

setPermissionPrivate

public void setPermissionPrivate(boolean permissionPrivate)

save

public void save()

hasPermissionOptions

public boolean hasPermissionOptions()


Copyright © 2003-2012 Atlassian. All Rights Reserved.