Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for Lumis Portal module deployment.
|
lumis.portal.deployment.stepexecutable.component |
Modifier and Type | Class and Description |
---|---|
class |
Component
Component implementation.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
List<String> |
BusinessContextRegisterHelper.findComponentItemDefinitionIds(IComponent component,
File componentArchive) |
List<String> |
ObserverRegisterHelper.findComponentItemDefinitionIds(IComponent component,
File componentArchive) |
List<String> |
ServiceRegisterHelper.findComponentItemDefinitionIds(IComponent component,
File componentArchive) |
List<String> |
ThemeRegisterHelper.findComponentItemDefinitionIds(IComponent component,
File componentArchive) |
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.
|
void |
ObserverRegisterHelper.unregisterComponentDefinitions(IComponent component) |
Constructor and Description |
---|
BusinessContextRegisterHelper(IComponent component) |
ObserverRegisterHelper(IComponent component) |
ServiceRegisterHelper(IComponent component) |
ThemeRegisterHelper(IComponent component) |
Constructor and Description |
---|
CopyComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance.
|
DeployComponentStepExecutable(IComponent component)
Creates a new instance.
|
RegisterComponentStructuralElementsStepExecutable(IComponent component)
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) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.