@Service @Transactional public class FlowableProcessDefinitionService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.app.api.AppRepositoryService |
appRepositoryService |
protected org.flowable.form.api.FormRepositoryService |
formRepositoryService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
protected ProcessEngineConfiguration |
processEngineConfiguration |
protected RepositoryService |
repositoryService |
| Constructor and Description |
|---|
FlowableProcessDefinitionService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProcessDefinitionRepresentation> |
convertDefinitionList(List<ProcessDefinition> definitions) |
ResultListDataRepresentation |
getProcessDefinitions(Boolean latest,
String appDefinitionKey) |
org.flowable.form.api.FormInfo |
getProcessDefinitionStartForm(String processDefinitionId) |
protected org.flowable.form.api.FormInfo |
getStartForm(ProcessDefinition processDefinition) |
@Autowired protected RepositoryService repositoryService
@Autowired protected ProcessEngineConfiguration processEngineConfiguration
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
@Autowired protected org.flowable.form.api.FormRepositoryService formRepositoryService
@Autowired protected PermissionService permissionService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public org.flowable.form.api.FormInfo getProcessDefinitionStartForm(String processDefinitionId)
public ResultListDataRepresentation getProcessDefinitions(Boolean latest, String appDefinitionKey)
protected org.flowable.form.api.FormInfo getStartForm(ProcessDefinition processDefinition)
protected List<ProcessDefinitionRepresentation> convertDefinitionList(List<ProcessDefinition> definitions)
Copyright © 2021 Flowable. All rights reserved.