Uses of Interface
org.camunda.bpm.engine.variable.value.FileValue
-
-
Uses of FileValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return FileValue Modifier and Type Method Description FileValue
FileValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
FileValue
FileValueMapper. readValue(TypedValueField value, boolean deserializeValue)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type FileValue Modifier and Type Method Description void
FileValueMapper. writeValue(FileValue fileValue, TypedValueField typedValueField)
-
Uses of FileValue in org.camunda.bpm.client.variable.impl.value
Classes in org.camunda.bpm.client.variable.impl.value that implement FileValue Modifier and Type Class Description class
DeferredFileValueImpl
-
Uses of FileValue in org.camunda.bpm.client.variable.value
Subinterfaces of FileValue in org.camunda.bpm.client.variable.value Modifier and Type Interface Description interface
DeferredFileValue
File value is not available unless it is loaded actively InitiallygetValue()
returnsnull
. -
Uses of FileValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return FileValue Modifier and Type Method Description FileValue
FileValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
FileValue
FileValueSerializer. readValue(ValueFields valueFields, boolean deserializeValue, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type FileValue Modifier and Type Method Description void
FileValueSerializer. writeValue(FileValue value, ValueFields valueFields)
-
Uses of FileValue in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return FileValue Modifier and Type Method Description protected FileValue
VariableValueDto. fileValueWithDecodedString(FileValue fileValue, String value)
Methods in org.camunda.bpm.engine.rest.dto with parameters of type FileValue Modifier and Type Method Description protected FileValue
VariableValueDto. fileValueWithDecodedString(FileValue fileValue, String value)
-
Uses of FileValue in org.camunda.bpm.engine.rest.sub.impl
Methods in org.camunda.bpm.engine.rest.sub.impl with parameters of type FileValue Modifier and Type Method Description protected javax.ws.rs.core.Response
VariableResponseProvider. responseForFileVariable(FileValue fileValue)
Creates a response for a variable of typeValueType.FILE
. -
Uses of FileValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return FileValue Modifier and Type Method Description static FileValue
Variables. fileValue(File file)
Shortcut for callingVariables.fileValue(name).file(file).mimeType(type).create()
.static FileValue
Variables. fileValue(File file, boolean isTransient)
Shortcut for callingVariables.fileValue(name).file(file).mimeType(type).setTransient(isTransient).create()
. -
Uses of FileValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement FileValue Modifier and Type Class Description class
FileValueImpl
-
Uses of FileValue in org.camunda.bpm.engine.variable.impl.value.builder
Methods in org.camunda.bpm.engine.variable.impl.value.builder that return FileValue Modifier and Type Method Description FileValue
FileValueBuilderImpl. create()
-