|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FileValue in org.camunda.bpm.engine.impl.core.variable.value |
|---|
| Classes in org.camunda.bpm.engine.impl.core.variable.value that implement FileValue | |
|---|---|
class |
FileValueImpl
|
| Uses of FileValue in org.camunda.bpm.engine.impl.core.variable.value.builder |
|---|
| Methods in org.camunda.bpm.engine.impl.core.variable.value.builder that return FileValue | |
|---|---|
FileValue |
FileValueBuilderImpl.create()
|
| Uses of FileValue in org.camunda.bpm.engine.impl.variable.serializer |
|---|
| Methods in org.camunda.bpm.engine.impl.variable.serializer that return FileValue | |
|---|---|
FileValue |
FileValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
|
FileValue |
FileValueSerializer.readValue(ValueFields valueFields,
boolean deserializeValue)
|
| Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type FileValue | |
|---|---|
void |
FileValueSerializer.writeValue(FileValue value,
ValueFields valueFields)
|
| Uses of FileValue in org.camunda.bpm.engine.variable |
|---|
| Methods in org.camunda.bpm.engine.variable that return FileValue | |
|---|---|
static FileValue |
Variables.fileValue(File file)
Shortcut for calling fileValue(name).file(file).mimeType(type).create(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||