Interface DeferredFileValue
- 
- All Superinterfaces:
- FileValue,- java.io.Serializable,- TypedValue
 - All Known Implementing Classes:
- DeferredFileValueImpl
 
 public interface DeferredFileValue extends FileValue File value is not available unless it is loaded actively InitiallyFileValue.getValue()returnsnull. Once#load()has been calledFileValue.getValue()holds the respective file value.- Author:
- Tassilo Weidner
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLoaded()Indicates whether the file value has been loaded- 
Methods inherited from interface org.camunda.bpm.engine.variable.value.FileValuegetEncoding, getEncodingAsCharset, getFilename, getMimeType, getValue
 - 
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValuegetType, isTransient
 
- 
 
-