com.atlassian.confluence.it.admin
Class UserDirectory

java.lang.Object
  extended by com.atlassian.confluence.it.admin.UserDirectory

public class UserDirectory
extends Object


Constructor Summary
UserDirectory(net.sourceforge.jwebunit.junit.WebTester tester, long id, String title, String type, String orderOperations, String operations, long order)
           
 
Method Summary
 boolean canDisable()
           
 boolean canEdit()
           
 boolean canEnable()
           
 boolean canMoveDown()
           
 boolean canMoveUp()
           
 boolean canRemove()
           
 boolean canSynchronise()
           
 UserDirectory disable()
           
 UserDirectory enable()
           
 long getId()
           
 long getOrder()
           
 String getTitle()
           
 String getType()
           
 boolean isDisabled()
           
 boolean isEnabled()
           
 UserDirectory moveDown()
           
 UserDirectory moveUp()
           
 UserDirectory operate(String operation)
           
 void remove()
           
 void synchronise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDirectory

public UserDirectory(net.sourceforge.jwebunit.junit.WebTester tester,
                     long id,
                     String title,
                     String type,
                     String orderOperations,
                     String operations,
                     long order)
Method Detail

getTitle

public String getTitle()

getType

public String getType()

getId

public long getId()

getOrder

public long getOrder()

operate

public UserDirectory operate(String operation)

remove

public void remove()

disable

public UserDirectory disable()

enable

public UserDirectory enable()

moveUp

public UserDirectory moveUp()

moveDown

public UserDirectory moveDown()

canMoveUp

public boolean canMoveUp()

canMoveDown

public boolean canMoveDown()

canDisable

public boolean canDisable()

canEnable

public boolean canEnable()

canEdit

public boolean canEdit()

canRemove

public boolean canRemove()

isEnabled

public boolean isEnabled()

isDisabled

public boolean isDisabled()

canSynchronise

public boolean canSynchronise()

synchronise

public void synchronise()


Copyright © 2003-2011 Atlassian. All Rights Reserved.