Class DeferredFileValueImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.value.FileValueImpl
org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl
- All Implemented Interfaces:
Serializable,DeferredFileValue,org.camunda.bpm.engine.variable.value.FileValue,org.camunda.bpm.engine.variable.value.TypedValue
public class DeferredFileValueImpl
extends org.camunda.bpm.engine.variable.impl.value.FileValueImpl
implements DeferredFileValue
- Author:
- Tassilo Weidner
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EngineClientprotected booleanprotected static final ExternalTaskClientLoggerprotected Stringprotected StringFields inherited from class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
encoding, filename, isTransient, mimeType, type, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanisLoaded()Indicates whether the file value has been loadedprotected voidload()voidsetProcessInstanceId(String processInstanceId) voidsetVariableName(String variableName) toString()Methods inherited from class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
getByteArray, getEncoding, getEncodingAsCharset, getFilename, getMimeType, getType, isTransient, setEncoding, setEncoding, setMimeType, setTransient, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.value.FileValue
getEncoding, getEncodingAsCharset, getFilename, getMimeTypeMethods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
getType, isTransient
-
Field Details
-
LOG
-
isLoaded
protected boolean isLoaded -
variableName
-
processInstanceId
-
engineClient
-
-
Constructor Details
-
DeferredFileValueImpl
-
-
Method Details
-
load
protected void load() -
isLoaded
public boolean isLoaded()Description copied from interface:DeferredFileValueIndicates whether the file value has been loaded- Specified by:
isLoadedin interfaceDeferredFileValue- Returns:
-
trueif file value has been loaded -
falseif file value has not been loaded
-
-
getValue
- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.FileValue- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.TypedValue- Overrides:
getValuein classorg.camunda.bpm.engine.variable.impl.value.FileValueImpl
-
setProcessInstanceId
-
setVariableName
-
toString
- Overrides:
toStringin classorg.camunda.bpm.engine.variable.impl.value.FileValueImpl
-