Class TaskVariableBaseResource

    • Field Detail

      • env

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

        protected boolean isSerializableVariableAllowed
    • Constructor Detail

      • TaskVariableBaseResource

        public TaskVariableBaseResource()
    • Method Detail

      • getVariableFromRequestWithoutAccessCheck

        public RestVariable getVariableFromRequestWithoutAccessCheck​(org.flowable.task.api.Task task,
                                                                     String variableName,
                                                                     String scope,
                                                                     boolean includeBinary)
      • 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)