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