public interface ICompareResult
Base Comparison result object
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges()
Gets all changes
|
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
|
int getCountOfErrors()
void saveDocument(String path) throws Exception
path
- The path.Exception
void saveImages(String folderPath) throws Exception
folderPath
- The folder path.Exception
InputStream getStream() throws Exception
Exception
List<InputStream> getImages() throws Exception
Exception
ChangeInfo[] getChanges() throws Exception
Exception
void updateChanges(ChangeInfo[] changes) throws Exception
Exception
Copyright © 2018. All rights reserved.