Package | Description |
---|---|
lumis.portal.file | |
lumis.portal.filesystem |
LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster.
|
lumis.portal.filesystem.event |
Contains events raised by the file system package.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtil.deletePortalFile(PortalFile portalFile)
Deprecated.
since 8.0.0 replaced by
FileUtil.deletePortalFile(IFile) |
Modifier and Type | Method and Description |
---|---|
PortalFile |
PortalFile.getParentPortalFile()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemManager.copyFile(PortalFile source,
PortalFile destination)
Deprecated.
|
void |
IFileSystemManager.copyFile(PortalFile source,
PortalFile destination)
Deprecated.
since 8.0.0 replaced by
IFile.copyTo(IFile) . |
void |
FileSystemManager.writeFile(PortalFile file,
byte[] content)
Deprecated.
|
void |
IFileSystemManager.writeFile(PortalFile file,
byte[] content)
Deprecated.
since 8.0.0 replaced by
IFile.getOutputStream() . |
void |
FileSystemManager.writeFile(PortalFile file,
InputStream content)
Deprecated.
|
void |
IFileSystemManager.writeFile(PortalFile file,
InputStream content)
Deprecated.
since 8.0.0 replaced by
IFile.getOutputStream() . |
Modifier and Type | Method and Description |
---|---|
PortalFile |
FileSystemEvent.getFile()
Deprecated.
since 8.0.0 replaced by
FileSystemEvent.getPortalFile()
. |
LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.