Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for Lumis Portal module deployment.
|
lumis.portal.file | |
lumis.portal.filesystem |
Provides the API for accessing the portal file system.
|
lumis.portal.filesystem.event |
Contains events raised by the file system package.
|
lumis.portal.webfilereplication |
Contains the classes for web file replication feature.
|
Modifier and Type | Method and Description |
---|---|
static PortalFile |
DeploymentUtil.renameTempPortalFileToFinalModulePortalFile(PortalFile tempPortalFile)
Renames the temp module file to the unique module file name.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.copyJarsInPackageToDeploymentFolder(String tempFolderPath,
PortalFile rootFile,
String finalLocationFolderPath)
Copy recursively the files stored on the temp folder to the deployment final folder.
|
static void |
DeploymentUtil.copyPublicFiles(String componentPublicFilesPath,
PortalFile portalFile)
Copies all public files from the given component public file path to each website.
|
static void |
DeploymentUtil.deletePublicFiles(String componentPublicFilesPath,
PortalFile portalFile)
Deletes all public files from the given component public file path for each website.
|
static PortalFile |
DeploymentUtil.renameTempPortalFileToFinalModulePortalFile(PortalFile tempPortalFile)
Renames the temp module file to the unique module file name.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtil.deletePortalFile(PortalFile portalFile)
Deletes portal file and all empty ancestor folders.
|
Modifier and Type | Method and Description |
---|---|
PortalFile |
PortalFile.getParentPortalFile()
Returns the PortalFile that is parent of this one.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemManager.copyFile(PortalFile source,
PortalFile destination) |
void |
IFileSystemManager.copyFile(PortalFile source,
PortalFile destination)
Performs a file copy.
|
void |
FileSystemManager.writeFile(PortalFile file,
byte[] content) |
void |
IFileSystemManager.writeFile(PortalFile file,
byte[] content)
Writes content in the specified file.
|
void |
FileSystemManager.writeFile(PortalFile file,
InputStream content) |
void |
IFileSystemManager.writeFile(PortalFile file,
InputStream content)
Writes content in the specified file.
|
Constructor and Description |
---|
FileSystemManager.WriteFileCommand(PortalFile file,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
PortalFile |
FileSystemEvent.getFile()
Returns the affected file or folder.
|
Constructor and Description |
---|
ClusterFileSystemAddEvent(PortalFile file)
Default constructor.
|
ClusterFileSystemDeleteEvent(PortalFile file)
Default constructor.
|
ClusterFileSystemUpdateEvent(PortalFile file)
Default constructor.
|
FileSystemAddEvent(PortalFile file) |
FileSystemDeleteEvent(PortalFile file) |
FileSystemEvent(PortalFile file)
Creates a new file system event.
|
FileSystemUpdateEvent(PortalFile file) |
Modifier and Type | Method and Description |
---|---|
void |
FTPFileReplicator.delete(PortalFile file) |
void |
IFileReplicator.delete(PortalFile file)
Removes a file or directory from the replication destination.
|
void |
LocalFileReplicator.delete(PortalFile file) |
void |
FTPFileReplicator.write(PortalFile file) |
void |
IFileReplicator.write(PortalFile file)
Writes a file or directory on the replication destination.
|
void |
LocalFileReplicator.write(PortalFile file) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.