Class VariableResponseProvider
- java.lang.Object
-
- org.camunda.bpm.engine.rest.sub.impl.VariableResponseProvider
-
public class VariableResponseProvider extends Object
- Author:
- Christopher Zell
-
-
Constructor Summary
Constructors Constructor Description VariableResponseProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getResponseForTypedVariable(TypedValue typedVariableValue, String id)
protected javax.ws.rs.core.Response
responseForByteVariable(TypedValue variableInstance)
Creates a response for a variable of typeValueType.BYTES
.protected javax.ws.rs.core.Response
responseForFileVariable(FileValue fileValue)
Creates a response for a variable of typeValueType.FILE
.
-
-
-
Method Detail
-
getResponseForTypedVariable
public javax.ws.rs.core.Response getResponseForTypedVariable(TypedValue typedVariableValue, String id)
-
responseForFileVariable
protected javax.ws.rs.core.Response responseForFileVariable(FileValue fileValue)
Creates a response for a variable of typeValueType.FILE
.
-
responseForByteVariable
protected javax.ws.rs.core.Response responseForByteVariable(TypedValue variableInstance)
Creates a response for a variable of typeValueType.BYTES
.
-
-