public class IORelationResources extends Object implements IOResources
Holds a map of document resources, with a document reference as key, and a list of RDF resources as values.
Actual statements to manage for export/import are not kept here.
Constructor and Description |
---|
IORelationResources(Map<String,String> namespaces,
Map<DocumentRef,Set<Resource>> documentResources,
List<Statement> statements) |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
getDocumentResources(DocumentRef docRef) |
Map<String,String> |
getNamespaces() |
Map<DocumentRef,Set<Resource>> |
getResourcesMap() |
List<Statement> |
getStatements() |
Copyright © 2013 Nuxeo SA. All Rights Reserved.