Class AbstractRequestRetrieveHistoryService<S extends Request,D extends AbstractCompareEntityDto>
java.lang.Object
org.qubership.atp.itf.lite.backend.service.history.impl.AbstractRetrieveHistoryService<S,D>
org.qubership.atp.itf.lite.backend.service.history.impl.AbstractRequestRetrieveHistoryService<S,D>
- All Implemented Interfaces:
HistoryService,RetrieveHistoryService
- Direct Known Subclasses:
HttpRequestRetrieveHistoryService
public abstract class AbstractRequestRetrieveHistoryService<S extends Request,D extends AbstractCompareEntityDto>
extends AbstractRetrieveHistoryService<S,D>
-
Field Summary
Fields inherited from class org.qubership.atp.itf.lite.backend.service.history.impl.AbstractRetrieveHistoryService
abstractVersioningMapperFields inherited from interface org.qubership.atp.itf.lite.backend.service.history.iface.HistoryService
CHILD_ACTIONS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionAbstractRequestRetrieveHistoryService(org.javers.core.Javers javers, AbstractVersioningMapper<S, D> abstractVersioningMapper, FolderRepository folderRepository) -
Method Summary
Methods inherited from class org.qubership.atp.itf.lite.backend.service.history.impl.AbstractRetrieveHistoryService
getAllHistory, getChangesByIdPaginationQuery, getChangesByIdQuery, getCountOfCommits, getEntitiesByVersions, getSnapshotsByLimit, getVersionByCommitId, processChildChanges, setCommonFieldsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.itf.lite.backend.service.history.iface.HistoryService
getEntityClassMethods inherited from interface org.qubership.atp.itf.lite.backend.service.history.iface.RetrieveHistoryService
buildCompareEntity
-
Constructor Details
-
AbstractRequestRetrieveHistoryService
public AbstractRequestRetrieveHistoryService(org.javers.core.Javers javers, AbstractVersioningMapper<S, D> abstractVersioningMapper, FolderRepository folderRepository)
-
-
Method Details
-
getItemType
-