|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileValueType | |
|---|---|
| org.camunda.bpm.engine.impl.core.variable.type | |
| org.camunda.bpm.engine.impl.core.variable.value | |
| org.camunda.bpm.engine.variable.type | |
| Uses of FileValueType in org.camunda.bpm.engine.impl.core.variable.type |
|---|
| Classes in org.camunda.bpm.engine.impl.core.variable.type that implement FileValueType | |
|---|---|
class |
FileValueTypeImpl
Valuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via an InputStream. |
| Uses of FileValueType in org.camunda.bpm.engine.impl.core.variable.value |
|---|
| Fields in org.camunda.bpm.engine.impl.core.variable.value declared as FileValueType | |
|---|---|
protected FileValueType |
FileValueImpl.type
|
| Constructors in org.camunda.bpm.engine.impl.core.variable.value with parameters of type FileValueType | |
|---|---|
FileValueImpl(byte[] value,
FileValueType type,
String filename,
String mimeType,
String encoding)
|
|
FileValueImpl(FileValueType type,
String filename)
|
|
| Uses of FileValueType in org.camunda.bpm.engine.variable.type |
|---|
| Fields in org.camunda.bpm.engine.variable.type declared as FileValueType | |
|---|---|
static FileValueType |
ValueType.FILE
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||