com.atlassian.crowd.model
Interface TimestampedEntity

All Known Subinterfaces:
InternalDirectoryGroup, TimestampedGroup, TimestampedUser
All Known Implementing Classes:
ApplicationImpl, DirectoryImpl, ImmutableGroup, InternalDirectoryEntity, InternalEntity, InternalGroup, InternalUser

public interface TimestampedEntity

Some extra methods to add "created date" and "updated date" to Users and Groups. Currently this is only applicable to Internal Entities.


Method Summary
 Date getCreatedDate()
          Returns the date the entity was created.
 Date getUpdatedDate()
          Returns the date the entity was last updated.
 

Method Detail

getCreatedDate

Date getCreatedDate()
Returns the date the entity was created.

Returns:
date the entity was created

getUpdatedDate

Date getUpdatedDate()
Returns the date the entity was last updated.

Returns:
date the entity was last updated.


Copyright © 2013 Atlassian. All Rights Reserved.