Skip navigation links
C F H R T V 

C

ChangeDTO - Class in com.eurodyn.qlack.fuse.acv.dto
 
ChangeDTO() - Constructor for class com.eurodyn.qlack.fuse.acv.dto.ChangeDTO
 
com.eurodyn.qlack.fuse.acv.dto - package com.eurodyn.qlack.fuse.acv.dto
 
com.eurodyn.qlack.fuse.acv.service - package com.eurodyn.qlack.fuse.acv.service
 
COMMIT_MESSAGE_KEY - Static variable in class com.eurodyn.qlack.fuse.acv.service.VersioningService
 
compare(T, T) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
Compares two objects and returns the changes.
compareObjectWithLatestVersion(Object) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
Compares an object with the latest version and returns the changes.
compareObjectWithVersion(Object, long) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
Compares an object with a specific version and returns the changes.
CompareService - Class in com.eurodyn.qlack.fuse.acv.service
Provides functionality to compare two objects of the same class.
CompareService(Javers, VersioningService) - Constructor for class com.eurodyn.qlack.fuse.acv.service.CompareService
 
compareVersions(Object, long, long) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
Compares two object versions and returns the changes.
convertToChangeDTO(ValueChange) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
 
convertToVersionDTO(Shadow) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
 
createVersion(String, Object, String) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
Persists a current state of a given domain object, creating so a createVersion of this object.
createVersion(String, Object, String, Map<String, String>) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
Persists a current state of a given domain object, creating so a createVersion of this object.

F

findVersions(Object) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
Queries for an object's versions.

H

hasChanges(T, T) - Method in class com.eurodyn.qlack.fuse.acv.service.CompareService
Compares two objects and returns if they have changes or not.

R

retrieveLatestVersion(T) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
Returns the latest version of the requested object.
retrieveVersion(T, long) - Method in class com.eurodyn.qlack.fuse.acv.service.VersioningService
Returns a specific version of the requested object.

T

toString() - Method in class com.eurodyn.qlack.fuse.acv.dto.VersionDTO
 

V

VersionDTO - Class in com.eurodyn.qlack.fuse.acv.dto
 
VersionDTO() - Constructor for class com.eurodyn.qlack.fuse.acv.dto.VersionDTO
 
VersioningService - Class in com.eurodyn.qlack.fuse.acv.service
Provides functionality to persist and retrieve versions of a given entity object.
VersioningService(Javers) - Constructor for class com.eurodyn.qlack.fuse.acv.service.VersioningService
 
C F H R T V 
Skip navigation links

Copyright © 2019. All rights reserved.