Package org.eclipse.lyo.core.trs


@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#") package org.eclipse.lyo.core.trs
  • Class
    Description
    Abstract base class for ChangeLog and EmptyChangeLog due to differences between RDF/XML output for a change log with and without entries.
    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.
    Each entry referenced by trs:change is a Local Resource representing a Change Event consisting of the properties contained in this class.
    A Change Log provides a list of changes.
     
     
    Deprecated.
    This helper utility defines commonly used string literals from the HTTP specifications.
    HTTP method names, as documented by RFC2616, Section 9
     
    In TRS, the Base Resource is paginated using the W3C Linked Data Platform (LDP) Container pagination.
    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):
    Set of constants useful for builing TRS implementations