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.
|
java.sql.Blob |
getBlob()
Returns blob.
|
byte[] |
getData()
Returns array of bytes.
|
java.lang.String |
getDatasourceJndi()
Returns jndi of datasource.
|
java.io.InputStream |
getStream()
Returns stream.
|
BinaryValue |
getValue()
Returns underlying value.
|
equals, getBaseLevelEntityId, getConverter, getEvaluationConverter, getHandle, getId, getModelInstance, getModelProvider, getNotCompiledValueHolder, getProcessModel, getType, getVal, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getNotCompiledValueHolder, getTypepublic BinaryHolderImpl(BinaryValue value, ModelProvider modelProvider)
value - public byte[] getData()
BinaryHoldergetData in interface BinaryHolderpublic java.io.InputStream getStream()
BinaryHoldergetStream in interface BinaryHolderpublic BinaryValue getValue()
public java.sql.Blob getBlob()
BinaryHoldergetBlob in interface BinaryHolderpublic java.lang.String getDatasourceJndi()
BinaryHoldergetDatasourceJndi in interface BinaryHolderpublic void clearRuntimeValues()
HolderImplclearRuntimeValues in class HolderImpl<BinaryValue>Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.