Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.relations.io.IORelationGraphHelper

public class IORelationGraphHelper
extends Object

Relation graph importer/exporter.

relies on Jena memory graphs to perform serialization and deserialization of memory graphs.

Author:
Anahide Tchertchian

Constructor Summary
IORelationGraphHelper(Map<String,String> namespaces, List<Statement> statements)
           
 
Method Summary
 Graph getGraph()
           
 List<Statement> getStatements()
           
 void read(InputStream in)
           
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IORelationGraphHelper

public IORelationGraphHelper(Map<String,String> namespaces,
                             List<Statement> statements)
Method Detail

getStatements

public List<Statement> getStatements()

write

public void write(OutputStream out)

read

public void read(InputStream in)

getGraph

public Graph getGraph()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.