Modifier and Type | Method and Description |
---|---|
protected String |
Md5SumFileProcessor.calculateMd5Checksum(FileSegment segment)
Calculate an MD5 checksum for a file
|
void |
Md5SumFileProcessor.processLoadedFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just after being loaded.
|
void |
Md5SumFileProcessor.processStoredFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just before it is to be stored.
|
Modifier and Type | Field and Description |
---|---|
protected FileSegment |
CachedNetworkFile.m_cacheFile |
Modifier and Type | Method and Description |
---|---|
protected FileSegment |
DBFileLoader.findFileSegmentForPath(String virtPath)
Find the file segment for the specified virtual path
|
protected FileSegment |
ObjectIdFileLoader.findFileSegmentForPath(String virtPath)
Find the file segment for the specified virtual path
|
FileSegment |
CachedNetworkFile.getFileSegment()
Return the associated file segment
|
Modifier and Type | Method and Description |
---|---|
void |
DBDataInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
abstract void |
ObjectIdFileLoader.loadFileData(int fileId,
int streamId,
String objectId,
FileSegment fileSeg)
Load the file data
|
void |
DBDataInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
protected void |
DBFileLoader.runFileLoadedProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file load file processors
|
protected void |
ObjectIdFileLoader.runFileLoadedProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file load file processors
|
protected void |
DBFileLoader.runFileStoreProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file store file processors
|
protected void |
ObjectIdFileLoader.runFileStoreProcessors(DiskDeviceContext context,
FileState state,
FileSegment segment)
Run the file store file processors
|
int |
DBDataInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
abstract String |
ObjectIdFileLoader.saveFileData(int fileId,
int streamId,
FileSegment fileSeg,
NameValueList attrs)
Save file data
|
Constructor and Description |
---|
CachedNetworkFile(String name,
int fid,
int stid,
int did,
FileStateProxy state,
FileSegment segment,
FileLoader loader)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
DerbyDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
void |
DerbyDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
int |
DerbyDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
Modifier and Type | Method and Description |
---|---|
void |
MySQLDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
void |
MySQLDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
int |
MySQLDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
Modifier and Type | Method and Description |
---|---|
void |
OracleDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
void |
OracleDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
int |
OracleDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLDBInterface.loadFileData(int fileId,
int streamId,
FileSegment fileSeg)
Load file data from the database into a temporary/local file
|
void |
PostgreSQLDBInterface.loadJarData(int jarId,
FileSegment jarSeg)
Load Jar file data from the database into a temporary file
|
int |
PostgreSQLDBInterface.saveFileData(int fileId,
int streamId,
FileSegment fileSeg)
Save the file data from the temporary/local file to the database
|
Modifier and Type | Method and Description |
---|---|
static FileSegment |
FileSegment.createSegment(FileSegmentInfo info,
String fname,
File tempDir,
boolean writeable)
Create a file segment
|
static FileSegment |
FileSegment.createSegment(FileSegmentInfo info,
String prefix,
String fname,
File tempDir,
boolean writeable)
Create a file segment
|
Modifier and Type | Method and Description |
---|---|
void |
FileProcessor.processLoadedFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just after being loaded.
|
void |
FileProcessor.processStoredFile(DiskDeviceContext context,
FileState state,
FileSegment segment)
Process a cached file just before it is to be stored.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.