Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.ActionDto
Packages that use ActionDto
Package
Description
-
Uses of ActionDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type ActionDtoModifier and TypeMethodDescriptionProjectControllerApi.getActionsByProjectId(UUID uuid) GET /catalog/api/v1/projects/{uuid}/compound : getActionsByProjectId -
Uses of ActionDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ActionDtoModifier and TypeMethodDescriptionActionDto.addAnnotationsItem(String annotationsItem) ActionDto.addParametersItem(ActionParameterDto parametersItem) ActionDto.annotations(List<String> annotations) ActionDto.commentedOut(Boolean commentedOut) ActionDto.deprecated(Boolean deprecated) ActionDto.description(String description) ActionDto.engineType(ActionDto.EngineTypeEnum engineType) ActionDto.parameters(List<ActionParameterDto> parameters) ActionDto.projectUuid(UUID projectUuid) ActionDto.type(ActionDto.TypeEnum type) ActionDto.typeAction(String typeAction) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type ActionDtoModifier and TypeMethodDescriptionActionGroupByTypeCompoundEntryDto.getActions()Get actionsMetaInfoForTestScenarioCompareResponseDto.getLeftCompoundActions()Get leftCompoundActionsMetaInfoForTestScenarioCompareResponseDto.getRightCompoundActions()Get rightCompoundActionsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type ActionDtoModifier and TypeMethodDescriptionActionGroupByTypeCompoundEntryDto.addActionsItem(ActionDto actionsItem) MetaInfoForTestScenarioCompareResponseDto.addLeftCompoundActionsItem(ActionDto leftCompoundActionsItem) MetaInfoForTestScenarioCompareResponseDto.addRightCompoundActionsItem(ActionDto rightCompoundActionsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type ActionDtoModifier and TypeMethodDescriptionMetaInfoForTestScenarioCompareResponseDto.leftCompoundActions(List<ActionDto> leftCompoundActions) MetaInfoForTestScenarioCompareResponseDto.rightCompoundActions(List<ActionDto> rightCompoundActions) voidActionGroupByTypeCompoundEntryDto.setActions(List<ActionDto> actions) voidMetaInfoForTestScenarioCompareResponseDto.setLeftCompoundActions(List<ActionDto> leftCompoundActions) voidMetaInfoForTestScenarioCompareResponseDto.setRightCompoundActions(List<ActionDto> rightCompoundActions)