Package com.flowable.core.service.task
Class CoreTaskService
- java.lang.Object
-
- com.flowable.core.service.task.CoreTaskService
-
@Transactional public class CoreTaskService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnHistoryService
cmmnHistoryService
protected CmmnRuntimeService
cmmnRuntimeService
protected CmmnTaskService
cmmnTaskService
protected FlowableFormDecoratorInvoker
formDecoratorInvoker
protected FormService
formService
protected HistoryService
historyService
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
protected RuntimeService
runtimeService
protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description CoreTaskService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
completeTaskForm(String taskId, CompleteFormRepresentation formRepresentation)
FormInfo
getTaskForm(String taskId)
Map<String,Object>
getTaskVariables(String taskId)
void
saveTaskForm(String taskId, SaveFormRepresentation saveFormRepresentation)
-
-
-
Field Detail
-
taskService
@Autowired protected TaskService taskService
-
cmmnTaskService
@Autowired protected CmmnTaskService cmmnTaskService
-
runtimeService
@Autowired protected RuntimeService runtimeService
-
cmmnRuntimeService
@Autowired protected CmmnRuntimeService cmmnRuntimeService
-
historyService
@Autowired protected HistoryService historyService
-
cmmnHistoryService
@Autowired protected CmmnHistoryService cmmnHistoryService
-
formService
@Autowired protected FormService formService
-
formDecoratorInvoker
@Autowired(required=false) protected FlowableFormDecoratorInvoker formDecoratorInvoker
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Method Detail
-
completeTaskForm
public void completeTaskForm(String taskId, CompleteFormRepresentation formRepresentation)
-
saveTaskForm
public void saveTaskForm(String taskId, SaveFormRepresentation saveFormRepresentation)
-
-