Class ProcessInstanceDiagramResource
- java.lang.Object
-
- org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
-
- org.flowable.rest.service.api.runtime.process.ProcessInstanceDiagramResource
-
@RestController public class ProcessInstanceDiagramResource extends BaseProcessInstanceResource
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationprocessEngineConfigurationprotected RepositoryServicerepositoryService-
Fields inherited from class org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
restApiInterceptor, restResponseFactory, runtimeService
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceDiagramResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<byte[]>getProcessInstanceDiagram(String processInstanceId, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
addVariables, getProcessInstanceFromRequest, getProcessInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
-
-
-
Field Detail
-
repositoryService
@Autowired protected RepositoryService repositoryService
-
processEngineConfiguration
@Autowired protected ProcessEngineConfiguration processEngineConfiguration
-
-
Method Detail
-
getProcessInstanceDiagram
@GetMapping("/runtime/process-instances/{processInstanceId}/diagram") public org.springframework.http.ResponseEntity<byte[]> getProcessInstanceDiagram(@PathVariable String processInstanceId, javax.servlet.http.HttpServletResponse response)
-
-