Package | Description |
---|---|
org.camunda.bpm.engine.variable | |
org.camunda.bpm.engine.variable.impl.value.builder | |
org.camunda.bpm.engine.variable.value.builder |
Modifier and Type | Method and Description |
---|---|
static FileValueBuilder |
Variables.fileValue(String filename)
Returns a builder to create a new
FileValue with the given
filename . |
static FileValueBuilder |
Variables.fileValue(String filename,
boolean isTransient)
Returns a builder to create a new
FileValue with the given
filename . |
Modifier and Type | Class and Description |
---|---|
class |
FileValueBuilderImpl |
Modifier and Type | Method and Description |
---|---|
FileValueBuilder |
FileValueBuilderImpl.encoding(Charset encoding) |
FileValueBuilder |
FileValueBuilderImpl.encoding(String encoding) |
FileValueBuilder |
FileValueBuilderImpl.file(byte[] bytes) |
FileValueBuilder |
FileValueBuilderImpl.file(File file) |
FileValueBuilder |
FileValueBuilderImpl.file(InputStream stream) |
FileValueBuilder |
FileValueBuilderImpl.mimeType(String mimeType) |
FileValueBuilder |
FileValueBuilderImpl.setTransient(boolean isTransient) |
Modifier and Type | Method and Description |
---|---|
FileValueBuilder |
FileValueBuilder.encoding(Charset encoding)
Sets the encoding for the file in the value infos (optional).
|
FileValueBuilder |
FileValueBuilder.encoding(String encoding)
Sets the encoding for the file in the value infos (optional).
|
FileValueBuilder |
FileValueBuilder.file(byte[] bytes)
Sets the value to the specified
Byte array |
FileValueBuilder |
FileValueBuilder.file(File file)
Sets the value to the specified
File . |
FileValueBuilder |
FileValueBuilder.file(InputStream stream)
Sets the value to the specified
InputStream . |
FileValueBuilder |
FileValueBuilder.mimeType(String mimeType)
Saves the MIME type of a file in the value infos.
|
Copyright © 2019. All rights reserved.