Class ProcessConfigurationRestoreHistoryService
java.lang.Object
org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService<ProcessConfiguration>
org.qubership.atp.mia.service.history.impl.ProcessConfigurationRestoreHistoryService
- All Implemented Interfaces:
HistoryService,RestoreHistoryService
@Service
public class ProcessConfigurationRestoreHistoryService
extends AbstractRestoreHistoryService<ProcessConfiguration>
-
Field Summary
Fields inherited from class org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService
entityHistoryService, javers, modelMapperFields inherited from interface org.qubership.atp.mia.service.history.HistoryService
CHILD_ACTIONS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionProcessConfigurationRestoreHistoryService(org.javers.core.Javers javers, AbstractEntityHistoryService<ProcessConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, ProcessConfigurationRestoreMapper modelMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyValues(ProcessConfiguration shadow, ProcessConfiguration actualObject) Methods inherited from class org.qubership.atp.mia.service.history.impl.AbstractRestoreHistoryService
getObject, restoreToCommit, restoreToRevision, restoreValues, saveRestoredObject
-
Constructor Details
-
ProcessConfigurationRestoreHistoryService
public ProcessConfigurationRestoreHistoryService(org.javers.core.Javers javers, AbstractEntityHistoryService<ProcessConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, ProcessConfigurationRestoreMapper modelMapper)
-
-
Method Details
-
getItemType
-
getEntityClass
-
copyValues
- Specified by:
copyValuesin classAbstractRestoreHistoryService<ProcessConfiguration>
-