Uses of Class
org.qubership.atp.dataset.service.jpa.model.copy.DataSetListCopyData
Packages that use DataSetListCopyData
Package
Description
-
Uses of DataSetListCopyData in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return DataSetListCopyDataModifier and TypeMethodDescriptionCopies a DSL with the same name using postfix or, if postfix is not specified, uses (N) postfix where N - is copy number.Method parameters in org.qubership.atp.dataset.service.jpa.delegates with type arguments of type DataSetListCopyDataModifier and TypeMethodDescriptionvoidDataSetList.updateDslReferences(Map<UUID, DataSetListCopyData> copiesData, Map<UUID, UUID> dataSetsMap) Changes attribute DSL reference to the new one according to the map.voidDataSetList.updateOverlaps(Map<UUID, DataSetListCopyData> copiesData) Updates overlaps keys. -
Uses of DataSetListCopyData in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type DataSetListCopyDataModifier and TypeMethodDescriptionDataSetListAsyncService.duplicate(UUID dataSetListId, String postfix, String prevNamePattern, UUID sagaSessionId) Copy DSL with same Name with postfix (N) where N - is copy number.Method parameters in org.qubership.atp.dataset.service.jpa.impl with type arguments of type DataSetListCopyDataModifier and TypeMethodDescriptionFuture<?> DataSetListAsyncService.updateOverlaps(DataSetList dataSetList, Map<UUID, DataSetListCopyData> copiesData) Updates overlaps keys.