Modifier and Type | Method and Description |
---|---|
int |
DBInterface.createFileRecord(String fname,
int dirId,
FileOpenParams params,
boolean retain)
Create a file record for a new file or folder
|
int |
DBInterface.createStreamRecord(String sname,
int fid)
Create a stream record for a new file stream
|
void |
DBDataInterface.deleteFileData(int fileId,
int streamId)
Delete the file data for the specified file/stream
|
void |
DBInterface.deleteFileRecord(int dirId,
int fid,
boolean markOnly)
Delete a file or folder record
|
void |
JdbcDBInterface.deleteFileRequest(FileRequest fileReq)
Default implementation of the delete file request, throws an exception indicating that the
feature is not implemented.
|
void |
DBQueueInterface.deleteFileRequest(FileRequest fileReq)
Delete a file request from the pending queue.
|
void |
DBDataInterface.deleteJarData(int jarId)
Delete the file data for the specified Jar file
|
void |
DBObjectIdInterface.deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
void |
DBInterface.deleteStreamRecord(int fid,
int stid,
boolean markOnly)
Delete a file stream record
|
void |
DBInterface.deleteSymbolicLinkRecord(int dirId,
int fid)
Delete a symbolic link record
|
int |
DBInterface.fileExists(int dirId,
String fname)
Check if a file/folder exists
|
DBDataDetails |
DBDataInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
int |
DBInterface.getFileId(int dirid,
String fname,
boolean dirOnly,
boolean caseLess)
Get the id for a file/folder, or -1 if the file/folder does not exist.
|
DBFileInfo |
DBInterface.getFileInformation(int dirId,
int fid,
int infoLevel)
Get information for a file or folder
|
RetentionDetails |
DBInterface.getFileRetentionDetails(int dirId,
int fid)
Return the retention period expiry date/time for the specified file, or zero if the file/folder
is not under retention.
|
protected void |
DBDiskDriver.getRetentionDetailsForState(DBDeviceContext dbCtx,
FileState fstate)
Load the retention details for a file state, if enabled
|
StreamInfo |
DBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfoList |
DBInterface.getStreamsList(int fid,
int infoLevel)
Return the list of streams for the specified file
|
boolean |
JdbcDBInterface.hasQueuedRequest(String tempFile)
Default implementation of the queued request check, throws an exception indicating that the
feature is not implemented.
|
void |
DBDataInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
int |
JdbcDBInterface.loadFileRequests(int seqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Default implementation of load file requests, throws an exception indicating that the
feature is not implemented.
|
int |
DBQueueInterface.loadFileRequests(int seqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file requests from the database into the specified queue.
|
void |
DBDataInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
String |
DBObjectIdInterface.loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
MultipleFileRequest |
JdbcDBInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Default implementation of load transaction request, throws an exception indicating that the
feature is not implemented.
|
MultipleFileRequest |
DBQueueInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Load a transaction request from the queue.
|
FileRequestQueue |
DBQueueInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or transaction
request.
|
void |
JdbcDBInterface.queueFileRequest(FileRequest fileReq)
Default implementation of queue file request, throws an exception indicating that the
feature is not implemented.
|
void |
DBQueueInterface.queueFileRequest(FileRequest fileReq)
Queue a file request.
|
void |
JdbcDBInterface.queueTransactionRequest(FileRequest fileReq)
Default implementation of the queue transaction request, throws an exception indicating that the
feature is not implemented.
|
String |
DBInterface.readSymbolicLink(int dirId,
int fid)
Return the data for a symbolic link
|
void |
DBInterface.renameFileRecord(int dirId,
int fid,
String newName,
int newDir)
Rename a file or folder, may also change the parent directory.
|
void |
DBInterface.renameStreamRecord(int dirId,
int fid,
int stid,
String newName)
Rename a file stream
|
void |
JdbcDBInterface.requestFeatures(int featureMask)
Request the specified database features be enabled
|
void |
DBInterface.requestFeatures(int featureMask)
Request the specified database features be enabled
|
int |
DBDataInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
int |
DBDataInterface.saveJarData(String jarFile,
DBDataDetailsList fileList)
Save the file data from a Jar file to the database
|
void |
DBObjectIdInterface.saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void |
DBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
DBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
DBSearchContext |
DBInterface.startSearch(int dirid,
String searchPath,
int attrib,
int infoLevel,
int maxRecords)
Start a directory search
|
Modifier and Type | Method and Description |
---|---|
int |
DerbyDBInterface.createFileRecord(String fname,
int dirId,
FileOpenParams params,
boolean retain)
Create a file record for a new file or folder
|
int |
DerbyDBInterface.createStreamRecord(String sname,
int fid)
Create a stream record for a new file stream
|
void |
DerbyDBInterface.deleteFileData(int fileId,
int streamId)
Delete the file data for the specified file/stream
|
void |
DerbyDBInterface.deleteFileRecord(int dirId,
int fid,
boolean markOnly)
Delete a file or folder record
|
void |
DerbyDBInterface.deleteFileRequest(FileRequest fileReq)
Delete a file request from the pending queue.
|
void |
DerbyDBInterface.deleteJarData(int jarId)
Delete the file data for the specified Jar file
|
void |
DerbyDBInterface.deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
void |
DerbyDBInterface.deleteStreamRecord(int fid,
int stid,
boolean markOnly)
Delete a file stream record
|
void |
DerbyDBInterface.deleteSymbolicLinkRecord(int dirId,
int fid)
Delete a symbolic link record
|
int |
DerbyDBInterface.fileExists(int dirId,
String fname)
Check if a file/folder exists
|
DBDataDetails |
DerbyDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
int |
DerbyDBInterface.getFileId(int dirId,
String fname,
boolean dirOnly,
boolean caseLess)
Get the id for a file/folder, or -1 if the file/folder does not exist.
|
DBFileInfo |
DerbyDBInterface.getFileInformation(int dirId,
int fid,
int infoLevel)
Get information for a file or folder
|
RetentionDetails |
DerbyDBInterface.getFileRetentionDetails(int dirId,
int fid)
Return the retention period expiry date/time for the specified file, or zero if the
file/folder is not under retention.
|
StreamInfo |
DerbyDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfoList |
DerbyDBInterface.getStreamsList(int fid,
int infoLevel)
Return the list of streams for the specified file
|
boolean |
DerbyDBInterface.hasQueuedRequest(String tempFile,
boolean lastFile)
Check if the specified temporary file has a queued request.
|
void |
DerbyDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
int |
DerbyDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
void |
DerbyDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
String |
DerbyDBInterface.loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
MultipleFileRequest |
DerbyDBInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Load a transaction request from the queue.
|
FileRequestQueue |
DerbyDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
void |
DerbyDBInterface.queueFileRequest(FileRequest req)
Queue a file request.
|
String |
DerbyDBInterface.readSymbolicLink(int dirId,
int fid)
Return the data for a symbolic link
|
void |
DerbyDBInterface.renameFileRecord(int dirId,
int fid,
String newName,
int newDir)
Rename a file or folder, may also change the parent directory.
|
void |
DerbyDBInterface.renameStreamRecord(int dirId,
int fid,
int stid,
String newName)
Rename a file stream
|
int |
DerbyDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
int |
DerbyDBInterface.saveJarData(String jarPath,
DBDataDetailsList fileList)
Save the file data from a Jar file to the database
|
void |
DerbyDBInterface.saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void |
DerbyDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
DerbyDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
DBSearchContext |
DerbyDBInterface.startSearch(int dirId,
String searchPath,
int attrib,
int infoLevel,
int maxRecords)
Start a directory search
|
Modifier and Type | Method and Description |
---|---|
int |
MySQLDBInterface.createFileRecord(String fname,
int dirId,
FileOpenParams params,
boolean retain)
Create a file record for a new file or folder
|
int |
MySQLDBInterface.createStreamRecord(String sname,
int fid)
Create a stream record for a new file stream
|
void |
MySQLDBInterface.deleteFileData(int fileId,
int streamId)
Delete the file data for the specified file/stream
|
void |
MySQLDBInterface.deleteFileRecord(int dirId,
int fid,
boolean markOnly)
Delete a file or folder record
|
void |
MySQLDBInterface.deleteFileRequest(FileRequest fileReq)
Delete a file request from the pending queue.
|
void |
MySQLDBInterface.deleteJarData(int jarId)
Delete the file data for the specified Jar file
|
void |
MySQLDBInterface.deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
void |
MySQLDBInterface.deleteStreamRecord(int fid,
int stid,
boolean markOnly)
Delete a file stream record
|
void |
MySQLDBInterface.deleteSymbolicLinkRecord(int dirId,
int fid)
Delete a symbolic link record
|
int |
MySQLDBInterface.fileExists(int dirId,
String fname)
Check if a file/folder exists
|
DBDataDetails |
MySQLDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
int |
MySQLDBInterface.getFileId(int dirId,
String fname,
boolean dirOnly,
boolean caseLess)
Get the id for a file/folder, or -1 if the file/folder does not exist.
|
DBFileInfo |
MySQLDBInterface.getFileInformation(int dirId,
int fid,
int infoLevel)
Get information for a file or folder
|
RetentionDetails |
MySQLDBInterface.getFileRetentionDetails(int dirId,
int fid)
Return the retention period expiry date/time for the specified file, or zero if the
file/folder is not under retention.
|
StreamInfo |
MySQLDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfoList |
MySQLDBInterface.getStreamsList(int fid,
int infoLevel)
Return the list of streams for the specified file
|
boolean |
MySQLDBInterface.hasQueuedRequest(String tempFile,
boolean lastFile)
Check if the specified temporary file has a queued request.
|
void |
MySQLDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
int |
MySQLDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
void |
MySQLDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
String |
MySQLDBInterface.loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
MultipleFileRequest |
MySQLDBInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Load a transaction request from the queue.
|
FileRequestQueue |
MySQLDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
void |
MySQLDBInterface.queueFileRequest(FileRequest req)
Queue a file request.
|
String |
MySQLDBInterface.readSymbolicLink(int dirId,
int fid)
Return the data for a symbolic link
|
void |
MySQLDBInterface.renameFileRecord(int dirId,
int fid,
String newName,
int newDir)
Rename a file or folder, may also change the parent directory.
|
void |
MySQLDBInterface.renameStreamRecord(int dirId,
int fid,
int stid,
String newName)
Rename a file stream
|
int |
MySQLDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
int |
MySQLDBInterface.saveJarData(String jarPath,
DBDataDetailsList fileList)
Save the file data from a Jar file to the database
|
void |
MySQLDBInterface.saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void |
MySQLDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
MySQLDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
DBSearchContext |
MySQLDBInterface.startSearch(int dirId,
String searchPath,
int attrib,
int infoLevel,
int maxRecords)
Start a directory search
|
Modifier and Type | Method and Description |
---|---|
int |
OracleDBInterface.createFileRecord(String fname,
int dirId,
FileOpenParams params,
boolean retain)
Create a file record for a new file or folder
|
int |
OracleDBInterface.createStreamRecord(String sname,
int fid)
Create a stream record for a new file stream
|
void |
OracleDBInterface.deleteFileData(int fileId,
int streamId)
Delete the file data for the specified file/stream
|
void |
OracleDBInterface.deleteFileRecord(int dirId,
int fid,
boolean markOnly)
Delete a file or folder record
|
void |
OracleDBInterface.deleteFileRequest(FileRequest fileReq)
Delete a file request from the pending queue.
|
void |
OracleDBInterface.deleteJarData(int jarId)
Delete the file data for the specified Jar file
|
void |
OracleDBInterface.deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
void |
OracleDBInterface.deleteStreamRecord(int fid,
int stid,
boolean markOnly)
Delete a file stream record
|
void |
OracleDBInterface.deleteSymbolicLinkRecord(int dirId,
int fid)
Delete a symbolic link record
|
int |
OracleDBInterface.fileExists(int dirId,
String fname)
Check if a file/folder exists
|
DBDataDetails |
OracleDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
int |
OracleDBInterface.getFileId(int dirId,
String fname,
boolean dirOnly,
boolean caseLess)
Get the id for a file/folder, or -1 if the file/folder does not exist.
|
DBFileInfo |
OracleDBInterface.getFileInformation(int dirId,
int fid,
int infoLevel)
Get information for a file or folder
|
RetentionDetails |
OracleDBInterface.getFileRetentionDetails(int dirId,
int fid)
Return the retention period expiry date/time for the specified file, or zero if the file/folder
is not under retention.
|
StreamInfo |
OracleDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfoList |
OracleDBInterface.getStreamsList(int fid,
int infoLevel)
Return the list of streams for the specified file
|
boolean |
OracleDBInterface.hasQueuedRequest(String tempFile,
boolean lastFile)
Check if the specified temporary file has a queued request.
|
void |
OracleDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
int |
OracleDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
void |
OracleDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
String |
OracleDBInterface.loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
MultipleFileRequest |
OracleDBInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Load a transaction request from the queue.
|
FileRequestQueue |
OracleDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or transaction
request.
|
void |
OracleDBInterface.queueFileRequest(FileRequest req)
Queue a file request.
|
String |
OracleDBInterface.readSymbolicLink(int dirId,
int fid)
Return the data for a symbolic link
|
void |
OracleDBInterface.renameFileRecord(int dirId,
int fid,
String newName,
int newDir)
Rename a file or folder, may also change the parent directory.
|
void |
OracleDBInterface.renameStreamRecord(int dirId,
int fid,
int stid,
String newName)
Rename a file stream
|
int |
OracleDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
int |
OracleDBInterface.saveJarData(String jarPath,
DBDataDetailsList fileList)
Save the file data from a Jar file to the database
|
void |
OracleDBInterface.saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void |
OracleDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
OracleDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
DBSearchContext |
OracleDBInterface.startSearch(int dirId,
String searchPath,
int attrib,
int infoLevel,
int maxRecords)
Start a directory search
|
Modifier and Type | Method and Description |
---|---|
int |
PostgreSQLDBInterface.createFileRecord(String fname,
int dirId,
FileOpenParams params,
boolean retain)
Create a file record for a new file or folder
|
int |
PostgreSQLDBInterface.createStreamRecord(String sname,
int fid)
Create a stream record for a new file stream
|
void |
PostgreSQLDBInterface.deleteFileData(int fileId,
int streamId)
Delete the file data for the specified file/stream
|
void |
PostgreSQLDBInterface.deleteFileRecord(int dirId,
int fid,
boolean markOnly)
Delete a file or folder record
|
void |
PostgreSQLDBInterface.deleteFileRequest(FileRequest fileReq)
Delete a file request from the pending queue.
|
void |
PostgreSQLDBInterface.deleteJarData(int jarId)
Delete the file data for the specified Jar file
|
void |
PostgreSQLDBInterface.deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
void |
PostgreSQLDBInterface.deleteStreamRecord(int fid,
int stid,
boolean markOnly)
Delete a file stream record
|
void |
PostgreSQLDBInterface.deleteSymbolicLinkRecord(int dirId,
int fid)
Delete a symbolic link record
|
int |
PostgreSQLDBInterface.fileExists(int dirId,
String fname)
Check if a file/folder exists
|
DBDataDetails |
PostgreSQLDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
int |
PostgreSQLDBInterface.getFileId(int dirId,
String fname,
boolean dirOnly,
boolean caseLess)
Get the id for a file/folder, or -1 if the file/folder does not exist.
|
DBFileInfo |
PostgreSQLDBInterface.getFileInformation(int dirId,
int fid,
int infoLevel)
Get information for a file or folder
|
RetentionDetails |
PostgreSQLDBInterface.getFileRetentionDetails(int dirId,
int fid)
Return the retention period expiry date/time for the specified file, or zero if the
file/folder is not under retention.
|
StreamInfo |
PostgreSQLDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfoList |
PostgreSQLDBInterface.getStreamsList(int fid,
int infoLevel)
Return the list of streams for the specified file
|
boolean |
PostgreSQLDBInterface.hasQueuedRequest(String tempFile,
boolean lastFile)
Check if the specified temporary file has a queued request.
|
void |
PostgreSQLDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
int |
PostgreSQLDBInterface.loadFileRequests(int fromSeqNo,
int reqType,
FileRequestQueue reqQueue,
int recLimit)
Load a block of file request from the database into the specified queue.
|
void |
PostgreSQLDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
String |
PostgreSQLDBInterface.loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
MultipleFileRequest |
PostgreSQLDBInterface.loadTransactionRequest(MultipleFileRequest tranReq)
Load a transaction request from the queue.
|
FileRequestQueue |
PostgreSQLDBInterface.performQueueCleanup(File tempDir,
String tempDirPrefix,
String tempFilePrefix,
String jarFilePrefix)
Perform a queue cleanup deleting temporary cache files that do not have an associated save or
transaction request.
|
void |
PostgreSQLDBInterface.queueFileRequest(FileRequest req)
Queue a file request.
|
String |
PostgreSQLDBInterface.readSymbolicLink(int dirId,
int fid)
Return the data for a symbolic link
|
void |
PostgreSQLDBInterface.renameFileRecord(int dirId,
int fid,
String newName,
int newDir)
Rename a file or folder, may also change the parent directory.
|
void |
PostgreSQLDBInterface.renameStreamRecord(int dirId,
int fid,
int stid,
String newName)
Rename a file stream
|
int |
PostgreSQLDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
int |
PostgreSQLDBInterface.saveJarData(String jarPath,
DBDataDetailsList fileList)
Save the file data from a Jar file to the database
|
void |
PostgreSQLDBInterface.saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void |
PostgreSQLDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
PostgreSQLDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
DBSearchContext |
PostgreSQLDBInterface.startSearch(int dirId,
String searchPath,
int attrib,
int infoLevel,
int maxRecords)
Start a directory search
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.