Package | Description |
---|---|
org.nuxeo.ecm.platform.audit.io | |
org.nuxeo.ecm.platform.io.api | |
org.nuxeo.ecm.platform.relations.io |
Modifier and Type | Class and Description |
---|---|
class |
IOAuditResources
IO Resources for logs
|
Modifier and Type | Method and Description |
---|---|
IOResources |
IOAuditAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extract logs involving given documents.
|
IOResources |
IOAuditAdapter.loadResourcesFromXML(InputStream stream) |
IOResources |
IOAuditAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Modifier and Type | Method and Description |
---|---|
void |
IOAuditAdapter.getResourcesAsXML(OutputStream out,
IOResources resources) |
void |
IOAuditAdapter.storeResources(IOResources newResources) |
IOResources |
IOAuditAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Modifier and Type | Method and Description |
---|---|
IOResources |
IOResourceAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extracts resources for given document locations.
|
abstract IOResources |
AbstractIOResourceAdapter.extractResources(String repo,
Collection<DocumentRef> sources) |
IOResources |
IOResourceAdapter.loadResourcesFromXML(InputStream stream)
Returns resources built from given stream.
|
abstract IOResources |
AbstractIOResourceAdapter.loadResourcesFromXML(InputStream stream) |
IOResources |
IOResourceAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map)
Returns translated resources once copy has been done, passing a correspondence map.
|
abstract IOResources |
AbstractIOResourceAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Modifier and Type | Method and Description |
---|---|
void |
IOResourceAdapter.getResourcesAsXML(OutputStream out,
IOResources newResources)
Export resources as XML.
|
abstract void |
AbstractIOResourceAdapter.getResourcesAsXML(OutputStream out,
IOResources newResources) |
void |
IOResourceAdapter.storeResources(IOResources newResources)
Persists resources.
|
abstract void |
AbstractIOResourceAdapter.storeResources(IOResources newResources) |
IOResources |
IOResourceAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map)
Returns translated resources once copy has been done, passing a correspondence map.
|
abstract IOResources |
AbstractIOResourceAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Modifier and Type | Class and Description |
---|---|
class |
IORelationResources
IO Resources for relations
|
Modifier and Type | Method and Description |
---|---|
IOResources |
IORelationAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extract relations involving given documents.
|
IOResources |
IORelationAdapter.loadResourcesFromXML(InputStream in) |
IOResources |
IORelationAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Modifier and Type | Method and Description |
---|---|
void |
IORelationAdapter.getResourcesAsXML(OutputStream out,
IOResources resources) |
void |
IORelationAdapter.storeResources(IOResources resources) |
IOResources |
IORelationAdapter.translateResources(String repo,
IOResources resources,
DocumentTranslationMap map) |
Copyright © 2015 Nuxeo SA. All rights reserved.