Class IORelationResources
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.io.IORelationResources
-
- All Implemented Interfaces:
Serializable
,IOResources
public class IORelationResources extends Object implements IOResources
IO Resources for relationsHolds 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.
- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IORelationResources(Map<String,String> namespaces, Map<DocumentRef,Set<Resource>> documentResources, List<Statement> statements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Resource>
getDocumentResources(DocumentRef docRef)
Map<String,String>
getNamespaces()
Map<DocumentRef,Set<Resource>>
getResourcesMap()
List<Statement>
getStatements()
-