Uses of Class
org.qubership.atp.dataset.versioning.model.domain.AttributeKeySnapshot
Packages that use AttributeKeySnapshot
Package
Description
-
Uses of AttributeKeySnapshot in org.qubership.atp.dataset.versioning.model.domain
Methods in org.qubership.atp.dataset.versioning.model.domain that return AttributeKeySnapshotModifier and TypeMethodDescriptionDataSetListSnapshot.getOverlapById(UUID overlapId) Get overlap by id. -
Uses of AttributeKeySnapshot in org.qubership.atp.dataset.versioning.model.ui
Methods in org.qubership.atp.dataset.versioning.model.ui that return types with arguments of type AttributeKeySnapshotMethod parameters in org.qubership.atp.dataset.versioning.model.ui with type arguments of type AttributeKeySnapshotModifier and TypeMethodDescriptionstatic List<OverlapUiNode> OverlapUiNode.getNodes(List<AttributeKeySnapshot> overlaps, ModelsProvider modelsProvider) Return root nodes list.Constructors in org.qubership.atp.dataset.versioning.model.ui with parameters of type AttributeKeySnapshotModifierConstructorDescriptionAttributeUiModel(AttributeKeySnapshot overlap, ModelsProvider modelsProvider) Overlapped attribute entity.Constructor parameters in org.qubership.atp.dataset.versioning.model.ui with type arguments of type AttributeKeySnapshotModifierConstructorDescriptionAttributeUiModel(AttributeSnapshot snapshot, List<AttributeKeySnapshot> overlaps, ModelsProvider modelsProvider) Top-level constructor. -
Uses of AttributeKeySnapshot in org.qubership.atp.dataset.versioning.service.changes
Constructors in org.qubership.atp.dataset.versioning.service.changes with parameters of type AttributeKeySnapshotModifierConstructorDescriptionAttributeKeyComparable(AttributeKeySnapshot attributeKeySnapshot) Constructor from snapshot.