@OslcNamespaceDefinition(prefix="dcterms",namespaceURI="http://purl.org/dc/terms/") @OslcNamespaceDefinition(prefix="oslc",namespaceURI="http://open-services.net/ns/core#") @OslcNamespaceDefinition(prefix="rdf",namespaceURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#") @OslcNamespaceDefinition(prefix="rdfs",namespaceURI="http://www.w3.org/2000/01/rdf-schema#") @OslcNamespaceDefinition(prefix="trs",namespaceURI="http://open-services.net/ns/core/trs#") @OslcNamespaceDefinition(prefix="ldp",namespaceURI="http://www.w3.org/ns/ldp#") @OslcNamespaceDefinition(prefix="xsd",namespaceURI="http://www.w3.org/2001/XMLSchema#")
See: Description
Interface | Description |
---|---|
TRSConstants |
Set of constants useful for builing TRS implementations
|
Class | Description |
---|---|
AbstractChangeLog |
Abstract base class for
ChangeLog and EmptyChangeLog
due to differences between RDF/XML output for a change log with
and without entries. |
Base |
The Base of a Tracked Resource Set is a W3C Linked Data Platform (LDP)
Container where each member references a Resource that was in the Resource
Set at the time the Base was computed.
|
ChangeEvent |
Each entry referenced by trs:change is a Local Resource representing a
Change Event consisting of the properties contained in this class.
|
ChangeLog |
A Change Log provides a list of changes.
|
Creation | |
Deletion | |
EmptyChangeLog | Deprecated |
HttpConstants |
This helper utility defines commonly used string literals from the HTTP
specifications.
|
Modification | |
Page |
In TRS, the Base Resource is paginated using the W3C Linked Data Platform
(LDP) Container pagination.
|
TrackedResourceSet |
An HTTP GET on a Tracked Resource Set URI returns a representation structured
as follows (note: for exposition, the example snippets show the RDF
information content using Turtle; the actual representation of these
resources "on the wire" may vary):
|
Enum | Description |
---|---|
HttpConstants.HttpMethod |
HTTP method names, as documented by RFC2616, Section 9
|
Copyright © 2017. All rights reserved.