Class VariableResponseProvider
java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.VariableResponseProvider
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getResponseForTypedVariable
(TypedValue typedVariableValue, String id) protected jakarta.ws.rs.core.Response
responseForByteVariable
(TypedValue variableInstance) Creates a response for a variable of typeValueType.BYTES
.protected jakarta.ws.rs.core.Response
responseForFileVariable
(FileValue fileValue) Creates a response for a variable of typeValueType.FILE
.
-
Constructor Details
-
VariableResponseProvider
public VariableResponseProvider()
-
-
Method Details
-
getResponseForTypedVariable
public jakarta.ws.rs.core.Response getResponseForTypedVariable(TypedValue typedVariableValue, String id) -
responseForFileVariable
Creates a response for a variable of typeValueType.FILE
. -
responseForByteVariable
Creates a response for a variable of typeValueType.BYTES
.
-