Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
lumis.portal.deployment.stepexecutable.component | |
lumis.portal.deployment.stepexecutable.module |
Modifier and Type | Class and Description |
---|---|
class |
Component
Component implementation.
|
Modifier and Type | Method and Description |
---|---|
IComponent |
DeploymentManager.getChannelComponent(String channelId) |
IComponent |
IDeploymentManagerSPI.getChannelComponent(String channelId)
Returns the component associated to the channel.
|
IComponent |
DeploymentManager.getComponent(String componentId) |
IComponent |
IDeploymentManager.getComponent(String componentId)
Returns the component with the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
List<IComponent> |
DeploymentManager.getComponents() |
List<IComponent> |
IDeploymentManagerSPI.getComponents()
Returns the list of all installed components.
|
List<IComponent> |
IModule.getComponents()
Returns an unmodifiable list of components that belongs the module.
|
List<IComponent> |
Module.getComponents() |
Collection<IComponent> |
IDeploymentExecutionPlan.getCurrentlyInstalledComponentsRemoved()
Returns an unmodifiable collection of the currently installed components that will have it's register
removed.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getCurrentlyInstalledComponentsReprocessed()
Returns an unmodifiable collection of the currently installed components that will be reprocessed.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getCurrentlyInstalledComponentsUnchanged()
Returns an unmodifiable collection of the currently installed components that will remain unchanged.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getCurrentlyInstalledComponentsUndeployed()
Returns an unmodifiable collection of the currently installed components that will be undeployed.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getCurrentlyInstalledComponentsUpgraded()
Returns an unmodifiable collection of the currently installed components that will be upgraded.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getNewComponentsInstalling()
Returns an unmodifiable collection of the new components that will be installed.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getNewComponentsReplacing()
Returns an unmodifiable collection of the new components that will replace other ones.
|
Collection<IComponent> |
IDeploymentExecutionPlan.getNewComponentsUpgrading()
Returns an unmodifiable collection of the new components that will upgrade other ones.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentManager.clearComponentChannel(IComponent component) |
protected Query |
DeploymentUtil.ComponentDeploymentMessageSummary.getBaseQuery(IComponent component) |
static File |
DeploymentUtil.getComponentFile(IComponent component)
Utility method to obtain an archive file relative to a component.
|
static File |
DeploymentUtil.getComponentFile(IComponent component,
ComponentFolder folder)
Returns the relative folder path within a component.
|
String |
ComponentFolder.getRelativePath(IComponent component)
Returns the relative path of the given component.
|
String |
ComponentFolder.getRelativePath(IComponent component,
String desiredRelativePath)
Returns the relative path of the desired path under the given component.
|
Constructor and Description |
---|
BusinessContextRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ComponentDeploymentMessageSummary(IComponent component)
Summary constructor
|
ServiceRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
ThemeRegisterHelper(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess) |
Constructor and Description |
---|
CopyComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance.
|
DeployComponentStepExecutable(IComponent component,
String lastUpgradeStepExecuted)
Creates a new instance.
|
RegisterComponentStructuralElementsStepExecutable(IComponent component,
Collection<IModule> currentlyInstalledModules,
boolean forceReprocess)
Creates a new instance.
|
RemoveComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance.
|
RemoveComponentRegisterStepExecutable(IComponent component)
Creates a new instance.
|
UnregisterComponentStructuralElementsStepExecutable(IComponent component)
Creates a new instance.
|
UpgradeComponentStepExecutable(IComponent component)
Creates a new instance.
|
Constructor and Description |
---|
ComponentStructureSyncStepExecutable(Set<IComponent> componentsToBeInstalled,
Set<IComponent> componentsAffected) |
ComponentStructureSyncStepExecutable(Set<IComponent> componentsToBeInstalled,
Set<IComponent> componentsAffected) |
UpdateComponentChannelIdsStepExecutable(Set<IComponent> componentsToBeProcessed)
Creates a new instance with the given components.
|
Constructor and Description |
---|
ProcessObserversStepExecutable(Collection<IModule> oldModulesAffected,
Collection<IComponent> oldComponentsAffected,
Collection<IModule> updatedModules) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.