Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.client.info |
Modifier and Type | Method and Description |
---|---|
FileInfo |
DiskSession.getFileInformation(String fname)
Get file information for the specified file, returning the default information level
|
FileInfo |
CoreDiskSession.getFileInformation(String fname,
int level)
Get file information for the specified file.
|
FileInfo |
CIFSDiskSession.getFileInformation(String fname,
int level)
Get file information for the specified file.
|
abstract FileInfo |
DiskSession.getFileInformation(String fname,
int level)
Get file information for the specified file.
|
abstract FileInfo |
SearchContext.nextFileInfo()
Return the next file in this search as an SMB file information object.
|
FileInfo |
CIFSDiskSession.NTGetFileInformation(int fid,
int level)
Get file information for the specified open file/directory, returning the requested
information level
|
Modifier and Type | Method and Description |
---|---|
void |
CIFSDiskSession.NTSetFileInformation(FileInfo finfo,
int level)
Set file information that allows setting different information levels
|
protected void |
SMBFile.setFileInformation(FileInfo fInfo)
Set/update the file information
|
void |
CoreDiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
void |
CIFSDiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
abstract void |
DiskSession.setFileInformation(SMBFile file,
FileInfo finfo)
Set file information for the specified file, using the file id
|
void |
CoreDiskSession.setFileInformation(String fname,
FileInfo finfo)
Set file information for the specified file.
|
void |
CIFSDiskSession.setFileInformation(String fname,
FileInfo finfo)
Set file information for the specified file.
|
abstract void |
DiskSession.setFileInformation(String fname,
FileInfo finfo)
Set file information for the specified file.
|
Constructor and Description |
---|
CIFSFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
CIFSFile(Session sess,
FileInfo finfo,
int fid,
int oplockTyp)
Class constructor
|
CoreFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
DataPipeFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
SMBFile(Session sess,
FileInfo finfo,
int fid)
Construct an SMBFile on the specified SMB session.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedFileInfo
Extended File Information Class
|
class |
ReparsePointFileInfo
Reparse Point File Info Class
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.