public interface IObject extends com.helger.commons.type.ITypedObject<String>, IHasCreationInfo, IHasLastModificationInfo, IHasDeletionInfo
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreationDateTime() |
String |
getCreationUserID() |
boolean |
isDeleted() |
boolean |
isDeleted(org.joda.time.DateTime aDT)
Check if the object was deleted at the specified date time.
|
boolean |
isDeleted(org.joda.time.LocalDateTime aDT)
Check if the object was deleted at the specified local date time.
|
getLastModificationUserIDgetLastModificationDateTimegetDeletionUserID@Nullable org.joda.time.DateTime getCreationDateTime()
getCreationDateTime in interface com.helger.datetime.IHasCreationDateTimenull-able creation date time of the object@Nullable String getCreationUserID()
getCreationUserID in interface IHasCreationInfonull in
case of migrated content.boolean isDeleted()
true if this object is deleted, false if
not.boolean isDeleted(@Nonnull org.joda.time.DateTime aDT)
aDT - The time to check for deletion. May not be null.true if this object was deleted, false if
not.boolean isDeleted(@Nonnull org.joda.time.LocalDateTime aDT)
aDT - The time to check for deletion. May not be null.true if this object was deleted, false if
not.Copyright © 2014–2015 Philip Helger. All rights reserved.