Modifier and Type | Method and Description |
---|---|
DBDataDetails |
DBDataDetailsList.getFileAt(int idx)
Return the file details at the specified index
|
DBDataDetails |
DBDataInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
DBDataDetails |
DBDataDetailsList.removeFileAt(int idx)
Remove the file at the specified index within the list
|
Modifier and Type | Method and Description |
---|---|
void |
DBDataDetailsList.addFile(DBDataDetails details)
Add file details to the list
|
protected int |
DBFileLoader.loadFileFromJar(SingleFileRequest loadReq,
File tempFile,
DBDataDetails dataDetails)
Load the requested file from a Jar file.
|
Modifier and Type | Method and Description |
---|---|
DBDataDetails |
DerbyDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
Modifier and Type | Method and Description |
---|---|
DBDataDetails |
MySQLDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
Modifier and Type | Method and Description |
---|---|
DBDataDetails |
OracleDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
Modifier and Type | Method and Description |
---|---|
DBDataDetails |
PostgreSQLDBInterface.getFileDataDetails(int fileId,
int streamId)
Return the file data details for the specified file or stream.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.