Modifier and Type | Method and Description |
---|---|
protected void |
FTPSrvSession.generateMlstString(FileInfo finfo,
int mlstFlags,
StringBuffer buf,
boolean isMlsd)
Generate a machine listing string for the specified file/folder information
|
Modifier and Type | Method and Description |
---|---|
protected void |
NFSServer.packAttributes3(RpcPacket rpc,
FileInfo finfo,
int fileSysId)
Pack the NFS v3 file attributes structure using the file information
|
protected void |
NFSServer.packPostOpAttr(NFSSrvSession sess,
FileInfo finfo,
int fileSysId,
RpcPacket rpc)
Pack the post operation weak cache consistency data for the specified
file/directory
|
protected void |
NFSServer.packPreOpAttr(NFSSrvSession sess,
FileInfo finfo,
RpcPacket rpc)
Pack the pre operation weak cache consistency data for the specified
file/directory
|
protected void |
NFSServer.packWccData(RpcPacket rpc,
FileInfo finfo)
Pack a weak cache consistency structure
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
DiskInterface.getFileInformation(SrvSession sess,
TreeConnection tree,
String name)
Get the file information for the specified file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileInfo.copyFrom(FileInfo finfo)
Copy the file information
|
boolean |
SearchContext.getDotDotInfo(FileInfo finfo)
Return the '..' pseudo entry details
|
boolean |
SearchContext.getDotInfo(FileInfo finfo)
Return the '.' pseudo entry details
|
boolean |
SearchContextAdapter.nextFileInfo(FileInfo info)
Return file information for the next file in the active search.
|
abstract boolean |
SearchContext.nextFileInfo(FileInfo info)
Return file information for the next file in the active search.
|
boolean |
SearchContextAdapter.restartAt(FileInfo info)
Restart the current search at the specified file.
|
abstract boolean |
SearchContext.restartAt(FileInfo info)
Restart the current search at the specified file.
|
void |
DiskInterface.setFileInformation(SrvSession sess,
TreeConnection tree,
String name,
FileInfo info)
Set the file information for the specified file.
|
Modifier and Type | Class and Description |
---|---|
class |
DBFileInfo
Database File Information Class
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
DBDiskDriver.getFileInformation(SrvSession sess,
TreeConnection tree,
String name)
Return file information about the specified file
|
Modifier and Type | Method and Description |
---|---|
boolean |
CachedSearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no more files
|
abstract boolean |
DBSearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no more files
|
boolean |
CachedSearchContext.restartAt(FileInfo info)
Restart the current search at the specified file.
|
boolean |
DBSearchContext.restartAt(FileInfo info)
Restart the current search at the specified file.
|
void |
DBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
void |
DBDiskDriver.setFileInformation(SrvSession sess,
TreeConnection tree,
String name,
FileInfo info)
Set file information
|
Modifier and Type | Method and Description |
---|---|
boolean |
DerbySearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no more files
|
void |
DerbyDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
Modifier and Type | Method and Description |
---|---|
boolean |
MySQLSearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no more files
|
void |
MySQLDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
Modifier and Type | Method and Description |
---|---|
boolean |
OracleSearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no more files
|
void |
OracleDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
Modifier and Type | Method and Description |
---|---|
boolean |
PostgreSQLSearchContext.nextFileInfo(FileInfo info)
Return the next file from the search, or return false if there are no
more files
|
void |
PostgreSQLDBInterface.setFileInformation(int dirId,
int fid,
FileInfo finfo)
Set file information for a file or folder
|
Modifier and Type | Method and Description |
---|---|
void |
NamedFileLoader.setFileInformation(String path,
int fid,
FileInfo finfo)
Change file attributes/settings
|
void |
SimpleFileLoader.setFileInformation(String path,
int fid,
FileInfo finfo)
Set file information
|
Modifier and Type | Class and Description |
---|---|
class |
PseudoFileInfo
Pseudo file information class
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
MemoryPseudoFile.getFileInfo()
Return the file information for the pseudo file
|
abstract FileInfo |
PseudoFile.getFileInfo()
Return the file information for the pseudo file
|
FileInfo |
LocalPseudoFile.getFileInfo()
Return the file information for the pseudo file
|
protected FileInfo |
PseudoFile.getInfo()
Return the file information
|
Modifier and Type | Method and Description |
---|---|
boolean |
PseudoSearchContext.nextPseudoFileInfo(FileInfo info)
Return file information for the next pseudo file in the active search.
|
boolean |
PseudoSearchContext.restartAtPseudoFile(FileInfo info)
Restart a search at the specified pseudo file resume point.
|
protected void |
PseudoFile.setFileInfo(FileInfo finfo)
Set the file information
|
Constructor and Description |
---|
MemoryNetworkFile(String name,
byte[] data,
FileInfo finfo)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
static int |
QueryInfoPacker.packInfo(FileInfo info,
DataBuffer buf,
int infoLevel,
boolean uni)
Pack a file information object into the specified buffer, using the specified information
level.
|
Modifier and Type | Method and Description |
---|---|
protected FileInfo |
EnhJavaFileDiskDriver.buildFileInformation(String path,
String relPath)
Build the file information for the specified file/directory, if it exists.
|
protected FileInfo |
JavaFileDiskDriver.buildFileInformation(String path,
String relPath)
Build the file information for the specified file/directory, if it exists.
|
FileInfo |
EnhJavaFileDiskDriver.getFileInformation(SrvSession sess,
TreeConnection tree,
String name)
Return file information about the specified file
|
FileInfo |
JavaFileDiskDriver.getFileInformation(SrvSession sess,
TreeConnection tree,
String name)
Return file information about the specified file
|
Modifier and Type | Method and Description |
---|---|
boolean |
JavaFileSearchContext.nextFileInfo(FileInfo info)
Return the next file information for this search
|
boolean |
JavaFileSearchContext.restartAt(FileInfo info)
Restart the file search at the specified file
|
void |
EnhJavaFileDiskDriver.setFileInformation(SrvSession sess,
TreeConnection tree,
String name,
FileInfo info)
Set file information
|
void |
JavaFileDiskDriver.setFileInformation(SrvSession sess,
TreeConnection tree,
String name,
FileInfo info)
Set file information
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.