Package | Description |
---|---|
com.fatwire.assetapi.data |
Modifier and Type | Class and Description |
---|---|
class |
BlobAddressImpl |
Modifier and Type | Method and Description |
---|---|
BlobObject.BlobAddress |
BlobObject.getBlobAddress()
Returns the db address for a given blob object.
|
BlobObject.BlobAddress |
BlobObjectImpl.getBlobAddress() |
Constructor and Description |
---|
BlobObjectImpl(String filename,
String folder,
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,
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
|
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
|