Class ChangeLogEntry
java.lang.Object
net.bluemind.core.container.model.ChangeLogEntry
- Direct Known Subclasses:
ItemChangeLogEntry
Changelog entry
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionchanges authorchanges datelong
changed item external idchanged item uidorigin of the change, as given in the security contextchanges type (created/updated/deleted)long
change versionlong
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeLogEntry
create
(long id, long v, String uid, ChangeLogEntry.Type t) boolean
match
(ItemFlagFilter filter) toString()
-
Field Details
-
version
public long versionchange version -
itemUid
changed item uid -
itemExtId
changed item external id -
author
changes author -
type
changes type (created/updated/deleted) -
date
changes date -
origin
origin of the change, as given in the security context -
internalId
public long internalId -
weightSeed
public long weightSeed
-
-
Constructor Details
-
ChangeLogEntry
public ChangeLogEntry()
-
-
Method Details