Class CachedCrowdInternalDirectoryGroup
java.lang.Object
com.atlassian.confluence.impl.user.crowd.CachedCrowdInternalDirectoryGroup
- All Implemented Interfaces:
com.atlassian.crowd.model.DirectoryEntity,com.atlassian.crowd.model.group.Group,com.atlassian.crowd.model.group.InternalDirectoryGroup,com.atlassian.crowd.model.group.TimestampedGroup,com.atlassian.crowd.model.TimestampedEntity,Serializable,Comparable<com.atlassian.crowd.model.group.Group>
@Immutable
public class CachedCrowdInternalDirectoryGroup
extends Object
implements com.atlassian.crowd.model.group.InternalDirectoryGroup, Serializable
Immutable group for caching
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCachedCrowdInternalDirectoryGroup(com.atlassian.crowd.model.group.InternalDirectoryGroup group) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, hashCode
-
Constructor Details
-
CachedCrowdInternalDirectoryGroup
public CachedCrowdInternalDirectoryGroup(com.atlassian.crowd.model.group.InternalDirectoryGroup group)
-
-
Method Details
-
isLocal
public boolean isLocal()- Specified by:
isLocalin interfacecom.atlassian.crowd.model.group.InternalDirectoryGroup
-
getCreatedDate
- Specified by:
getCreatedDatein interfacecom.atlassian.crowd.model.TimestampedEntity
-
getUpdatedDate
- Specified by:
getUpdatedDatein interfacecom.atlassian.crowd.model.TimestampedEntity
-
compareTo
public int compareTo(com.atlassian.crowd.model.group.Group other) - Specified by:
compareToin interfaceComparable<com.atlassian.crowd.model.group.Group>
-
getType
public com.atlassian.crowd.model.group.GroupType getType()- Specified by:
getTypein interfacecom.atlassian.crowd.model.group.Group
-
isActive
public boolean isActive()- Specified by:
isActivein interfacecom.atlassian.crowd.model.group.Group
-
getDescription
- Specified by:
getDescriptionin interfacecom.atlassian.crowd.model.group.Group
-
getExternalId
- Specified by:
getExternalIdin interfacecom.atlassian.crowd.model.group.Group
-
getDirectoryId
public long getDirectoryId()- Specified by:
getDirectoryIdin interfacecom.atlassian.crowd.model.DirectoryEntity
-
getName
- Specified by:
getNamein interfacecom.atlassian.crowd.model.DirectoryEntity
-