Class HistoryData
java.lang.Object
org.eclipse.lyo.oslc4j.trs.server.HistoryData
This class represents an event occurring on a specific resource at some point in time.
- Since:
- 2.3.0
- Version:
- $version-stub$
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoryData
getInstance
(Date timestamp, URI uri, String type) Deprecated.getType()
getUri()
toString()
-
Field Details
-
CREATED
trs:Creation- See Also:
-
MODIFIED
trs:Modification- See Also:
-
DELETED
trs:Deletion- See Also:
-
-
Method Details