Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for Lumis Portal module deployment.
|
lumis.portal.deployment.stepexecutable.module |
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 |
---|---|
void |
DeploymentManager.deploy(IModule module) |
static File |
DeploymentUtil.getModuleFile(IModule module)
Utility method to obtain an archive file relative to a module.
|
static File |
DeploymentUtil.getOldVersionModuleFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.
|
static Set<String> |
DeploymentUtil.getResourcesOfModule(IModule module)
Returns all available resources of a given module.
|
void |
DeploymentManager.undeploy(IModule 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. |
Constructor and Description |
---|
BusinessContextRegisterHelper(IModule module) |
ObserverRegisterHelper(IModule module) |
ServiceRegisterHelper(IModule module) |
ThemeRegisterHelper(IModule module) |
Constructor and Description |
---|
DeployModuleStepExecutable(IModule module)
Creates a new instance.
|
RegisterModuleStructuralElementsStepExecutable(IModule module)
Creates a new instance.
|
ReprocessModuleStepExecutable(IModule module,
IModule originalModule)
Creates a new instance.
|
UndeployModuleStepExecutable(IModule module)
Creates a new instance.
|
UnregisterModuleStructuralElementsStepExecutable(IModule module)
Creates a new instance.
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.