Class ProjectConfigurationRetrieveHistoryService
java.lang.Object
org.qubership.atp.mia.service.history.impl.AbstractRetrieveHistoryService<ProjectConfiguration,ProjectConfigurationHistoryChangeDto>
org.qubership.atp.mia.service.history.impl.ProjectConfigurationRetrieveHistoryService
- All Implemented Interfaces:
HistoryService<ProjectConfiguration>,RetrieveHistoryService<ProjectConfiguration>
@Service
public class ProjectConfigurationRetrieveHistoryService
extends AbstractRetrieveHistoryService<ProjectConfiguration,ProjectConfigurationHistoryChangeDto>
-
Field Summary
Fields inherited from class org.qubership.atp.mia.service.history.impl.AbstractRetrieveHistoryService
abstractVersioningMapperFields inherited from interface org.qubership.atp.mia.service.history.HistoryService
CHILD_ACTIONS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionProjectConfigurationRetrieveHistoryService(org.javers.core.Javers javers, ProjectConfigurationVersioningMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.qubership.atp.mia.service.history.impl.AbstractRetrieveHistoryService
getAllHistory, getChangesByIdPaginationQuery, getChangesByIdQuery, getCountOfCommits, getEntitiesByVersions, getSnapshotsByLimit, getVersionByCommitId, processChildChanges, setCommonFields
-
Constructor Details
-
ProjectConfigurationRetrieveHistoryService
@Autowired public ProjectConfigurationRetrieveHistoryService(org.javers.core.Javers javers, ProjectConfigurationVersioningMapper mapper)
-
-
Method Details
-
getEntityClass
-
getItemType
-