@RestController public class ProcessDefinitionsClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected ProcessDefinitionService |
clientService |
configRepository| Constructor and Description |
|---|
ProcessDefinitionsClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
listProcessDefinitions(javax.servlet.http.HttpServletRequest request)
GET /rest/authenticate -> check if the user is authenticated, and return its login.
|
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected ProcessDefinitionService clientService
@GetMapping(value="/rest/admin/process-definitions",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode listProcessDefinitions(javax.servlet.http.HttpServletRequest request)
Copyright © 2022 Flowable. All rights reserved.