Uses of Class
de.trustable.ca3s.core.service.dto.PipelineView
-
Packages that use PipelineView Package Description de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers.de.trustable.ca3s.core.web.rest.support -
-
Uses of PipelineView in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return PipelineView Modifier and Type Method Description PipelineViewPipelineViewService. save(PipelineView pipeline)Save a pipeline.Methods in de.trustable.ca3s.core.service that return types with arguments of type PipelineView Modifier and Type Method Description List<PipelineView>PipelineViewService. findAll()Get all the pipelines.Optional<PipelineView>PipelineViewService. findOne(Long id)Get the "id" pipeline.Methods in de.trustable.ca3s.core.service with parameters of type PipelineView Modifier and Type Method Description PipelineViewPipelineViewService. save(PipelineView pipeline)Save a pipeline. -
Uses of PipelineView in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return PipelineView Modifier and Type Method Description PipelineViewPipelineViewServiceImpl. save(PipelineView pipelineView)Save a pipeline.Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type PipelineView Modifier and Type Method Description List<PipelineView>PipelineViewServiceImpl. findAll()Get all the pipelines.Optional<PipelineView>PipelineViewServiceImpl. findOne(Long id)Get one pipeline by id.Methods in de.trustable.ca3s.core.service.impl with parameters of type PipelineView Modifier and Type Method Description PipelineViewPipelineViewServiceImpl. save(PipelineView pipelineView)Save a pipeline. -
Uses of PipelineView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return PipelineView Modifier and Type Method Description PipelineViewPipelineUtil. from(Pipeline pipeline)Methods in de.trustable.ca3s.core.service.util with parameters of type PipelineView Modifier and Type Method Description booleanPipelineUtil. isPipelineAdditionalRestrictionsResolved(PipelineView pv, NamedValues[] nvARArr, List<String> messageList)booleanPipelineUtil. isPipelineRestrictionsResolved(PipelineView pv, de.trustable.util.Pkcs10RequestHolder p10ReqHolder, List<String> messageList)PipelinePipelineUtil. toPipeline(PipelineView pv) -
Uses of PipelineView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type PipelineView Modifier and Type Method Description org.springframework.http.ResponseEntity<PipelineView>PipelineViewResource. createPipeline(@Valid PipelineView pipelineView)POST /pipelineViews: Create a new pipeline.List<PipelineView>PipelineViewResource. getAllPipelines()GET /pipelineViews: get all the pipelines.org.springframework.http.ResponseEntity<PipelineView>PipelineViewResource. getPipeline(Long id)GET /pipelineViews/:id: get the "id" pipeline.org.springframework.http.ResponseEntity<PipelineView>PipelineViewResource. updatePipeline(@Valid PipelineView pipelineView)PUT /pipelineViews: Updates an existing pipeline.Methods in de.trustable.ca3s.core.web.rest with parameters of type PipelineView Modifier and Type Method Description org.springframework.http.ResponseEntity<PipelineView>PipelineViewResource. createPipeline(@Valid PipelineView pipelineView)POST /pipelineViews: Create a new pipeline.org.springframework.http.ResponseEntity<PipelineView>PipelineViewResource. updatePipeline(@Valid PipelineView pipelineView)PUT /pipelineViews: Updates an existing pipeline. -
Uses of PipelineView in de.trustable.ca3s.core.web.rest.support
Methods in de.trustable.ca3s.core.web.rest.support that return types with arguments of type PipelineView Modifier and Type Method Description List<PipelineView>UIDatasetSupport. getActiveWebPipelines()GET /pipeline/getActiveWebPipelines: get all active pipelines for web upload.List<PipelineView>UIDatasetSupport. getWebPipelines()GET /pipeline/getWebPipelines: get all pipelines for web upload.
-