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 FileValueFileValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)FileValueFileValueMapper. readValue(TypedValueField value, boolean deserializeValue)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type FileValue Modifier and Type Method Description voidFileValueMapper. 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 classDeferredFileValueImpl -
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 interfaceDeferredFileValueFile 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 FileValueFileValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)FileValueFileValueSerializer. 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 voidFileValueSerializer. 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 FileValueVariableValueDto. fileValueWithDecodedString(FileValue fileValue, java.lang.String value)Methods in org.camunda.bpm.engine.rest.dto with parameters of type FileValue Modifier and Type Method Description protected FileValueVariableValueDto. fileValueWithDecodedString(FileValue fileValue, java.lang.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.ResponseVariableResponseProvider. 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 FileValueVariables. fileValue(java.io.File file)Shortcut for callingVariables.fileValue(name).file(file).mimeType(type).create().static FileValueVariables. fileValue(java.io.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 classFileValueImpl -
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 FileValueFileValueBuilderImpl. create()
-