public class DeferredFileValueImpl extends FileValueImpl implements DeferredFileValue
| Modifier and Type | Field and Description |
|---|---|
protected EngineClient |
engineClient |
protected boolean |
isLoaded |
protected static ExternalTaskClientLogger |
LOG |
protected String |
processInstanceId |
protected String |
variableName |
encoding, filename, isTransient, mimeType, type, value| Constructor and Description |
|---|
DeferredFileValueImpl(String filename,
EngineClient engineClient) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getValue()
The actual value.
|
boolean |
isLoaded()
Indicates whether the file value has been loaded
|
protected void |
load() |
void |
setProcessInstanceId(String processInstanceId) |
void |
setVariableName(String variableName) |
String |
toString() |
getByteArray, getEncoding, getEncodingAsCharset, getFilename, getMimeType, getType, isTransient, setEncoding, setEncoding, setMimeType, setTransient, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEncoding, getEncodingAsCharset, getFilename, getMimeTypegetType, isTransientprotected static final ExternalTaskClientLogger LOG
protected boolean isLoaded
protected String variableName
protected String processInstanceId
protected EngineClient engineClient
public DeferredFileValueImpl(String filename, EngineClient engineClient)
protected void load()
public boolean isLoaded()
DeferredFileValueisLoaded in interface DeferredFileValuetrue if file value has been loaded
false if file value has not been loaded
public InputStream getValue()
TypedValuegetValue in interface FileValuegetValue in interface TypedValuegetValue in class FileValueImplpublic void setProcessInstanceId(String processInstanceId)
public void setVariableName(String variableName)
public String toString()
toString in class FileValueImplCopyright © 2022. All rights reserved.