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