org.camunda.bpm.engine.rest.sub.impl
Class VariableResponseProvider

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.impl.VariableResponseProvider

public class VariableResponseProvider
extends Object

Author:
Christopher Zell

Constructor Summary
VariableResponseProvider()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableResponseProvider

public VariableResponseProvider()
Method Detail

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.