Package | Description |
---|---|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
lumis.portal.bigdata.spi |
Interfaces that may be implemented to integrate the portal with a custom big data repository.
|
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
lumis.portal.deployment.process | |
lumis.portal.file | |
lumis.portal.file.transformation |
Provides the file transformations.
|
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.
|
lumis.portal.filesystem.impl | |
lumis.portal.healthmonitor | |
lumis.portal.structure.sync |
Structure synchronization implementation.
|
lumis.portal.theme |
Contains the portal themes feature implementation.
|
lumis.portal.user |
Defines classes and interfaces for the portal's user.
|
lumis.portal.webfilereplication |
Contains the classes for web file replication feature.
|
lumis.service.portalmanagement.deployment | |
lumis.service.portalmanagement.deployment.moduleeditor | |
lumis.service.portalmanagement.mobileapp.util | |
lumis.service.websitefiles | |
lumis.util |
Modifier and Type | Method and Description |
---|---|
Map<Locale,IFile> |
ElasticsearchRepository.getSynonymsFiles() |
Modifier and Type | Method and Description |
---|---|
Map<Locale,IFile> |
IBigDataRepositorySPI.getSynonymsFiles()
Return a map with all files that the portal need to create based the Locales of synonyms and Locales of portal.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.copyJarsInPackageToDeploymentFolder(IFile rootFile)
Copy recursively the files stored on the temp folder to the deployment final folder.
|
static void |
DeploymentUtil.copyModuleToDeploymentFolder(IFile moduleFile,
String moduleId,
ModuleDiff diff)
Copy recursively the files stored on the temp folder to the deployment final folder.
|
static void |
DeploymentUtil.createChannelComponent(String name,
String channelId,
String exportToPath,
IModule module,
IFile componentDefinitionFile,
ITransaction transaction) |
IDeploymentExecutionPlan |
DeploymentManager.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure) |
IDeploymentExecutionPlan |
IDeploymentManagerSPI.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure)
Creates, validates and returns a module deployment execution plan.
|
IDeploymentExecutionPlan |
DeploymentManager.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure,
boolean wasClosedModule) |
IDeploymentExecutionPlan |
IDeploymentManagerSPI.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure,
boolean wasClosedModule)
Creates, validates and returns a module deployment execution plan.
|
void |
DeploymentManager.deployModuleSource(IFile moduleFolder)
Deploys the module referenced in the File parameter
|
void |
IDeploymentManagerSPI.deployModuleSource(IFile moduleSourceFolder)
Deploys the module source folder.
|
void |
DeploymentManager.deployModuleSource(IFile moduleFolder,
boolean syncStructure)
Deploys the module referenced in the File parameter
|
void |
IDeploymentManagerSPI.deployModuleSource(IFile moduleSourceFolder,
boolean syncStructure)
Deploys the module source folder.
|
Modifier and Type | Method and Description |
---|---|
static ModuleObject |
ModuleProcessor.preProcess(IFile moduleFile,
boolean forceUseFileContentsForChecksum)
Extracts metadata from the given module file or folder.
|
Modifier and Type | Method and Description |
---|---|
IFile |
FileManager.getPortalFile(SessionConfig sessionConfig,
FileConfig fileConfig,
ITransaction transaction) |
IFile |
IFileManager.getPortalFile(SessionConfig sessionConfig,
FileConfig fileConfig,
ITransaction transaction)
Returns the File object for accessing the corresponding file in the
portal filesystem.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtil.deletePortalFile(IFile portalFile)
Deletes portal file and all empty ancestor folders.
|
static String |
FileUtil.getContentType(IFile file)
Gets content type based on the given file.
|
Modifier and Type | Method and Description |
---|---|
IFile |
FileTransformationManager.getPortalFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction) |
IFile |
IFileTransformationManagerSPI.getPortalFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction)
Returns the
IFile related to the given TransformedFileConfig . |
Modifier and Type | Method and Description |
---|---|
IFile |
FileSystemManager.getFile(PortalFilePath portalFilePath) |
IFile |
IFileSystem.getFile(PortalFilePath portalFilePath)
Returns a
portal file to be manipulated for a given
portal file path .Implementations must not return null .The portal file path parameter will never be
null . |
IFile |
IFileSystemManager.getFile(PortalFilePath portalFilePath)
Returns the
IFile to perform operations in portal known files. |
IFile |
IFile.getParent()
Returns the parent
directory . |
IFile |
IFile.getRoot()
Returns the root folder of this file.
|
abstract IFile[] |
IFile.listFiles()
Lists all immediate sub files and directories of this directory (the files and directories whose
getParent() is equal to this). |
IFile[] |
IFile.listFiles(IFileFilter fileFilter)
Lists all immediate sub files and directories of this directory (the files and directories whose
getParent() is equal to this), respecting a given file filter . |
IFile |
IFile.resolve(String relativePath)
Resolves the given path against this file.
|
IFile |
PortalFilePath.toFile()
Returns an
IFile constructed with this PortalFilePath. |
Modifier and Type | Method and Description |
---|---|
boolean |
IFileFilter.accept(IFile file)
Returns whether the given file should be accepted by the file listing.
|
protected void |
IFile.copyRegularFileTo(IFile dest)
Copies this file, assuming it is a regular file, to the specified destination.
|
void |
IFile.copyTo(IFile dest)
Copies the file denoted by this logical filesystem object.
|
boolean |
IFile.isDescendentOf(IFile file)
Returns whether this file is descendent of the given file.
|
String |
IFile.relativize(IFile other)
Relativizes the given file against this file.
|
void |
IFile.renameTo(IFile dest)
Renames the file denoted by this logical filesystem object.
|
Modifier and Type | Method and Description |
---|---|
IFile |
FileSystemEvent.getPortalFile()
Returns the affected file or folder.
|
Constructor and Description |
---|
ClusterFileSystemAddEvent(IFile file)
Creates a new cluster add filesystem event.
|
ClusterFileSystemDeleteEvent(IFile file)
Creates a new cluster delete filesystem event.
|
ClusterFileSystemUpdateEvent(IFile file)
Creates a new cluster update filesystem event.
|
FileSystemAddEvent(IFile file)
Deprecated.
Creates a new filesystem add event.
|
FileSystemDeleteEvent(IFile file)
Deprecated.
Creates a new filesystem delete event.
|
FileSystemEvent(IFile file)
Creates a new filesystem event.
|
FileSystemUpdateEvent(IFile file)
Deprecated.
Creates a new filesystem update event.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterMirroredLocalDataFile
A local data file that has its changes replicated over the cluster.
|
class |
LocalDataFile
Local data file.
|
Modifier and Type | Method and Description |
---|---|
IFile |
ClusterMirroredFileSystem.getFile(PortalFilePath portalFilePath) |
IFile |
SingleCopyFileSystem.getFile(PortalFilePath portalFilePath) |
Modifier and Type | Method and Description |
---|---|
static File |
FileSystemInternalUtil.getSingleCopyFileFile(IFile file)
|
Modifier and Type | Method and Description |
---|---|
protected Tuple2<byte[],Long> |
HealthCheckGeneral.readFileOnDisk(IFile file)
Method to read a file from disk.
|
protected long |
HealthCheckGeneral.writeFileOnDisk(IFile file,
byte[] input)
Method to write a file with the given input array as the content.
|
Modifier and Type | Method and Description |
---|---|
IFile |
StructureSyncManager.getDefaultStructureRoot() |
IFile |
SyncInSelectedElement.getFile()
Returns this element's serialized file or folder.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IFileElement> |
SyncUtil.read(Class<T> clazz,
IFile file,
ChannelResume currentChannel)
Reads a structure file.
|
void |
IStructureSyncManager.syncIn(String rootChannelId,
Set<String> selectedElements,
String processId,
IFile structureRoot,
boolean clearHtmlCache)
Synchronizes a structure from the file system to the portal
database.
|
void |
StructureSyncManager.syncIn(String rootChannelId,
Set<String> selectedElements,
String processId,
IFile structureRoot,
boolean clearHtmlCache) |
lumis.portal.structure.sync.ChannelHierarchy |
SyncOutProcessor.syncOut(String rootChannelId,
IFile rootDir,
String processId,
Set<String> globalGroupsToBeExported,
boolean isSyncOut)
Synchronizes the structure of a channel hierarchy from the portal to the
file system.
|
static void |
SyncUtil.writeIfModified(IFileElement obj,
IFile file,
ChannelResume currentChannel)
Writes a structure file, only if the semantics in the object is different.
|
Constructor and Description |
---|
SyncInSelectedElement(IFile structureRoot,
String path) |
Modifier and Type | Method and Description |
---|---|
static IFile |
ThemeUtil.getThemeRootDir(String themePath) |
Modifier and Type | Method and Description |
---|---|
IFile |
IUserManagerSPI.getUserProfileImageContentTypeFile(String userId)
Returns the user's profile image content type file.
|
IFile |
UserManager.getUserProfileImageContentTypeFile(String userId) |
IFile |
IUserManagerSPI.getUserProfileImageFile(String userId)
Returns the user's profile image file.
|
IFile |
UserManager.getUserProfileImageFile(String userId) |
Modifier and Type | Method and Description |
---|---|
void |
FTPFileReplicator.delete(IFile file) |
void |
IFileReplicator.delete(IFile file)
Removes a file or directory from the replication destination.
|
void |
LocalFileReplicator.delete(IFile file) |
void |
FTPFileReplicator.write(IFile file) |
void |
IFileReplicator.write(IFile file)
Writes a file or directory on the replication destination.
|
void |
LocalFileReplicator.write(IFile file) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentProcessActionHandler.generateEclipseIntegrationFiles(String modulePath,
IFile moduleAbsolutePath,
String moduleName) |
protected void |
DeploymentProcessActionHandler.generateModuleMavenFiles(String modulePath,
IFile moduleAbsolutePath,
String moduleName,
String moduleId) |
Modifier and Type | Method and Description |
---|---|
protected IFile |
ModuleEditorResource.getModuleDir(String moduleId) |
Modifier and Type | Method and Description |
---|---|
static IFile |
MobileAppServiceUtil.getAppConfigBaseFolder(String appId,
IModule module)
Returns the app configuration base folder.
|
static IFile |
MobileAppServiceUtil.getAppConfigFile(String appId,
IModule module)
Returns the app config file.
|
static IFile |
MobileAppServiceUtil.getIconsFile(String appId,
IModule module)
Returns the icons file.
|
static IFile |
MobileAppServiceUtil.getLogoFile(String appId,
IModule module,
String name)
Returns the logo file.
|
static IFile |
MobileAppServiceUtil.getSplashScreensFile(String appId,
IModule module)
Returns the splashscreens file.
|
Modifier and Type | Method and Description |
---|---|
protected IFile |
WebsiteFilesResource.getWebsiteFilesDir(String websiteFilesId)
Returns a file object that represents website files root folder.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtil.extractZip(InputStream inputStream,
IFile destDir)
Extracts an input stream in ZIP format to the file system.
|
static Document |
XmlUtil.getDocument(IFile xmlFile)
Returns the
Document associated with the given file. |
static void |
FileUtil.zipDir(IFile dirToZip,
String dirZipRelativePath,
ZipOutputStream zos)
Zips a directory recursively into the given zip output stream.
|
static void |
FileUtil.zipDir(IFile dirToZip,
ZipOutputStream zos)
Zips a directory recursively into the given zip output stream.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.