Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
lumis.portal.deployment.process | |
lumis.portal.deployment.stepexecutable.component | |
lumis.portal.deployment.stepexecutable.module | |
lumis.service.portalmanagement.mobileapp.util |
Modifier and Type | Class and Description |
---|---|
class |
Module
A deployment module entity class.
|
Modifier and Type | Method and Description |
---|---|
IModule |
Component.getModule() |
IModule |
IComponent.getModule()
Returns the owner module of the component.
|
IModule |
DeploymentManager.getModule(String moduleId) |
IModule |
IDeploymentManager.getModule(String moduleId)
Returns the module with the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<IModule> |
IDeploymentExecutionPlan.getCurrentlyInstalledModulesReprocessed()
Returns an unmodifiable collection of the currently installed modules that will be reprocessed.
|
Collection<IModule> |
IDeploymentExecutionPlan.getCurrentlyInstalledModulesUnchanged()
Returns an unmodifiable collection of the currently installed modules that will remain unchanged.
|
Collection<IModule> |
IDeploymentExecutionPlan.getCurrentlyInstalledModulesUndeployed()
Returns an unmodifiable collection of the currently installed modules that will be undeployed.
|
Collection<IModule> |
IDeploymentExecutionPlan.getCurrentlyInstalledModulesUpgraded()
Returns an unmodifiable collection of the currently installed modules that will be upgraded.
|
Collection<IModule> |
DeploymentManager.getModules(ModuleType moduleType) |
Collection<IModule> |
IDeploymentManager.getModules(ModuleType moduleType)
Returns the currently installed modules of the specified type.
|
Collection<IModule> |
IDeploymentExecutionPlan.getNewModulesInstalling()
Returns an unmodifiable collection of the new modules that will be installed.
|
Collection<IModule> |
IDeploymentExecutionPlan.getNewModulesUpgrading()
Returns an unmodifiable collection of the new modules that will upgrade other ones.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.createChannelComponent(String name,
String channelId,
String exportToPath,
IModule module,
IFile componentDefinitionFile,
ITransaction transaction) |
void |
DeploymentManager.deployModuleSource(IModule module)
Deploys the module passed as a parameter.
|
void |
IDeploymentManagerSPI.deployModuleSource(IModule module)
Deploys the module source folder.
|
protected Query |
DeploymentUtil.ModuleDeploymentMessageSummary.getBaseQuery(IModule module) |
static File |
DeploymentUtil.getModuleFile(IModule module)
Utility method to obtain an archive file relative to a module.
|
static File |
DeploymentUtil.getModuleFile(IModule module,
ModuleType moduleType)
Utility method to obtain an archive file relative to a module.
|
static LocalDataFile |
DeploymentUtil.getModuleLocalDataFile(IModule module)
Utility method to obtain an archive file relative to a module.
|
static String |
DeploymentUtil.getModuleRelativePath(IModule module)
Returns the module's relative file path.
|
static File |
DeploymentUtil.getNewVersionModuleFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.
|
static LocalDataFile |
DeploymentUtil.getNewVersionModuleLocalDataFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.
|
static String |
DeploymentUtil.getNewVersionModuleRelativePath(IModule module)
Returns the module's new version relative file path.
|
static File |
DeploymentUtil.getOldVersionModuleFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.
|
static LocalDataFile |
DeploymentUtil.getOldVersionModuleLocalDataFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.
|
static String |
DeploymentUtil.getOldVersionModuleRelativePath(IModule module)
Returns the module's old version relative file path.
|
static Set<String> |
DeploymentUtil.getResourcesOfModule(IModule module)
Returns all available resources of a given module.
|
static Collection<String> |
DeploymentUtil.readAllStylesFromModule(IModule module)
Returns all styles present in the given module.
|
static Collection<String> |
DeploymentUtil.readAllStylesFromModule(IModule module,
File moduleFile)
Returns all styles present in the given module.
|
Modifier and Type | Method and Description |
---|---|
IDeploymentExecutionPlan |
DeploymentManager.createModuleUndeploymentProcess(List<IModule> modules) |
IDeploymentExecutionPlan |
IDeploymentManager.createModuleUndeploymentProcess(List<IModule> modules)
Creates a
deployment execution plan for
undeployment of the given modules. |
void |
DeploymentManager.updateClassLoader(Collection<IModule> modulesToBeAdded,
Collection<IModule> modulesToBeRemoved,
ModuleDiff diff,
boolean forceReprocess)
Updates the portal classloader over the cluster..
|
void |
DeploymentManager.updateClassLoader(Collection<IModule> modulesToBeAdded,
Collection<IModule> modulesToBeRemoved,
ModuleDiff diff,
boolean forceReprocess)
Updates the portal classloader over the cluster..
|
Constructor and Description |
---|
BusinessContextRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ModuleDeploymentMessageSummary(IModule module)
Summary constructor
|
ServiceRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ThemeRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
Constructor and Description |
---|
BusinessContextRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
BusinessContextRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ServiceRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ServiceRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ThemeRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ThemeRegisterHelper(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
Modifier and Type | Method and Description |
---|---|
static ModuleDiff |
ModuleDiff.diff(IModule originalModule,
IModule newModule)
Returns the diff of the given modules, if applicable or
null . |
Constructor and Description |
---|
RegisterComponentStructuralElementsStepExecutable(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess)
Creates a new instance.
|
Constructor and Description |
---|
PostProcessModuleMetadataStepExecutable(IModule module) |
RegisterModuleStepExecutable(IModule module)
Creates a new instance.
|
RegisterModuleStructuralElementsStepExecutable(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess)
Creates a new instance.
|
UnregisterModuleStepExecutable(IModule module)
Creates a new instance.
|
UnregisterModuleStructuralElementsStepExecutable(IModule module)
Creates a new instance.
|
UpdateModuleResgistryStepExecutable(IModule module)
Creates a new instance.
|
Constructor and Description |
---|
ProcessObserversStepExecutable(Collection<IModule> oldModulesAffected,
Collection<IComponent> oldComponentsAffected,
Collection<IModule> updatedModules) |
ProcessObserversStepExecutable(Collection<IModule> oldModulesAffected,
Collection<IComponent> oldComponentsAffected,
Collection<IModule> updatedModules) |
RebuildClassloadersStepExecutable(ModuleDiff diff,
Collection<IModule> modulesToBeRemovedFromClassLoader,
Collection<IModule> modulesToBeAddedToClassLoader,
boolean forceReprocess) |
RebuildClassloadersStepExecutable(ModuleDiff diff,
Collection<IModule> modulesToBeRemovedFromClassLoader,
Collection<IModule> modulesToBeAddedToClassLoader,
boolean forceReprocess) |
RebuildEntityManagerFactoriesStepExecutable(Set<IModule> modulesAffected,
String moduleId,
String packageId,
ModuleDiff diff)
Creates a new instance.
|
RegisterModuleStructuralElementsStepExecutable(IModule module,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess)
Creates a new instance.
|
UpdateMonitorDefinitionStepExecutable(Set<IModule> modulesAffected,
String moduleId,
String packageId)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static Map<MobileAppConfig,IModule> |
MobileAppServiceUtil.findAppConfigPaths()
Find app configs in deployed modules.
|
static Map.Entry<MobileAppConfig,IModule> |
MobileAppServiceUtil.getAppConfigByAppCompositeId(String compositeId)
Returns the app config by the given composite id.
|
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 String |
MobileAppServiceUtil.getId(MobileAppConfig appConfig,
IModule module)
Returns the composite id of the given app config.
|
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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.