Uses of Interface
lumis.portal.deployment.IDeploymentExecutionPlan
-
Packages that use IDeploymentExecutionPlan Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of IDeploymentExecutionPlan in lumis.portal.deployment
Methods in lumis.portal.deployment that return IDeploymentExecutionPlan Modifier and Type Method Description IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure)
IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure, boolean wasClosedModule)
IDeploymentExecutionPlan
IDeploymentManagerSPI. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure)
Creates, validates and returns a module deployment execution plan.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 adeployment execution plan
for deploying the given module.IDeploymentExecutionPlan
DeploymentManager. createModuleUndeploymentProcess(List<IModule> modules)
IDeploymentExecutionPlan
IDeploymentManager. createModuleUndeploymentProcess(List<IModule> modules)
Creates adeployment execution plan
for undeployment of the given modules.IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents)
IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
IDeploymentExecutionPlan
IDeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents)
Creates adeployment execution plan
for deploying the given package.IDeploymentExecutionPlan
IDeploymentManagerSPI. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
Creates adeployment execution plan
for deploying the given package.Methods in lumis.portal.deployment with parameters of type IDeploymentExecutionPlan Modifier and Type Method Description String
DeploymentManager. submit(IDeploymentExecutionPlan executionPlan)
String
IDeploymentManager. submit(IDeploymentExecutionPlan executionPlan)
Submits theexecution plan
created by this manager and returns the createdprocess
identifier.
-