Class DirectoryRetrieveHistoryService
java.lang.Object
org.qubership.atp.mia.service.history.impl.AbstractRetrieveHistoryService<ProjectDirectory,DirectoryHistoryChangeDto>
org.qubership.atp.mia.service.history.impl.DirectoryRetrieveHistoryService
- All Implemented Interfaces:
HistoryService<ProjectDirectory>,RetrieveHistoryService<ProjectDirectory>
@Service
public class DirectoryRetrieveHistoryService
extends AbstractRetrieveHistoryService<ProjectDirectory,DirectoryHistoryChangeDto>
-
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
ConstructorsConstructorDescriptionDirectoryRetrieveHistoryService(org.javers.core.Javers javers, DirectoryVersioningMapper 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
-
DirectoryRetrieveHistoryService
@Autowired public DirectoryRetrieveHistoryService(org.javers.core.Javers javers, DirectoryVersioningMapper mapper)
-
-
Method Details
-
getItemType
-
getEntityClass
-