@StableMinor(version="12.3", sinceVersion="7.1") public interface IDeploymentExecutionPlan extends Serializable
Modifier and Type | Method and Description |
---|---|
Collection<IComponent> |
getCurrentlyInstalledComponentsRemoved()
Returns an unmodifiable collection of the currently installed components that will have it's register
removed.
|
Collection<IComponent> |
getCurrentlyInstalledComponentsReprocessed()
Returns an unmodifiable collection of the currently installed components that will be reprocessed.
|
Collection<IComponent> |
getCurrentlyInstalledComponentsUnchanged()
Returns an unmodifiable collection of the currently installed components that will remain unchanged.
|
Collection<IComponent> |
getCurrentlyInstalledComponentsUndeployed()
Returns an unmodifiable collection of the currently installed components that will be undeployed.
|
Collection<IComponent> |
getCurrentlyInstalledComponentsUpgraded()
Returns an unmodifiable collection of the currently installed components that will be upgraded.
|
Collection<IModule> |
getCurrentlyInstalledModulesReprocessed()
Returns an unmodifiable collection of the currently installed modules that will be reprocessed.
|
Collection<IModule> |
getCurrentlyInstalledModulesUnchanged()
Returns an unmodifiable collection of the currently installed modules that will remain unchanged.
|
Collection<IModule> |
getCurrentlyInstalledModulesUndeployed()
Returns an unmodifiable collection of the currently installed modules that will be undeployed.
|
Collection<IModule> |
getCurrentlyInstalledModulesUpgraded()
Returns an unmodifiable collection of the currently installed modules that will be upgraded.
|
String |
getInstallationId()
Returns the last installation identifier registered in the database, that
this this execution plan has been based on.
|
Collection<IComponent> |
getNewComponentsInstalling()
Returns an unmodifiable collection of the new components that will be installed.
|
Collection<IComponent> |
getNewComponentsReplacing()
Returns an unmodifiable collection of the new components that will replace other ones.
|
Collection<IComponent> |
getNewComponentsUpgrading()
Returns an unmodifiable collection of the new components that will upgrade other ones.
|
Collection<IModule> |
getNewModulesInstalling()
Returns an unmodifiable collection of the new modules that will be installed.
|
Collection<IModule> |
getNewModulesUpgrading()
Returns an unmodifiable collection of the new modules that will upgrade other ones.
|
String getInstallationId()
Collection<IComponent> getCurrentlyInstalledComponentsUnchanged()
Collection<IComponent> getCurrentlyInstalledComponentsUpgraded()
Collection<IComponent> getCurrentlyInstalledComponentsRemoved()
Collection<IComponent> getCurrentlyInstalledComponentsUndeployed()
Collection<IComponent> getCurrentlyInstalledComponentsReprocessed()
Collection<IComponent> getNewComponentsInstalling()
Collection<IComponent> getNewComponentsUpgrading()
Collection<IComponent> getNewComponentsReplacing()
Collection<IModule> getCurrentlyInstalledModulesUnchanged()
Collection<IModule> getCurrentlyInstalledModulesUpgraded()
Collection<IModule> getCurrentlyInstalledModulesUndeployed()
Collection<IModule> getCurrentlyInstalledModulesReprocessed()
Collection<IModule> getNewModulesInstalling()
Collection<IModule> getNewModulesUpgrading()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.