|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BlobObject
This interface represents an attribute data of BLOB/URL type.
| Nested Class Summary | |
|---|---|
static interface |
BlobObject.BlobAddressThis interface represent the address information of a corresponding BlobObject. |
| Method Summary | |
|---|---|
java.io.InputStream |
getBinaryStream()retrieves the binary related to this Binary Object |
BlobObject.BlobAddress |
getBlobAddress()Returns the db address for a given blob object. |
java.lang.String |
getFilename()Gets the filename related to this binary object |
java.lang.String |
getFoldername()Gets the foler name of the binary Object; the value returned is the absolute path of where the blob/binary is stored |
java.util.List<WebReference> |
getWebReferences()Gets the WebReference related to this binary object |
void |
setBinaryData(byte[] bytes)sets the binary related to this Binary Object |
void |
setFilename(java.lang.String filename)Sets the filename related to this binary object |
void |
setFoldername(java.lang.String foldername)Sets the foler name of the binary Object; the value returned is the absolute path of where the blob/binary is stored |
void |
setWebReferences(java.util.List<WebReference> webReference)Sets the WebReference related to this binary object |
| Method Detail |
|---|
java.lang.String getFilename()
void setFilename(java.lang.String filename)
filename - the fileNamejava.lang.String getFoldername()
void setFoldername(java.lang.String foldername)
foldername - folder namejava.io.InputStream getBinaryStream()
void setBinaryData(byte[] bytes)
bytes - the binaryjava.util.List<WebReference> getWebReferences()
void setWebReferences(java.util.List<WebReference> webReference)
WebReference - the webReferenceBlobObject.BlobAddress getBlobAddress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.