Uses of Class
de.trustable.ca3s.core.service.dto.CaConnectorConfigView
-
Packages that use CaConnectorConfigView Package Description de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of CaConnectorConfigView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return CaConnectorConfigView Modifier and Type Method Description CaConnectorConfigViewCaConnectorConfigUtil. from(CAConnectorConfig cfg)Methods in de.trustable.ca3s.core.service.util with parameters of type CaConnectorConfigView Modifier and Type Method Description CAConnectorConfigCaConnectorConfigUtil. to(CaConnectorConfigView cv) -
Uses of CaConnectorConfigView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type CaConnectorConfigView Modifier and Type Method Description org.springframework.http.ResponseEntity<CaConnectorConfigView>CAConnectorConfigViewResource. createPipeline(@Valid CaConnectorConfigView caConnectorConfigView)POST /pipelineViews: Create a new CAConnectorConfig.List<CaConnectorConfigView>CAConnectorConfigViewResource. getAllCaConnectorConfigs()GET /ca-connector-configViews: get all the CaConnectorConfigs.org.springframework.http.ResponseEntity<CaConnectorConfigView>CAConnectorConfigViewResource. getCaConnectorConfig(Long id)GET /ca-connector-configViews/:id: get the "id" CaConnectorConfigView.org.springframework.http.ResponseEntity<CaConnectorConfigView>CAConnectorConfigViewResource. updatePipeline(@Valid CaConnectorConfigView caConnectorConfigView)PUT /ca-connector-configViews: Updates an existing CaConnectorConfig.Methods in de.trustable.ca3s.core.web.rest with parameters of type CaConnectorConfigView Modifier and Type Method Description org.springframework.http.ResponseEntity<CaConnectorConfigView>CAConnectorConfigViewResource. createPipeline(@Valid CaConnectorConfigView caConnectorConfigView)POST /pipelineViews: Create a new CAConnectorConfig.org.springframework.http.ResponseEntity<CaConnectorConfigView>CAConnectorConfigViewResource. updatePipeline(@Valid CaConnectorConfigView caConnectorConfigView)PUT /ca-connector-configViews: Updates an existing CaConnectorConfig.
-