Uses of Class
org.qubership.atp.tdm.model.rest.requests.OccupyRowRequest
Packages that use OccupyRowRequest
Package
Description
-
Uses of OccupyRowRequest in org.qubership.atp.tdm.repo
Method parameters in org.qubership.atp.tdm.repo with type arguments of type OccupyRowRequestModifier and TypeMethodDescriptionAtpActionRepository.occupyTestData(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyRowRequest> occupyRowRequests, String resultLink) -
Uses of OccupyRowRequest in org.qubership.atp.tdm.repo.impl
Method parameters in org.qubership.atp.tdm.repo.impl with type arguments of type OccupyRowRequestModifier and TypeMethodDescriptionAtpActionRepositoryImpl.occupyTestData(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyRowRequest> occupyRowRequests, String resultLink) -
Uses of OccupyRowRequest in org.qubership.atp.tdm.service
Method parameters in org.qubership.atp.tdm.service with type arguments of type OccupyRowRequestModifier and TypeMethodDescriptionAtpActionService.occupyTestData(String projectName, String envName, String systemName, String tableTitle, List<OccupyRowRequest> occupyRowRequests) -
Uses of OccupyRowRequest in org.qubership.atp.tdm.service.impl
Method parameters in org.qubership.atp.tdm.service.impl with type arguments of type OccupyRowRequestModifier and TypeMethodDescriptionAtpActionServiceImpl.occupyTestData(String projectName, String envName, String systemName, String tableTitle, List<OccupyRowRequest> occupyRowRequests)