B C D F G I J L N P R S T U W 

B

BEAN_SERVICE - Static variable in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
BEAN_SERVICE - Static variable in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
The Constant BEAN_SERVICE.
BlobStoreClientException - Exception in fr.paris.lutece.plugins.blobstore.service
BlobStoreClientException
BlobStoreClientException(String) - Constructor for exception fr.paris.lutece.plugins.blobstore.service.BlobStoreClientException
Constructor
BlobStoreFileItem - Class in fr.paris.lutece.plugins.blobstore.service
Builds a fileItem from blobstore implementing FileItem.
BlobStoreFileItem(String, IBlobStoreService) - Constructor for class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Builds a fileItem from blobstore. get() method is lazy.
BlobStoreLibConstants - Class in fr.paris.lutece.plugins.blobstore.util
BlobstoreConstants
BlobStoreLibUtils - Class in fr.paris.lutece.plugins.blobstore.util
BlobStoreUtils
buildFileMetadata(String, long, String, String) - Static method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Builds the json value of a file metadata.
BytesBlobStore - Class in fr.paris.lutece.plugins.blobstore.business
class BytesBlobStore
BytesBlobStore() - Constructor for class fr.paris.lutece.plugins.blobstore.business.BytesBlobStore
 

C

create(BytesBlobStore) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
create(BytesBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Creation of an instance of record physical file.
create(BytesBlobStore, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
create(BytesBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Creation of an instance of record physical file.
createInputStream(InputStreamBlobStore) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
createInputStream(InputStreamBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Creation of an instance of record physical file.
createInputStream(InputStreamBlobStore, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
createInputStream(InputStreamBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Creation of an instance of record physical file.

D

DatabaseBlobStoreHome - Class in fr.paris.lutece.plugins.blobstore.business.database
This class provides instances management methods (create, find, ...) for physical file objects
DatabaseBlobStoreHome() - Constructor for class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
delete(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Delete a record from the table.
delete(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Removes the file.
delete() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Deletes both blobs : metadata AND content.
delete(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Delete a blob
doDeleteFile(String, String, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Do delete a file in the blobstore webapp
doDownloadFile(String, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Download the file to the file path
doDownloadFile(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Download the file
doUploadFile(String, FileItem, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Do upload a file in the blobstore webapp

F

FileAlreadyExistsException - Exception in fr.paris.lutece.plugins.blobstore.business.filesystem
FileAlreadyExistsException
FileAlreadyExistsException(String) - Constructor for exception fr.paris.lutece.plugins.blobstore.business.filesystem.FileAlreadyExistsException
FileAlreadyExistsException
FileSystemBlobStoreHome - Class in fr.paris.lutece.plugins.blobstore.business.filesystem
FileSystemBlobStoreHome.
FileSystemBlobStoreHome() - Constructor for class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
findByPrimaryKey(String) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
findByPrimaryKey(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Returns an instance of a physical file whose identifier is specified in parameter.
findByPrimaryKey(String, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
findByPrimaryKey(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Returns an instance of a physical file whose identifier is specified in parameter.
findByPrimaryKeyInputStream(String) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
findByPrimaryKeyInputStream(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Returns an instance of a physical file whose identifier is specified in parameter.
findByPrimaryKeyInputStream(String, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
findByPrimaryKeyInputStream(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Returns an instance of a physical file whose identifier is specified in parameter.
fr.paris.lutece.plugins.blobstore.business - package fr.paris.lutece.plugins.blobstore.business
 
fr.paris.lutece.plugins.blobstore.business.database - package fr.paris.lutece.plugins.blobstore.business.database
 
fr.paris.lutece.plugins.blobstore.business.filesystem - package fr.paris.lutece.plugins.blobstore.business.filesystem
 
fr.paris.lutece.plugins.blobstore.service - package fr.paris.lutece.plugins.blobstore.service
 
fr.paris.lutece.plugins.blobstore.service.download - package fr.paris.lutece.plugins.blobstore.service.download
 
fr.paris.lutece.plugins.blobstore.util - package fr.paris.lutece.plugins.blobstore.util
 

G

generateNewIdBlob() - Static method in class fr.paris.lutece.plugins.blobstore.util.BlobStoreLibUtils
Generate a new random ID blob
get() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getBlob(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Get a blob
getBlobId() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Gets the metadata blob id
getBlobInputStream(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Gets a blob as InputStream
getBlobUrl(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Gets the blob URL.
getContentType() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getDownloadUrl(String, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.download.IBlobStoreDownloadUrlService
A blob url
getFieldName() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported
getFileBlobId() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Gets the file blob id
getFileName(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Get the file name given an url
getFileUrl(String, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.download.IBlobStoreDownloadUrlService
A file URL
getFileUrl(String, String, String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreClientService
Get the file url
getFileUrl(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Gets the file download url (for BlobStoreFileItem)
getId() - Method in class fr.paris.lutece.plugins.blobstore.business.BytesBlobStore
Get the id
getId() - Method in class fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
Get the id
getInputStream() - Method in class fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
Get the inputStream
getInputStream() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getLastPrimaryKey() - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
getLastPrimaryKey() - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Get the last primary key.
getName() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getName() - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Gets the blobstore name
getOutputStream() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported - throws UnsupportedOperationException exception
getSize() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getString() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getString(String) - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
getValue() - Method in class fr.paris.lutece.plugins.blobstore.business.BytesBlobStore
Get the value

I

IBlobStoreClientService - Interface in fr.paris.lutece.plugins.blobstore.service
IBlobStoreClientService
IBlobStoreDownloadUrlService - Interface in fr.paris.lutece.plugins.blobstore.service.download
Builds download Url.
IBlobStoreService - Interface in fr.paris.lutece.plugins.blobstore.service
Blob Store Service Interface.
IDatabaseBlobStoreDAO - Interface in fr.paris.lutece.plugins.blobstore.business.database
IBlobStoreDAO.
IDatabaseBlobStoreHome - Interface in fr.paris.lutece.plugins.blobstore.business.database
The Interface IDatabaseBlobStoreHome.
IFileSystemBlobStoreDAO - Interface in fr.paris.lutece.plugins.blobstore.business.filesystem
Uses filesystem to store blobs.
IFileSystemBlobStoreHome - Interface in fr.paris.lutece.plugins.blobstore.business.filesystem
The Interface IFileSystemBlobStoreHome.
InputStreamBlobStore - Class in fr.paris.lutece.plugins.blobstore.business
BlobStore wrapping an InputStream
InputStreamBlobStore() - Constructor for class fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
 
insert(BytesBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Insert a new record in the table.
insert(InputStreamBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Insert the InputStreamDatabaseBlobStore.
insert(BytesBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Inserts the blobStore.
insert(InputStreamBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Inserts the InputStreamDatabaseBlobStore.
isFormField() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported
isInMemory() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Always false.

J

JSON_KEY_FILE_BLOB_ID - Static variable in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
 
JSON_KEY_FILE_CONTENT_TYPE - Static variable in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
 
JSON_KEY_FILE_METADATA_BLOB_ID - Static variable in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
 
JSON_KEY_FILE_NAME - Static variable in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
 
JSON_KEY_FILE_SIZE - Static variable in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
 

L

load(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Load the data from the table.
load(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Load the data from the table.
loadInputStream(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Load the inputstream from the table.
loadInputStream(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Loads the InputStreamDatabaseBlobStore.
loadLastPrimaryKey() - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Get the last primary key.

N

NoSuchBlobException - Exception in fr.paris.lutece.plugins.blobstore.service
NoSuchBlobException.
NoSuchBlobException(String) - Constructor for exception fr.paris.lutece.plugins.blobstore.service.NoSuchBlobException
NoSuchBlobException

P

PARAMETER_BLOB_KEY - Static variable in class fr.paris.lutece.plugins.blobstore.util.BlobStoreLibConstants
 
PARAMETER_BLOB_STORE - Static variable in class fr.paris.lutece.plugins.blobstore.util.BlobStoreLibConstants
 
PROPERTY_BASE_URL - Static variable in class fr.paris.lutece.plugins.blobstore.util.BlobStoreLibConstants
 
PROPERTY_PROD_URL - Static variable in class fr.paris.lutece.plugins.blobstore.util.BlobStoreLibConstants
 

R

remove(String) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
remove(String) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Delete the physical file whose identifier is specified in parameter.
remove(String, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
remove(String, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Delete the physical file whose identifier is specified in parameter.

S

setFieldName(String) - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported
setFormField(boolean) - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported
setId(String) - Method in class fr.paris.lutece.plugins.blobstore.business.BytesBlobStore
Set the id
setId(String) - Method in class fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
Set the id
setInputStream(InputStream) - Method in class fr.paris.lutece.plugins.blobstore.business.InputStreamBlobStore
Set the inputStream
setName(String) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Sets the blobstore name
setValue(byte[]) - Method in class fr.paris.lutece.plugins.blobstore.business.BytesBlobStore
Set the value
store(BytesBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Update the data in the table.
store(InputStreamBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreDAO
Update the data in the table.
store(BytesBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Updates the file.
store(byte[]) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Store a blob
storeInputStream(InputStreamBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreDAO
Updates the file.
storeInputStream(InputStream) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Stores an input stream

T

toString() - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem

U

update(BytesBlobStore) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
update(BytesBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Update of physical file which is specified in parameter.
update(BytesBlobStore, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
update(BytesBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Update of physical file which is specified in parameter.
update(String, byte[]) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Update a blob
updateInputStream(InputStreamBlobStore) - Method in class fr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreHome
 
updateInputStream(InputStreamBlobStore) - Method in interface fr.paris.lutece.plugins.blobstore.business.database.IDatabaseBlobStoreHome
Update of physical file which is specified in parameter.
updateInputStream(InputStreamBlobStore, String, Integer) - Method in class fr.paris.lutece.plugins.blobstore.business.filesystem.FileSystemBlobStoreHome
 
updateInputStream(InputStreamBlobStore, String, Integer) - Method in interface fr.paris.lutece.plugins.blobstore.business.filesystem.IFileSystemBlobStoreHome
Update of physical file which is specified in parameter.
updateInputStream(String, InputStream) - Method in interface fr.paris.lutece.plugins.blobstore.service.IBlobStoreService
Updates a blob key with the inputstream

W

write(File) - Method in class fr.paris.lutece.plugins.blobstore.service.BlobStoreFileItem
Not supported
B C D F G I J L N P R S T U W 

Copyright © 2016 Mairie de Paris. All Rights Reserved.