public class IORelationAdapter extends AbstractIOResourceAdapter
properties
Constructor and Description |
---|
IORelationAdapter() |
Modifier and Type | Method and Description |
---|---|
IOResources |
extractResources(String repo,
Collection<DocumentRef> sources)
Extract relations involving given documents.
|
protected List<Statement> |
filterMatchingStatements(List<Statement> statements) |
protected DocumentRef |
getDocumentRef(RelationManager relManager,
QNameResource resource) |
protected Statement |
getFilteredStatement(Statement statement) |
protected List<Statement> |
getMatchingStatements(Graph graph,
Resource resource) |
protected RelationManager |
getRelationManager() |
void |
getResourcesAsXML(OutputStream out,
IOResources resources)
Export resources as XML.
|
IOResources |
loadResourcesFromXML(InputStream in)
Returns resources built from given stream.
|
void |
setProperties(Map<String,Serializable> properties)
Set properties.
|
void |
storeResources(IOResources resources)
Persists resources.
|
IOResources |
translateResources(String repo,
IOResources resources,
DocumentTranslationMap map)
Returns translated resources once copy has been done, passing a correspondence map.
|
protected static Statement |
updateDate(Statement statement,
Literal newDate,
List<Resource> properties) |
getBooleanProperty, getProperties, getStringArrayProperty, getStringProperty, setBooleanProperty, setStringArrayProperty, setStringProperty
public IORelationAdapter()
public void setProperties(Map<String,Serializable> properties)
IOResourceAdapter
setProperties
in interface IOResourceAdapter
setProperties
in class AbstractIOResourceAdapter
protected RelationManager getRelationManager()
protected List<Statement> getMatchingStatements(Graph graph, Resource resource)
protected Statement getFilteredStatement(Statement statement)
protected List<Statement> filterMatchingStatements(List<Statement> statements)
protected DocumentRef getDocumentRef(RelationManager relManager, QNameResource resource)
public IOResources extractResources(String repo, Collection<DocumentRef> sources)
The adapter properties will filter which relations must be taken into account.
extractResources
in interface IOResourceAdapter
extractResources
in class AbstractIOResourceAdapter
repo
- TODOsources
- locations of documents to consider. Has to include documents children if needed.public void getResourcesAsXML(OutputStream out, IOResources resources)
IOResourceAdapter
getResourcesAsXML
in interface IOResourceAdapter
getResourcesAsXML
in class AbstractIOResourceAdapter
out
- stream where export will be written.resources
- resources previously extracted thanks to
IOResourceAdapter.extractResources(String, Collection)
or
IOResourceAdapter.translateResources(String, IOResources, DocumentTranslationMap)
public IOResources loadResourcesFromXML(InputStream in)
IOResourceAdapter
loadResourcesFromXML
in interface IOResourceAdapter
loadResourcesFromXML
in class AbstractIOResourceAdapter
public void storeResources(IOResources resources)
IOResourceAdapter
storeResources
in interface IOResourceAdapter
storeResources
in class AbstractIOResourceAdapter
resources
- resources previously extracted thanks to
IOResourceAdapter.extractResources(String, Collection)
or
IOResourceAdapter.translateResources(String, IOResources, DocumentTranslationMap)
protected static Statement updateDate(Statement statement, Literal newDate, List<Resource> properties)
public IOResources translateResources(String repo, IOResources resources, DocumentTranslationMap map)
IOResourceAdapter
translateResources
in interface IOResourceAdapter
translateResources
in class AbstractIOResourceAdapter
repo
- target repository for resources.resources
- resources previously extracted thanks to
IOResourceAdapter.extractResources(String, Collection)
map
- correspondence map between old locations and new ones.Copyright © 2016 Nuxeo SA. All rights reserved.