public class DocumentDiffImpl extends Object implements DocumentDiff
| Constructor and Description |
|---|
DocumentDiffImpl()
Instantiates a new document diff impl.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaDiff> |
getDocDiff()
Gets the doc diff.
|
int |
getSchemaCount()
Gets the schema count.
|
SchemaDiff |
getSchemaDiff(String schema)
Gets the schema diff.
|
List<String> |
getSchemaNames()
Gets the schema names as a list.
|
SchemaDiff |
initSchemaDiff(String schema)
Inits schema diff.
|
boolean |
isDocDiffEmpty()
Checks if the doc diff is empty.
|
public DocumentDiffImpl()
public Map<String,SchemaDiff> getDocDiff()
DocumentDiffgetDocDiff in interface DocumentDiffpublic int getSchemaCount()
DocumentDiffgetSchemaCount in interface DocumentDiffpublic boolean isDocDiffEmpty()
DocumentDiffisDocDiffEmpty in interface DocumentDiffpublic List<String> getSchemaNames()
DocumentDiffgetSchemaNames in interface DocumentDiffpublic SchemaDiff getSchemaDiff(String schema)
DocumentDiffgetSchemaDiff in interface DocumentDiffschema - the schemapublic SchemaDiff initSchemaDiff(String schema)
DocumentDiffinitSchemaDiff in interface DocumentDiffschema - the schemaCopyright © 2016 Nuxeo SA. All rights reserved.