Package org.eaglei.repository.model

Interface Summary
Transporter All object models that can be subjects of the /export and /import services must implement this interface.
 

Class Summary
AccessGrant Record class describing one "grant" of access to an entity in the repository.
EditToken Object Model for "edit token", an RDF construct used to regulate access to updating a resource instance.
ImmutableObjectModel Outline of all "Object Model" classes - even the writable ones are a subclass of this.
NamedGraph Named Graph object model, collects metadata about the named graph stored in repo's intenal metadata graph.
Provenance Utility class to manage provenance metadata, whcih is a constellation of statements about a resource instance or Named Graph URI.
QueryMacro Object Model for query macros, used in the SPARQL Workbench.
Role Role object model, reflects the :Role object in RDF database.
TransportAccessGrant Export and import of access grants about other object(s).
TransportRole Export and import of the Role object.
TransportUser Export and import of the User object (and authentication credentials).
User User object model, reflects the user's properties in the both RDBMS and RDF database.
WritableObjectModel Outline of all *writable* "Object Model" classes, in which instances can be added and changed.
 

Enum Summary
Access Access control for the repository.
DataModel Access the configurable data model ontology.
NamedGraphType This class is both an enumeration and an ImmutableObjectModel representing the allowable Types of Named Graphs.
View Views are named datasets to be used in SPARQL queries, which are constructed dynamically according to the current user's access permissions.
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.