public interface SchemaDiff extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getFieldCount()
Gets the field count.
|
PropertyDiff |
getFieldDiff(String field)
Gets the field diff.
|
List<String> |
getFieldNames()
Gets the field names as a list.
|
Map<String,PropertyDiff> |
getSchemaDiff()
Gets the schema diff.
|
PropertyDiff |
putFieldDiff(String field,
PropertyDiff fieldDiff)
Put field diff.
|
Map<String,PropertyDiff> getSchemaDiff()
int getFieldCount()
List<String> getFieldNames()
PropertyDiff getFieldDiff(String field)
field
- the fieldPropertyDiff putFieldDiff(String field, PropertyDiff fieldDiff)
field
- the fieldfieldDiff
- the field diffCopyright © 2015 Nuxeo SA. All rights reserved.