org.camunda.bpm.engine.rest.sub.impl
Class VariableResponseProvider
java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.VariableResponseProvider
public class VariableResponseProvider
- extends Object
- Author:
- Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableResponseProvider
public VariableResponseProvider()
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 type
ValueType.FILE.
responseForByteVariable
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.
Copyright © 2017 camunda services GmbH. All rights reserved.