Class FileValueSerializer

java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer<FileValue>
org.camunda.bpm.engine.impl.variable.serializer.FileValueSerializer
All Implemented Interfaces:
TypedValueSerializer<FileValue>

public class FileValueSerializer extends AbstractTypedValueSerializer<FileValue>
Since:
7.4
Author:
Ronny Bräunlich
  • Field Details

    • NR_OF_VALUES_IN_TEXTFIELD2

      protected static final int NR_OF_VALUES_IN_TEXTFIELD2
      The numbers values we encoded in textfield two.
      See Also:
    • MIMETYPE_ENCODING_SEPARATOR

      protected static final String MIMETYPE_ENCODING_SEPARATOR
      The separator to be able to store encoding and mimetype inside the same text field. Please be aware that the separator only works when it is a character that is not allowed in the first component.
      See Also:
  • Constructor Details

    • FileValueSerializer

      public FileValueSerializer()
  • Method Details