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.FileValueFile 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLoaded()Indicates whether the file value has been loaded
-