public class BinaryHolderImpl extends HolderImpl<BinaryValue> implements BinaryHolder
Constructor and Description |
---|
BinaryHolderImpl(BinaryValue value,
ModelProvider modelProvider)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
clearRuntimeValues()
Clears referenced runtime values.
|
Blob |
getBlob()
Returns blob.
|
byte[] |
getData()
Returns array of bytes.
|
String |
getDatasourceJndi()
Returns jndi of datasource.
|
InputStream |
getStream()
Returns stream.
|
BinaryValue |
getValue()
Returns underlying value.
|
equals, getBaseLevelEntityId, getConverter, getEvaluationConverter, getHandle, getId, getModelInstance, getModelProvider, getNotCompiledValueHolder, getProcessModel, getType, getVal, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getNotCompiledValueHolder, getType
public BinaryHolderImpl(BinaryValue value, ModelProvider modelProvider)
value
- public byte[] getData()
BinaryHolder
getData
in interface BinaryHolder
public InputStream getStream()
BinaryHolder
getStream
in interface BinaryHolder
public BinaryValue getValue()
public Blob getBlob()
BinaryHolder
getBlob
in interface BinaryHolder
public String getDatasourceJndi()
BinaryHolder
getDatasourceJndi
in interface BinaryHolder
public void clearRuntimeValues()
HolderImpl
clearRuntimeValues
in class HolderImpl<BinaryValue>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.