com.atlassian.confluence.it
Class Group

java.lang.Object
  extended by com.atlassian.confluence.it.Group
All Implemented Interfaces:
Entity

public class Group
extends Object
implements Entity


Nested Class Summary
static class Group.Simpsons
           
 
Field Summary
static Group ADMINISTRATORS
           
static Group CONF_ADMINS
           
static Group CONF_USERS
          Deprecated. since Confluence 4.2.3, use USERS instead, or your test will break in OnDemand.
static Group DEVELOPERS
           
static Group ONDEMAND_ALACARTE_USERS
           
static Group ONDEMAND_CONFLUENCE_ADMINISTRATORS
           
static Group ONDEMAND_SYSTEM_ADMINISTRATORS
           
static Group SYS_ADMINS
           
static Group TEST
           
static Group USERS
           
 
Constructor Summary
Group(String groupname)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDisplayName()
          Returns the display name of the Entity, eg full name for Users.
 String getGroupname()
           
 String getName()
          Returns the Entity name.
 String getNameField()
          Returns the name of the field that stores the Entity name.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONF_USERS

@Deprecated
public static final Group CONF_USERS
Deprecated. since Confluence 4.2.3, use USERS instead, or your test will break in OnDemand.

ADMINISTRATORS

public static final Group ADMINISTRATORS

ONDEMAND_ALACARTE_USERS

public static final Group ONDEMAND_ALACARTE_USERS

ONDEMAND_CONFLUENCE_ADMINISTRATORS

public static final Group ONDEMAND_CONFLUENCE_ADMINISTRATORS

ONDEMAND_SYSTEM_ADMINISTRATORS

public static final Group ONDEMAND_SYSTEM_ADMINISTRATORS

DEVELOPERS

public static final Group DEVELOPERS

USERS

public static final Group USERS

CONF_ADMINS

public static final Group CONF_ADMINS

SYS_ADMINS

public static final Group SYS_ADMINS

TEST

public static final Group TEST
Constructor Detail

Group

public Group(String groupname)
Method Detail

getGroupname

public String getGroupname()

getName

public String getName()
Description copied from interface: Entity
Returns the Entity name.

Specified by:
getName in interface Entity

getNameField

public String getNameField()
Description copied from interface: Entity
Returns the name of the field that stores the Entity name.

Specified by:
getNameField in interface Entity

getDisplayName

public String getDisplayName()
Description copied from interface: Entity
Returns the display name of the Entity, eg full name for Users.

Specified by:
getDisplayName in interface Entity
Returns:

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.