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()
          Returns the date the entity was created.
 java.util.Date getUpdatedDate()
          Returns the date the entity was last updated.
 

Method Detail

getCreatedDate

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

Returns:
date the entity was created

getUpdatedDate

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

Returns:
date the entity was last updated.


Copyright © 2013 Atlassian. All Rights Reserved.