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
GET_CONNECTION
static final String GET_CONNECTION
- See Also:
- Constant Field Values
GET_RESOURCE
static final String GET_RESOURCE
- See Also:
- Constant Field Values
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.