| Package | Description |
|---|---|
| org.fcrepo.http.api |
This package provides a RESTful API for several content management and
core repository services.
|
| org.fcrepo.kernel.api | |
| org.fcrepo.kernel.api.models | |
| org.fcrepo.kernel.modeshape |
This package contains abstractions for
FedoraResourceImpl types and
some types and functionality for Transactions. |
| Modifier and Type | Method and Description |
|---|---|
protected RdfStream |
ContentExposingResource.getTriples(FedoraResource resource,
TripleCategory x) |
protected RdfStream |
ContentExposingResource.getTriples(TripleCategory x) |
| Modifier and Type | Method and Description |
|---|---|
protected RdfStream |
ContentExposingResource.getTriples(FedoraResource resource,
Set<? extends TripleCategory> x) |
protected RdfStream |
ContentExposingResource.getTriples(Set<? extends TripleCategory> x) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequiredRdfContext
A collection of RDF contexts that can be used to extract triples from FedoraResources.
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResource.getTriples(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
TripleCategory context)
Return the RDF properties of this object using the provided context
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResource.getTriples(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
Set<? extends TripleCategory> contexts)
Return the RDF properties of this object using the provided contexts
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResourceImpl.getTriples(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
TripleCategory context) |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResourceImpl.getTriples(IdentifierConverter<org.apache.jena.rdf.model.Resource,FedoraResource> idTranslator,
Set<? extends TripleCategory> contexts) |
Copyright © 2013–2018 DuraSpace, Inc.. All rights reserved.