@Service @Transactional public class FlowableTaskFormService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CmmnTaskService |
cmmnTaskService |
protected FormRepositoryService |
formRepositoryService |
protected FormService |
formService |
protected HistoryService |
historyService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
protected RepositoryService |
repositoryService |
protected TaskService |
taskService |
| Constructor and Description |
|---|
FlowableTaskFormService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCurrentUserCanModifyTask(Task task) |
void |
completeTaskForm(String taskId,
CompleteFormRepresentation completeTaskFormRepresentation) |
FormInfo |
getTaskForm(String taskId) |
void |
saveTaskForm(String taskId,
SaveFormRepresentation saveFormRepresentation) |
@Autowired protected TaskService taskService
@Autowired protected CmmnTaskService cmmnTaskService
@Autowired protected RepositoryService repositoryService
@Autowired protected HistoryService historyService
@Autowired protected FormRepositoryService formRepositoryService
@Autowired protected FormService formService
@Autowired protected PermissionService permissionService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public void saveTaskForm(String taskId, SaveFormRepresentation saveFormRepresentation)
public void completeTaskForm(String taskId, CompleteFormRepresentation completeTaskFormRepresentation)
protected void checkCurrentUserCanModifyTask(Task task)
Copyright © 2023 Flowable. All rights reserved.