|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStreamBlobStore | |
---|---|
fr.paris.lutece.plugins.blobstore.business.database | |
fr.paris.lutece.plugins.blobstore.business.filesystem |
Uses of InputStreamBlobStore in fr.paris.lutece.plugins.blobstore.business.database |
---|
Methods in fr.paris.lutece.plugins.blobstore.business.database with parameters of type InputStreamBlobStore | |
---|---|
static void |
DatabaseBlobStoreHome.createInputStream(InputStreamBlobStore blobStore)
Creation of an instance of record physical file |
void |
IDatabaseBlobStoreDAO.insert(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert the InputStreamDatabaseBlobStore |
void |
DatabaseBlobStoreDAO.insert(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert the InputStreamDatabaseBlobStore |
void |
IDatabaseBlobStoreDAO.store(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the data in the table |
void |
DatabaseBlobStoreDAO.store(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the data in the table |
static void |
DatabaseBlobStoreHome.updateInputStream(InputStreamBlobStore blobStore)
Update of physical file which is specified in parameter |
Uses of InputStreamBlobStore in fr.paris.lutece.plugins.blobstore.business.filesystem |
---|
Methods in fr.paris.lutece.plugins.blobstore.business.filesystem with parameters of type InputStreamBlobStore | |
---|---|
static void |
FileSystemBlobStoreHome.createInputStream(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Creation of an instance of record physical file |
void |
FileSystemBlobStoreDAO.insert(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Inserts the InputStreamDatabaseBlobStore |
void |
IFileSystemBlobStoreDAO.insert(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Inserts the InputStreamDatabaseBlobStore |
void |
FileSystemBlobStoreDAO.storeInputStream(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Updates the file |
void |
IFileSystemBlobStoreDAO.storeInputStream(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Updates the file |
static void |
FileSystemBlobStoreHome.updateInputStream(InputStreamBlobStore blobStore,
java.lang.String strBasePath)
Update of physical file which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |