Uses of Interface
org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Packages that use FileValueBuilder
Package
Description
-
Uses of FileValueBuilder in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return FileValueBuilderModifier 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
Classes in org.camunda.bpm.engine.variable.impl.value.builder that implement FileValueBuilderMethods in org.camunda.bpm.engine.variable.impl.value.builder that return FileValueBuilderModifier and TypeMethodDescriptionFileValueBuilderImpl.file
(byte[] bytes) FileValueBuilderImpl.file
(InputStream stream) FileValueBuilderImpl.setTransient
(boolean isTransient) -
Uses of FileValueBuilder in org.camunda.bpm.engine.variable.value.builder
Methods in org.camunda.bpm.engine.variable.value.builder that return FileValueBuilderModifier 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.