| Package | Description |
|---|---|
| org.nuxeo.ecm.diff.model | |
| org.nuxeo.ecm.diff.model.impl |
| Modifier and Type | Method and Description |
|---|---|
SchemaDiff |
DocumentDiff.getSchemaDiff(String schema)
Gets the schema diff.
|
SchemaDiff |
DocumentDiff.initSchemaDiff(String schema)
Inits schema diff.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaDiff> |
DocumentDiff.getDocDiff()
Gets the doc diff.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaDiffImpl
Implementation of SchemaDiff using a HashMap.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDiff |
DocumentDiffImpl.getSchemaDiff(String schema) |
SchemaDiff |
DocumentDiffImpl.initSchemaDiff(String schema) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaDiff> |
DocumentDiffImpl.getDocDiff() |
Copyright © 2019 Nuxeo. All rights reserved.