Uses of Interface
org.camunda.bpm.engine.variable.value.FileValue
Package
Description
-
Uses of FileValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionFileValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) FileValueMapper.readValue
(TypedValueField value, boolean deserializeValue) Modifier and TypeMethodDescriptionvoid
FileValueMapper.writeValue
(FileValue fileValue, TypedValueField typedValueField) -
Uses of FileValue in org.camunda.bpm.client.variable.impl.value
-
Uses of FileValue in org.camunda.bpm.client.variable.value
Modifier 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
Modifier and TypeMethodDescriptionFileValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) FileValueSerializer.readValue
(ValueFields valueFields, boolean deserializeValue, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
FileValueSerializer.writeValue
(FileValue value, ValueFields valueFields) -
Uses of FileValue in org.camunda.bpm.engine.rest.dto
Modifier and TypeMethodDescriptionprotected FileValue
VariableValueDto.fileValueWithDecodedString
(FileValue fileValue, String value) Modifier and TypeMethodDescriptionprotected FileValue
VariableValueDto.fileValueWithDecodedString
(FileValue fileValue, String value) -
Uses of FileValue in org.camunda.bpm.engine.rest.sub.impl
Modifier 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
-
Uses of FileValue in org.camunda.bpm.engine.variable.impl.value
-
Uses of FileValue in org.camunda.bpm.engine.variable.impl.value.builder