Class ChangeProcessorsChainImpl
java.lang.Object
org.qubership.atp.dataset.versioning.service.impl.ChangeProcessorsChainImpl
- All Implemented Interfaces:
ChangeProcessorsChain
-
Constructor Summary
ConstructorsConstructorDescriptionChangeProcessorsChainImpl(List<ChangeProcessor> changeProcessors) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionproceed(org.javers.core.diff.Diff diff, DataSetListComparable oldEntity, DataSetListComparable actualEntity)
-
Constructor Details
-
ChangeProcessorsChainImpl
Constructor. Sets next processor for eachChangeProcessorfor building a chain.
-
-
Method Details
-
proceed
public HistoryItemDto proceed(org.javers.core.diff.Diff diff, DataSetListComparable oldEntity, DataSetListComparable actualEntity) - Specified by:
proceedin interfaceChangeProcessorsChain
-