Interface DeferredFileValue

  • All Superinterfaces:
    org.camunda.bpm.engine.variable.value.FileValue, Serializable, org.camunda.bpm.engine.variable.value.TypedValue
    All Known Implementing Classes:
    DeferredFileValueImpl

    public interface DeferredFileValue
    extends org.camunda.bpm.engine.variable.value.FileValue
    File value is not available unless it is loaded actively Initially FileValue.getValue() returns null. Once #load() has been called FileValue.getValue() holds the respective file value.
    Author:
    Tassilo Weidner
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isLoaded()
      Indicates whether the file value has been loaded
      • Methods inherited from interface org.camunda.bpm.engine.variable.value.FileValue

        getEncoding, getEncodingAsCharset, getFilename, getMimeType, getValue
      • Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue

        getType, isTransient
    • Method Detail

      • isLoaded

        boolean isLoaded()
        Indicates whether the file value has been loaded
        Returns:
        • true if file value has been loaded
        • false if file value has not been loaded