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.variableMethods in org.camunda.bpm.engine.variable that return FileValueBuilderModifier and TypeMethodDescriptionstatic FileValueBuilderReturns a builder to create a newFileValuewith the givenfilename.static FileValueBuilderReturns a builder to create a newFileValuewith the givenfilename.
- 
Uses of FileValueBuilder in org.camunda.bpm.engine.variable.impl.value.builderClasses 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.builderMethods 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 specifiedBytearraySets 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.