| com.flexive.shared.security.LifeCycleInfo
All known Subclasses: com.flexive.core.LifeCycleInfoImpl,
LifeCycleInfo | public interface LifeCycleInfo (Code) | | LifeCycle Information
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
getCreationTime | long getCreationTime()(Code) | | Get the timestamp when this object was created
the timestamp when this object was created |
getCreatorId | long getCreatorId()(Code) | | Get the Id of the User that created this entry
Id of the User that created this entry |
getModificationTime | long getModificationTime()(Code) | | Get the timestamp of the most recent modification
timestamp of the most recent modification |
getModificatorId | long getModificatorId()(Code) | | Get the Id of the most recent User that modified this entry
Id of the most recent User that modified this entry |
|
|