public interface ResourceMap extends OREResource
| Modifier and Type | Method and Description |
|---|---|
ResourceMap |
copy() |
Aggregation |
createAggregation(URI uri) |
List<Triple> |
doSparql(String sparql) |
List<AggregatedResource> |
getAggregatedResources() |
Aggregation |
getAggregation() |
Date |
getCreated() |
Date |
getModified() |
String |
getRights() |
void |
initialise(URI uri) |
boolean |
isAuthoritative() |
void |
removeAggregation() |
void |
removeModified() |
void |
removeRights() |
void |
setAggregation(Aggregation aggregation) |
void |
setAuthoritative(boolean authoritative) |
void |
setCreated(Date created) |
void |
setModified(Date modified) |
void |
setRights(String rights) |
addAgent, addCreator, addRDF, addTriple, addTriples, addType, clearAgents, clearCreators, clearTypes, createTriple, createTriple, createTriple, createTriple, createTriple, createTriple, detach, empty, getAgents, getCreators, getOREType, getTypes, getURI, listAllTriples, listAllTriples, listTriples, listTriples, removeTriple, setAgents, setCreators, setTypesvoid initialise(URI uri) throws OREException
OREExceptionboolean isAuthoritative()
throws OREException
OREExceptionvoid setAuthoritative(boolean authoritative)
throws OREException
OREExceptionDate getCreated() throws OREException
OREExceptionvoid setCreated(Date created)
Date getModified() throws OREException
OREExceptionvoid setModified(Date modified)
void removeModified()
throws OREException
OREExceptionString getRights()
void setRights(String rights)
void removeRights()
Aggregation createAggregation(URI uri) throws OREException
OREExceptionAggregation getAggregation() throws OREException
OREExceptionvoid setAggregation(Aggregation aggregation) throws OREException
OREExceptionvoid removeAggregation()
throws OREException
OREExceptionList<AggregatedResource> getAggregatedResources() throws OREException
OREExceptionResourceMap copy() throws OREException
OREExceptionCopyright © 2020. All rights reserved.