Package | Description |
---|---|
com.eurodyn.qlack.fuse.acv.service |
Modifier and Type | Method and Description |
---|---|
<T> List<ChangeDTO> |
CompareService.compare(T obj1,
T obj2)
Compares two objects and returns the changes.
|
List<ChangeDTO> |
CompareService.compareObjectWithLatestVersion(Object object)
Compares an object with the latest version and returns the changes.
|
List<ChangeDTO> |
CompareService.compareObjectWithVersion(Object object,
long version)
Compares an object with a specific version and returns the changes.
|
List<ChangeDTO> |
CompareService.compareVersions(Object object,
long version1,
long version2)
Compares two object versions and returns the changes.
|
Copyright © 2019. All rights reserved.