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