| Package | Description |
|---|---|
| org.alfresco.jlan.client | |
| org.alfresco.jlan.client.info | |
| org.alfresco.jlan.smb |
| Modifier and Type | Method and Description |
|---|---|
void |
DataPipeFile.Close(SMBDate wrDateTime)
Close the remote file.
|
void |
CoreFile.Close(SMBDate wrDateTime)
Close the remote file.
|
void |
CIFSFile.Close(SMBDate wrDateTime)
Close the remote file.
|
abstract void |
SMBFile.Close(SMBDate wrDateTime)
Close the remote file.
|
| Modifier and Type | Method and Description |
|---|---|
SMBDate |
FileInfo.getAccessDateTime()
Return the files last access date/time.
|
SMBDate |
FileInfo.getCreationDateTime()
Return the creation date/time of the file.
|
SMBDate |
FileInfo.getModifyDateTime()
Get the files date/time of last write
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.setAccessDateTime(SMBDate dattim)
Set the files last access date/time.
|
void |
FileInfo.setCreationDateTime(SMBDate dattim)
Set the creation date/time for the file.
|
void |
FileInfo.setModifyDateTime(SMBDate datetime)
Set the date/time file
|
| Modifier and Type | Method and Description |
|---|---|
static SMBDate |
NTTime.toSMBDate(long ntDate)
Convert an NT 64bit time value to a Java date value
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.