Class UserDirectory


  • @Deprecated
    public class UserDirectory
    extends Object
    Deprecated.
    Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.jwebunit.usermanagement.UserDirectory} alternative
    • Constructor Detail

      • UserDirectory

        public UserDirectory​(long id,
                             String title,
                             String type,
                             boolean isInactive,
                             String orderOperations,
                             String operations,
                             String syncInfo,
                             String syncState,
                             long order,
                             net.sourceforge.jwebunit.junit.WebTester tester)
        Deprecated.
    • Method Detail

      • getTitle

        public String getTitle()
        Deprecated.
      • getType

        public String getType()
        Deprecated.
      • getId

        public long getId()
        Deprecated.
      • getOrder

        public long getOrder()
        Deprecated.
      • getSyncInfo

        public String getSyncInfo()
        Deprecated.
      • getSyncState

        public String getSyncState()
        Deprecated.
      • operate

        public void operate​(String operation)
        Deprecated.
      • edit

        public void edit()
        Deprecated.
      • remove

        public void remove()
        Deprecated.
      • disable

        public void disable()
        Deprecated.
      • enable

        public void enable()
        Deprecated.
      • moveUp

        public void moveUp()
        Deprecated.
      • moveDown

        public void moveDown()
        Deprecated.
      • canMoveUp

        public boolean canMoveUp()
        Deprecated.
      • canMoveDown

        public boolean canMoveDown()
        Deprecated.
      • canDisable

        public boolean canDisable()
        Deprecated.
      • canEnable

        public boolean canEnable()
        Deprecated.
      • canEdit

        public boolean canEdit()
        Deprecated.
      • canRemove

        public boolean canRemove()
        Deprecated.
      • isEnabled

        public boolean isEnabled()
        Deprecated.
      • isDisabled

        public boolean isDisabled()
        Deprecated.
      • canSynchronise

        public boolean canSynchronise()
        Deprecated.
      • synchronise

        public void synchronise()
        Deprecated.