|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.diff.model.impl.DocumentDiffImpl
public class DocumentDiffImpl
Implementation of DocumentDiff using a HashMap.
Constructor Summary | |
---|---|
DocumentDiffImpl()
Instantiates a new document diff impl. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentDiffImpl()
Method Detail |
---|
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 schema
public SchemaDiff initSchemaDiff(String schema)
DocumentDiff
initSchemaDiff
in interface DocumentDiff
schema
- the schema
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |