Class VariableResponseProvider

java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.VariableResponseProvider

public class VariableResponseProvider extends Object
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Constructor Details

    • VariableResponseProvider

      public VariableResponseProvider()
  • Method Details

    • getResponseForTypedVariable

      public jakarta.ws.rs.core.Response getResponseForTypedVariable(TypedValue typedVariableValue, String id)
    • responseForFileVariable

      protected jakarta.ws.rs.core.Response responseForFileVariable(FileValue fileValue)
      Creates a response for a variable of type ValueType.FILE.
    • responseForByteVariable

      protected jakarta.ws.rs.core.Response responseForByteVariable(TypedValue variableInstance)
      Creates a response for a variable of type ValueType.BYTES.