org.openrdf.repository.object
Interface RDFObject

All Known Implementing Classes:
FileObjectImpl, HTTPFileObjectSupport, LocalFileObjectSupport, ObjectRepository.CompileTrigger, ProxyObjectSupport, RDFList, RDFObjectImpl, RDFSContainer, RDFSContainerDisabler, VersionedObjectSupport

public interface RDFObject

Trait implemented by all entities created from the ObjectConnection.

Author:
James Leigh

Field Summary
static String GET_CONNECTION
           
static String GET_RESOURCE
           
 
Method Summary
 ObjectConnection getObjectConnection()
          The current ObjectConnection this object is atached to.
 Resource getResource()
          The Resource this object represents.
 

Field Detail

GET_CONNECTION

static final String GET_CONNECTION
See Also:
Constant Field Values

GET_RESOURCE

static final String GET_RESOURCE
See Also:
Constant Field Values
Method Detail

getObjectConnection

ObjectConnection getObjectConnection()
The current ObjectConnection this object is atached to.


getResource

Resource getResource()
The Resource this object represents.



Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.