|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileValueBuilder
| Method Summary | |
|---|---|
FileValueBuilder |
encoding(Charset encoding)
Sets the encoding for the file in the value infos (optional). |
FileValueBuilder |
encoding(String encoding)
Sets the encoding for the file in the value infos (optional). |
FileValueBuilder |
file(byte[] bytes)
Sets the value to the specified Byte array |
FileValueBuilder |
file(File file)
Sets the value to the specified File. |
FileValueBuilder |
file(InputStream stream)
Sets the value to the specified InputStream. |
FileValueBuilder |
mimeType(String mimeType)
Saves the MIME type of a file in the value infos. |
| Methods inherited from interface org.camunda.bpm.engine.variable.value.builder.TypedValueBuilder |
|---|
create |
| Method Detail |
|---|
FileValueBuilder mimeType(String mimeType)
type - the MIME type as stringFileValueBuilder file(File file)
File.
file(byte[]),
file(InputStream)FileValueBuilder file(InputStream stream)
InputStream.
file(byte[]),
file(File)FileValueBuilder file(byte[] bytes)
Byte array
file(File),
file(InputStream)FileValueBuilder encoding(Charset encoding)
encoding -
FileValueBuilder encoding(String encoding)
encoding -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||