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, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEncoding, getEncodingAsCharset, getFilename, getMimeType
getType, isTransient
protected 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()
DeferredFileValue
isLoaded
in interface DeferredFileValue
true
if file value has been loaded
false
if file value has not been loaded
public InputStream getValue()
TypedValue
getValue
in interface FileValue
getValue
in interface TypedValue
getValue
in class FileValueImpl
public void setProcessInstanceId(String processInstanceId)
public void setVariableName(String variableName)
public String toString()
toString
in class FileValueImpl
Copyright © 2022. All rights reserved.