Class JaversServiceImpl
java.lang.Object
org.qubership.atp.environments.versioning.service.impl.JaversServiceImpl
- All Implemented Interfaces:
JaversService
-
Constructor Summary
ConstructorsConstructorDescriptionJaversServiceImpl(org.javers.core.Javers javers, JaversAuthorProvider authorProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.javers.core.commit.CommitCompletableFuture<org.javers.core.commit.Commit> commitAsync(Object currentVersion, Executor executor) org.javers.core.commit.CommitcommitShallowDelete(Object deleted) org.javers.core.commit.CommitcommitShallowDeleteById(org.javers.repository.jql.GlobalIdDTO globalId)
-
Constructor Details
-
JaversServiceImpl
-
-
Method Details
-
commit
- Specified by:
commitin interfaceJaversService
-
commitAsync
public CompletableFuture<org.javers.core.commit.Commit> commitAsync(Object currentVersion, Executor executor) - Specified by:
commitAsyncin interfaceJaversService
-
commitShallowDelete
- Specified by:
commitShallowDeletein interfaceJaversService
-
commitShallowDeleteById
public org.javers.core.commit.Commit commitShallowDeleteById(org.javers.repository.jql.GlobalIdDTO globalId) - Specified by:
commitShallowDeleteByIdin interfaceJaversService
-