Class FlowableTaskFormService


  • @Service
    @Transactional
    public class FlowableTaskFormService
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • taskService

        @Autowired
        protected TaskService taskService
      • cmmnTaskService

        @Autowired
        protected org.flowable.cmmn.api.CmmnTaskService cmmnTaskService
      • formRepositoryService

        @Autowired
        protected org.flowable.form.api.FormRepositoryService formRepositoryService
      • formService

        @Autowired
        protected org.flowable.form.api.FormService formService
      • objectMapper

        @Autowired
        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • FlowableTaskFormService

        public FlowableTaskFormService()
    • Method Detail

      • getTaskForm

        public org.flowable.form.api.FormInfo getTaskForm​(String taskId)
      • checkCurrentUserCanModifyTask

        protected void checkCurrentUserCanModifyTask​(org.flowable.task.api.Task task)