org.openrdf.repository.object
Interface RDFObject
- All Known Subinterfaces:
- RDFResource, Transaction, WebResource
- All Known Implementing Classes:
- CompileTrigger, DescribeSupport, ETagSupport, NamedGraphSupport, RDFList, RDFObjectImpl, RDFSContainer, RDFSContainerDisabler, WebResourceSupport
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-2009 James Leigh Services Inc.. All Rights Reserved.