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()  | 
public IORelationResources(Map<String,String> namespaces, Map<DocumentRef,Set<Resource>> documentResources, List<Statement> statements)
public Map<String,String> getNamespaces()
public Map<DocumentRef,Set<Resource>> getResourcesMap()
public Set<Resource> getDocumentResources(DocumentRef docRef)
public List<Statement> getStatements()
Copyright © 2019 Nuxeo. All rights reserved.