Class TaskVariableBaseResource

    • Field Detail

      • env

        @Autowired
        protected org.springframework.core.env.Environment env
      • runtimeService

        @Autowired
        protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
      • isSerializableVariableAllowed

        protected boolean isSerializableVariableAllowed
    • Constructor Detail

      • TaskVariableBaseResource

        public TaskVariableBaseResource()
    • Method Detail

      • setBinaryVariable

        protected RestVariable setBinaryVariable​(org.springframework.web.multipart.MultipartHttpServletRequest request,
                                                 org.flowable.task.api.Task task,
                                                 boolean isNew)
      • setSimpleVariable

        protected RestVariable setSimpleVariable​(RestVariable restVariable,
                                                 org.flowable.task.api.Task task,
                                                 boolean isNew)