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