| Package | Description |
|---|---|
| com.fatwire.assetapi.data |
| Modifier and Type | Class and Description |
|---|---|
class |
WebReferenceImpl |
| Modifier and Type | Method and Description |
|---|---|
List<WebReference> |
BlobObject.getWebReferences()
Gets the WebReference related to this binary object
|
List<WebReference> |
BlobObjectImpl.getWebReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobObject.setWebReferences(List<WebReference> webReference)
Sets the WebReference related to this binary object
|
void |
BlobObjectImpl.setWebReferences(List<WebReference> webReferences) |
| Constructor and Description |
|---|
BlobObjectImpl(String filename, String folder, List<WebReference> webReferences, byte[] bytes)
Constructs a BlobObject with the specified filename, folder and binary
|
BlobObjectImpl(String filename, String folder, List<WebReference> webReferences, byte[] bytes, BlobObject.BlobAddress blobAddress)
Constructs a BlobObject with the specified filename, folder, binary and blobAddress, primarily used for creating BlobObject from existing Content Server objects
|
BlobObjectImpl(String filename, String folder, List<WebReference> webReferences, byte[] bytes, BlobObject.BlobAddress blobAddress, boolean keepBytes)
Constructs a BlobObject with the specified filename, folder, binary and blobAddress, primarily used for creating BlobObject from existing Content Server objects
|