public class HistoryData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CREATED
trs:Creation
|
static String |
DELETED
trs:Deletion
|
static String |
MODIFIED
trs:Modification
|
Modifier and Type | Method and Description |
---|---|
static HistoryData |
getInstance(Date timestamp,
URI uri,
String type) |
Date |
getTimestamp() |
String |
getType() |
URI |
getUri() |
String |
toString() |
public static final String CREATED
public static final String MODIFIED
public static final String DELETED
Copyright © 2018. All Rights Reserved.