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