| Package | Description |
|---|---|
| org.dspace.foresite | |
| org.dspace.foresite.jena |
| Modifier and Type | Method and Description |
|---|---|
static Agent |
OREFactory.createAgent() |
static Agent |
OREFactory.createAgent(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
OREResource.getAgents(URI relationship) |
List<Agent> |
OREResource.getCreators() |
| Modifier and Type | Method and Description |
|---|---|
void |
OREResource.addAgent(URI relationship,
Agent agent) |
void |
OREResource.addCreator(Agent creator) |
void |
OREResource.setAgents(List<URI> relationship,
Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
OREResource.setCreators(List<Agent> creators) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentJena |
| Modifier and Type | Method and Description |
|---|---|
static Agent |
JenaOREFactory.createAgent(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.AnonId resourceID) |
static Agent |
JenaOREFactory.createAgent(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static Agent |
JenaOREFactory.createAgent(com.hp.hpl.jena.rdf.model.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
OREResourceJena.getAgents(URI relationship) |
List<Agent> |
ResourceMapJena.getCreators() |
List<Agent> |
OREResourceJena.getCreators() |
List<Agent> |
AggregationJena.getCreators() |
| Modifier and Type | Method and Description |
|---|---|
void |
OREResourceJena.addAgent(URI relationship,
Agent agent) |
void |
ResourceMapJena.addCreator(Agent creator) |
void |
OREResourceJena.addCreator(Agent creator) |
void |
AggregationJena.addCreator(Agent creator) |
void |
OREResourceJena.setAgents(List<URI> relationship,
Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMapJena.setCreators(List<Agent> creators) |
void |
OREResourceJena.setCreators(List<Agent> creators) |
void |
AggregationJena.setCreators(List<Agent> creators) |
Copyright © 2020. All rights reserved.