Uses of Class
com.bytedesk.ticket.process.ProcessRequest
Packages that use ProcessRequest
-
Uses of ProcessRequest in com.bytedesk.ticket.process
Methods in com.bytedesk.ticket.process that return ProcessRequestModifier and TypeMethodDescriptionprivate ProcessRequestProcessRestService.buildDefaultProcessRequest(String uid, String orgUid, String schema, ProcessTypeEnum type, String processName) Methods in com.bytedesk.ticket.process with parameters of type ProcessRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ProcessRestController.create(ProcessRequest request) ProcessRestService.create(ProcessRequest request) protected org.springframework.data.jpa.domain.Specification<ProcessEntity>ProcessRestService.createSpecification(ProcessRequest request) org.springframework.http.ResponseEntity<?>ProcessRestController.delete(ProcessRequest request) voidProcessRestService.delete(ProcessRequest request) ProcessService.deploy(ProcessRequest request) 部署流程org.springframework.http.ResponseEntity<?>ProcessRestController.deployProcess(ProcessRequest request) ProcessRestController.export(ProcessRequest request, jakarta.servlet.http.HttpServletResponse response) ProcessService.query(ProcessRequest request) 查询已部署的流程定义列表org.springframework.http.ResponseEntity<?>ProcessRestController.queryByOrg(ProcessRequest request) org.springframework.data.domain.Page<ProcessResponse>ProcessRestService.queryByOrg(ProcessRequest request) org.springframework.http.ResponseEntity<?>ProcessRestController.queryByUid(ProcessRequest request) org.springframework.http.ResponseEntity<?>ProcessRestController.queryByUser(ProcessRequest request) org.springframework.data.domain.Page<ProcessResponse>ProcessRestService.queryByUser(ProcessRequest request) ProcessRestService.queryDeployedProcessDefinitions(ProcessRequest request) 查询已部署的流程定义列表(Flowable ProcessDefinition)org.springframework.http.ResponseEntity<?>ProcessRestController.queryProcesses(ProcessRequest request) org.springframework.http.ResponseEntity<?>ProcessRestController.resetProcess(ProcessRequest request) ProcessRestService.resetProcess(ProcessRequest request) 重置流程为默认初始化内容static org.springframework.data.jpa.domain.Specification<ProcessEntity>ProcessSpecification.search(ProcessRequest request, AuthService authService) ProcessService.undeploy(ProcessRequest request) 取消部署流程org.springframework.http.ResponseEntity<?>ProcessRestController.undeployProcess(ProcessRequest request) org.springframework.http.ResponseEntity<?>ProcessRestController.update(ProcessRequest request) ProcessRestService.update(ProcessRequest request)