public class BaseProcessDefinitionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
repositoryService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
BaseProcessDefinitionResource() |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinition |
getProcessDefinitionFromRequest(String processDefinitionId)
Returns the
ProcessDefinition that is requested. |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected RepositoryService repositoryService
protected ProcessDefinition getProcessDefinitionFromRequest(String processDefinitionId)
ProcessDefinition that is requested. Throws the right exceptions when bad request was made or definition is not found.Copyright © 2018 Flowable. All rights reserved.