Uses of Class
org.qubership.atp.dataset.versioning.model.domain.DataSetListSnapshot
Packages that use DataSetListSnapshot
Package
Description
-
Uses of DataSetListSnapshot in org.qubership.atp.dataset.versioning.model.ui
Constructors in org.qubership.atp.dataset.versioning.model.ui with parameters of type DataSetListSnapshotModifierConstructorDescriptionDataSetListUiModel(DataSetListSnapshot snapshot, ModelsProvider modelsProvider) Constructor. -
Uses of DataSetListSnapshot in org.qubership.atp.dataset.versioning.service
Methods in org.qubership.atp.dataset.versioning.service that return DataSetListSnapshotModifier and TypeMethodDescriptionDataSetListSnapshotService.findDataSetListSnapshot(UUID id, Integer revisionId) -
Uses of DataSetListSnapshot in org.qubership.atp.dataset.versioning.service.changes
Constructors in org.qubership.atp.dataset.versioning.service.changes with parameters of type DataSetListSnapshotModifierConstructorDescriptionDataSetListComparable(DataSetListSnapshot snapshot) Constructor.DataSetListJComparable(DataSetListSnapshot javersModel) Constructor. -
Uses of DataSetListSnapshot in org.qubership.atp.dataset.versioning.service.impl
Methods in org.qubership.atp.dataset.versioning.service.impl that return DataSetListSnapshotModifier and TypeMethodDescriptionDataSetListSnapshotServiceDisabledStub.findDataSetListSnapshot(UUID id, Integer revisionId) DataSetListSnapshotServiceImpl.findDataSetListSnapshot(UUID id, Integer revisionId) Method parameters in org.qubership.atp.dataset.versioning.service.impl with type arguments of type DataSetListSnapshotModifier and TypeMethodDescriptionJaversHistoryCacheableService.compareTwoShadows(org.javers.shadow.Shadow<DataSetListSnapshot> actualShadow, org.javers.shadow.Shadow<DataSetListSnapshot> oldShadow) Cacheable comparing of shadows.