Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.io
Class IORelationResources

java.lang.Object
  extended by org.nuxeo.ecm.platform.relations.io.IORelationResources
All Implemented Interfaces:
Serializable, IOResources

public class IORelationResources
extends Object
implements IOResources

IO Resources for relations

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.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
IORelationResources(Map<String,String> namespaces, Map<DocumentRef,Set<Resource>> documentResources, List<Statement> statements)
           
 
Method Summary
 Set<Resource> getDocumentResources(DocumentRef docRef)
           
 Map<String,String> getNamespaces()
           
 Map<DocumentRef,Set<Resource>> getResourcesMap()
           
 List<Statement> getStatements()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORelationResources

public IORelationResources(Map<String,String> namespaces,
                           Map<DocumentRef,Set<Resource>> documentResources,
                           List<Statement> statements)
Method Detail

getNamespaces

public Map<String,String> getNamespaces()

getResourcesMap

public Map<DocumentRef,Set<Resource>> getResourcesMap()

getDocumentResources

public Set<Resource> getDocumentResources(DocumentRef docRef)

getStatements

public List<Statement> getStatements()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.