Package com.atlassian.crowd.model.group
Interface TimestampedGroup
- All Superinterfaces:
Comparable<Group>,DirectoryEntity,Group,TimestampedEntity
- All Known Subinterfaces:
InternalDirectoryGroup
- All Known Implementing Classes:
ImmutableDirectoryGroup,ImmutableDirectoryGroupWithAttributes
Extends the Group interface with "updated date" and "created date".
This is used for working with Internal Groups, but is not supported for LDAP.
The "updated date" is used during our DB backed cache refresh to check if the cached Group is newer than the incoming LDAP Group.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCodeMethods inherited from interface com.atlassian.crowd.model.group.Group
getDescription, getExternalId, getType, isActiveMethods inherited from interface com.atlassian.crowd.model.TimestampedEntity
getCreatedDate, getUpdatedDate