|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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.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,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> storedAttributes,
java.util.Set<java.lang.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 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||