Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
Modifier and Type | Method and Description |
---|---|
IDeploymentExecutionPlan |
DeploymentManager.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure) |
IDeploymentExecutionPlan |
IDeploymentManagerSPI.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure)
Creates, validates and returns a module deployment execution plan.
|
IDeploymentExecutionPlan |
DeploymentManager.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure,
boolean wasClosedModule) |
IDeploymentExecutionPlan |
IDeploymentManagerSPI.createModuleDeploymentExecutionPlan(IFile moduleFolder,
boolean forceReprocess,
boolean syncStructure,
boolean wasClosedModule)
Creates, validates and returns a module deployment execution plan.
|
IDeploymentExecutionPlan |
DeploymentManager.createModuleDeploymentProcess(InputStream moduleArchive,
boolean reprocessAllComponents) |
IDeploymentExecutionPlan |
IDeploymentManager.createModuleDeploymentProcess(InputStream moduleArchive,
boolean reprocessAllComponents)
Creates a
deployment execution plan for
deploying the given module. |
IDeploymentExecutionPlan |
DeploymentManager.createModuleUndeploymentProcess(List<IModule> modules) |
IDeploymentExecutionPlan |
IDeploymentManager.createModuleUndeploymentProcess(List<IModule> modules)
Creates a
deployment execution plan for
undeployment of the given modules. |
IDeploymentExecutionPlan |
DeploymentManager.createPackageDeploymentProcess(File packageArchive,
boolean reprocessAllComponents) |
IDeploymentExecutionPlan |
IDeploymentManager.createPackageDeploymentProcess(File packageArchive,
boolean reprocessAllComponents)
Creates a
deployment execution plan for
deploying the given package. |
IDeploymentExecutionPlan |
DeploymentManager.createPackageDeploymentProcess(File packageArchive,
boolean reprocessAllComponents,
boolean syncStructure) |
IDeploymentExecutionPlan |
IDeploymentManagerSPI.createPackageDeploymentProcess(File packageArchive,
boolean reprocessAllComponents,
boolean syncStructure)
Creates a
deployment execution plan for
deploying the given package. |
Modifier and Type | Method and Description |
---|---|
String |
DeploymentManager.submit(IDeploymentExecutionPlan executionPlan) |
String |
IDeploymentManager.submit(IDeploymentExecutionPlan executionPlan)
Submits the
execution plan created by
this manager and returns the created process identifier. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.