| Package | Description |
|---|---|
| org.dspace.foresite | |
| org.dspace.foresite.jena |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
OREFactory.createProxy(URI uri) |
Proxy |
AggregatedResource.createProxy(URI proxyURI)
Create a proxy representing this AggregatedResource in the context of the
Aggregation it is currently part of.
|
Proxy |
Aggregation.createProxy(URI proxyURI,
URI aggregatedResourceURI) |
Proxy |
AggregatedResource.getProxy()
Get a Proxy object representing the AggregatedResource in the context of
the Aggregation it is part of.
|
| Modifier and Type | Method and Description |
|---|---|
List<Proxy> |
Aggregation.getProxies() |
List<Proxy> |
Proxy.getRelated(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
Aggregation.addProxy(Proxy proxy) |
void |
Proxy.assertRelation(URI uri,
Proxy proxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyJena |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
JenaOREFactory.createProxy(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
Proxy |
AggregatedResourceJena.createProxy(URI proxyURI) |
Proxy |
AggregationJena.createProxy(URI proxyURI,
URI arURI) |
Proxy |
AggregatedResourceJena.getProxy() |
| Modifier and Type | Method and Description |
|---|---|
List<Proxy> |
AggregationJena.getProxies() |
List<Proxy> |
ProxyJena.getRelated(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationJena.addProxy(Proxy proxy) |
void |
ProxyJena.assertRelation(URI uri,
Proxy proxy) |
Copyright © 2020. All rights reserved.