Uses of Interface
org.camunda.bpm.engine.variable.value.FileValue
Packages that use FileValue
Package
Description
-
Uses of FileValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return FileValueModifier and TypeMethodDescriptionFileValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) FileValueMapper.readValue
(TypedValueField value, boolean deserializeValue) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type FileValueModifier and TypeMethodDescriptionvoid
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 -
Uses of FileValue in org.camunda.bpm.client.variable.value
Subinterfaces of FileValue in org.camunda.bpm.client.variable.valueModifier and TypeInterfaceDescriptioninterface
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 FileValueModifier and TypeMethodDescriptionFileValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) FileValueSerializer.readValue
(ValueFields valueFields, boolean deserializeValue, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type FileValueModifier and TypeMethodDescriptionvoid
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 FileValueModifier and TypeMethodDescriptionprotected FileValue
VariableValueDto.fileValueWithDecodedString
(FileValue fileValue, String value) Methods in org.camunda.bpm.engine.rest.dto with parameters of type FileValueModifier and TypeMethodDescriptionprotected 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 FileValueModifier and TypeMethodDescriptionprotected jakarta.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 -
Uses of FileValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement FileValue -
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