com.atlassian.crowd.model
Interface TimestampedEntity

All Known Subinterfaces:
InternalDirectoryGroup, TimestampedGroup, TimestampedUser

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
 java.util.Date getCreatedDate()
           
 java.util.Date getUpdatedDate()
           
 

Method Detail

getCreatedDate

java.util.Date getCreatedDate()

getUpdatedDate

java.util.Date getUpdatedDate()


Copyright © 2010 Atlassian. All Rights Reserved.