Interface DeferredFileValue
- All Superinterfaces:
 FileValue,Serializable,TypedValue
- All Known Implementing Classes:
 DeferredFileValueImpl
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
Modifier and TypeMethodDescriptionbooleanisLoaded()Indicates whether the file value has been loadedMethods inherited from interface org.camunda.bpm.engine.variable.value.FileValue
getEncoding, getEncodingAsCharset, getFilename, getMimeType, getValueMethods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
getType, isTransient 
- 
Method Details
- 
isLoaded
boolean isLoaded()Indicates whether the file value has been loaded- Returns:
 -  
trueif file value has been loaded -  
falseif file value has not been loaded 
-  
 
 
 -