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

Packages that use Group
com.atlassian.crowd.exception   
com.atlassian.crowd.model.event   
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, String message)
          Constructs a new InvalidGroupException with the invalid group and
InvalidGroupException(Group group, String message, Throwable cause)
           
InvalidGroupException(Group group, Throwable cause)
          Constructs a new InvalidGroupException with the invalid group given and a cause.
InvalidRoleException(Group legacyRole, String message)
           
 

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

Methods in com.atlassian.crowd.model.event that return Group
 Group GroupEvent.getGroup()
           
 

Constructors in com.atlassian.crowd.model.event with parameters of type Group
GroupEvent(Operation operation, Directory directory, Group group, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
 

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 Comparator<Group> GroupComparator.GROUP_COMPARATOR
          Singleton instance of Comparator
static com.google.common.base.Function<Group,String> Groups.NAME_FUNCTION
          A function that projects the group name
 

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, Object o)
           
static int GroupComparator.hashCode(Group group)
           
 

Method parameters in com.atlassian.crowd.model.group with type arguments of type Group
static Iterable<String> Groups.namesOf(Iterable<? extends Group> groups)
          Transforms groups into their names.
 



Copyright © 2014 Atlassian. All Rights Reserved.