public class VariableResponseProvider extends Object
Constructor and Description |
---|
VariableResponseProvider() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getResponseForTypedVariable(org.camunda.bpm.engine.variable.value.TypedValue typedVariableValue,
String id) |
protected javax.ws.rs.core.Response |
responseForByteVariable(org.camunda.bpm.engine.variable.value.TypedValue variableInstance)
Creates a response for a variable of type
ValueType.BYTES . |
protected javax.ws.rs.core.Response |
responseForFileVariable(org.camunda.bpm.engine.variable.value.FileValue fileValue)
Creates a response for a variable of type
ValueType.FILE . |
public javax.ws.rs.core.Response getResponseForTypedVariable(org.camunda.bpm.engine.variable.value.TypedValue typedVariableValue, String id)
protected javax.ws.rs.core.Response responseForFileVariable(org.camunda.bpm.engine.variable.value.FileValue fileValue)
ValueType.FILE
.protected javax.ws.rs.core.Response responseForByteVariable(org.camunda.bpm.engine.variable.value.TypedValue variableInstance)
ValueType.BYTES
.Copyright © 2022. All rights reserved.