com.atlassian.crowd.model.group
Interface TimestampedGroup
- All Superinterfaces:
- Comparable<Group>, DirectoryEntity, Group, TimestampedEntity
- All Known Subinterfaces:
- InternalDirectoryGroup
public interface TimestampedGroup
- extends Group, TimestampedEntity
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.
Copyright © 2013 Atlassian. All Rights Reserved.