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