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
|
Constructor and Description |
---|
ChangeLogEntry() |
Modifier and Type | Method and Description |
---|---|
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
Copyright © 2021. All Rights Reserved.