Uses of Interface
org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Package
Description
-
Uses of FileValueBuilder in org.camunda.bpm.engine.variable
Modifier and TypeMethodDescriptionstatic FileValueBuilder
Returns a builder to create a newFileValue
with the givenfilename
.static FileValueBuilder
Returns a builder to create a newFileValue
with the givenfilename
. -
Uses of FileValueBuilder in org.camunda.bpm.engine.variable.impl.value.builder
Modifier and TypeMethodDescriptionFileValueBuilderImpl.file
(byte[] bytes) FileValueBuilderImpl.file
(InputStream stream) FileValueBuilderImpl.setTransient
(boolean isTransient) -
Uses of FileValueBuilder in org.camunda.bpm.engine.variable.value.builder
Modifier and TypeMethodDescriptionSets the encoding for the file in the value infos (optional).Sets the encoding for the file in the value infos (optional).FileValueBuilder.file
(byte[] bytes) Sets the value to the specifiedByte
arraySets the value to the specifiedFile
.FileValueBuilder.file
(InputStream stream) Sets the value to the specifiedInputStream
.Saves the MIME type of a file in the value infos.