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()
DocumentDiff
getDocDiff
in interface DocumentDiff
public int getSchemaCount()
DocumentDiff
getSchemaCount
in interface DocumentDiff
public boolean isDocDiffEmpty()
DocumentDiff
isDocDiffEmpty
in interface DocumentDiff
public List<String> getSchemaNames()
DocumentDiff
getSchemaNames
in interface DocumentDiff
public SchemaDiff getSchemaDiff(String schema)
DocumentDiff
getSchemaDiff
in interface DocumentDiff
schema
- the schemapublic SchemaDiff initSchemaDiff(String schema)
DocumentDiff
initSchemaDiff
in interface DocumentDiff
schema
- the schemaCopyright © 2018 Nuxeo. All rights reserved.