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