public class ChangeLogEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ChangeLogEntry.Type |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
author
changes author
|
java.util.Date |
date
changes date
|
long |
internalId |
java.lang.String |
itemExtId
changed item external id
|
java.lang.String |
itemUid
changed item uid
|
java.lang.String |
origin
origin of the change, as given in the security context
|
ChangeLogEntry.Type |
type
changes type (created/updated/deleted)
|
long |
version
change version
|
long |
weightSeed |
Constructor and Description |
---|
ChangeLogEntry() |
Modifier and Type | Method and Description |
---|---|
static ChangeLogEntry |
create(long id,
long v,
java.lang.String uid,
ChangeLogEntry.Type t) |
boolean |
match(ItemFlagFilter filter) |
java.lang.String |
toString() |
public long version
public java.lang.String itemUid
public java.lang.String itemExtId
public java.lang.String author
public ChangeLogEntry.Type type
public java.util.Date date
public java.lang.String origin
public long internalId
public long weightSeed
public boolean match(ItemFlagFilter filter)
public static ChangeLogEntry create(long id, long v, java.lang.String uid, ChangeLogEntry.Type t)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021. All Rights Reserved.