Uses of Interface
com.atlassian.crowd.model.group.Group

Packages that use Group
com.atlassian.crowd.exception   
com.atlassian.crowd.model.group   
 

Uses of Group in com.atlassian.crowd.exception
 

Methods in com.atlassian.crowd.exception that return Group
 Group InvalidGroupException.getGroup()
           
 

Constructors in com.atlassian.crowd.exception with parameters of type Group
InvalidGroupException(Group group, java.lang.String message)
          Constructs a new InvalidGroupException with the invalid group and
InvalidGroupException(Group group, java.lang.String message, java.lang.Throwable cause)
           
InvalidGroupException(Group group, java.lang.Throwable cause)
          Constructs a new InvalidGroupException with the invalid group given and a cause.
InvalidRoleException(Group legacyRole, java.lang.String message)
           
 

Uses of Group in com.atlassian.crowd.model.group
 

Subinterfaces of Group in com.atlassian.crowd.model.group
 interface GroupWithAttributes
          Represents a group with attributes.
 interface InternalDirectoryGroup
          Extends the Group interface with "isLocal".
 interface TimestampedGroup
          Extends the Group interface with "updated date" and "created date".
 

Fields in com.atlassian.crowd.model.group with type parameters of type Group
static java.util.Comparator<Group> GroupComparator.GROUP_COMPARATOR
          Singleton instance of Comparator
 

Methods in com.atlassian.crowd.model.group with parameters of type Group
 int GroupComparator.compare(Group group1, Group group2)
           
static int GroupComparator.compareTo(Group group1, Group group2)
           
static boolean GroupComparator.equal(Group group1, Group group2)
          Checks whether the two Group objects are equal according to the contract of the Group interface.
static boolean GroupComparator.equalsObject(Group group, java.lang.Object o)
           
static int GroupComparator.hashCode(Group group)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.