public interface ICompareResult
Base Comparison result object
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges()
Gets all changes
|
ComparisonChangesCategory[] |
getChangesCategories(int enumType)
Gets the changes categories.
|
int |
getCountOfErrors()
Gets or sets the count of errors.
|
List<InputStream> |
getImages()
Gets the images.
|
InputStream |
getStream()
Gets the stream.
|
void |
saveDocument(String path)
Saves the document.
|
void |
saveImages(String folderPath)
Saves the images.
|
void |
updateChanges(ChangeInfo[] changes)
Applies Accepted and Rejected changes
|
ChangeInfo[] getChanges()
ComparisonChangesCategory[] getChangesCategories(int enumType)
enumType
- Type of the enum.int getCountOfErrors()
List<InputStream> getImages()
InputStream getStream()
void saveDocument(String path)
path
- The path.void saveImages(String folderPath)
folderPath
- The folder path.void updateChanges(ChangeInfo[] changes)
Copyright © 2019. All rights reserved.