Uses of Class
org.qubership.atp.dataset.service.rest.server.CopyDataSetListsResponse
Packages that use CopyDataSetListsResponse
Package
Description
-
Uses of CopyDataSetListsResponse in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return types with arguments of type CopyDataSetListsResponseModifier and TypeMethodDescriptionJpaDataSetListService.copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, String postfix, String prevNamePattern) JpaDataSetListService.copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, UUID targetVisibilityAreaId, String postfix, String prevNamePattern, UUID sagaSessionId) -
Uses of CopyDataSetListsResponse in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl that return types with arguments of type CopyDataSetListsResponseModifier and TypeMethodDescriptionJpaDataSetListServiceImpl.copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, String postfix, String prevNamePattern) Copy DSLs.JpaDataSetListServiceImpl.copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, UUID targetVisibilityAreaId, String postfix, String prevNamePattern, UUID sagaSessionId) Copy DSLs. -
Uses of CopyDataSetListsResponse in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type CopyDataSetListsResponseModifier and TypeMethodDescriptionDataSetListController.copy(CopyDataSetListsRequest request) Create copies of dataSetLists.SagaController.copyDataSetLists(UUID sagaSessionId, @Valid CopyDataSetListsRequest request) Create copies of dataSetLists.