Uses of Interface
org.camunda.bpm.engine.variable.type.FileValueType
Packages that use FileValueType
Package
Description
- 
Uses of FileValueType in org.camunda.bpm.engine.variable.impl.typeClasses in org.camunda.bpm.engine.variable.impl.type that implement FileValueTypeModifier and TypeClassDescriptionclassValuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via anInputStream.
- 
Uses of FileValueType in org.camunda.bpm.engine.variable.impl.valueFields in org.camunda.bpm.engine.variable.impl.value declared as FileValueTypeConstructors in org.camunda.bpm.engine.variable.impl.value with parameters of type FileValueTypeModifierConstructorDescriptionFileValueImpl(byte[] value, FileValueType type, String filename, String mimeType, String encoding) FileValueImpl(FileValueType type, String filename) 
- 
Uses of FileValueType in org.camunda.bpm.engine.variable.typeFields in org.camunda.bpm.engine.variable.type declared as FileValueType