Uses of Interface
lumis.portal.deployment.IModule
-
Packages that use IModule Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.deployment.process lumis.portal.deployment.stepexecutable.component lumis.portal.deployment.stepexecutable.module -
-
Uses of IModule in lumis.portal.deployment
Classes in lumis.portal.deployment that implement IModule Modifier and Type Class Description class
Module
A deployment module entity class.Methods in lumis.portal.deployment that return IModule Modifier and Type Method Description IModule
Component. getModule()
IModule
DeploymentManager. getModule(java.lang.String moduleId)
IModule
IComponent. getModule()
Returns the owner module of the component.IModule
IDeploymentManager. getModule(java.lang.String moduleId)
Returns the module with the specified identifier.Methods in lumis.portal.deployment that return types with arguments of type IModule Modifier and Type Method Description java.util.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesReprocessed()
Returns an unmodifiable collection of the currently installed modules that will be reprocessed.java.util.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUnchanged()
Returns an unmodifiable collection of the currently installed modules that will remain unchanged.java.util.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUndeployed()
Returns an unmodifiable collection of the currently installed modules that will be undeployed.java.util.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUpgraded()
Returns an unmodifiable collection of the currently installed modules that will be upgraded.java.util.Collection<IModule>
DeploymentManager. getModules(ModuleType moduleType)
java.util.Collection<IModule>
IDeploymentManager. getModules(ModuleType moduleType)
Returns the currently installed modules of the specified type.java.util.Collection<IModule>
IDeploymentExecutionPlan. getNewModulesInstalling()
Returns an unmodifiable collection of the new modules that will be installed.java.util.Collection<IModule>
IDeploymentExecutionPlan. getNewModulesUpgrading()
Returns an unmodifiable collection of the new modules that will upgrade other ones.Methods in lumis.portal.deployment with parameters of type IModule Modifier and Type Method Description static void
DeploymentUtil. createChannelComponent(java.lang.String name, java.lang.String channelId, java.lang.String exportToPath, IModule module, IFile componentDefinitionFile, ITransaction transaction)
void
DeploymentManager. deployModuleSource(IModule module)
Deploys the module passed as a parameter.void
IDeploymentManagerSPI. deployModuleSource(IModule module)
Deploys the module source folder.protected Query
DeploymentUtil.ModuleDeploymentMessageSummary. getBaseQuery(IModule module)
static java.io.File
DeploymentUtil. getModuleFile(IModule module)
Utility method to obtain an archive file relative to a module.static java.io.File
DeploymentUtil. getModuleFile(IModule module, ModuleType moduleType)
Utility method to obtain an archive file relative to a module.static LocalDataFile
DeploymentUtil. getModuleLocalDataFile(IModule module)
Utility method to obtain an archive file relative to a module.static java.lang.String
DeploymentUtil. getModuleRelativePath(IModule module)
Returns the module's relative file path.static java.io.File
DeploymentUtil. getNewVersionModuleFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.static LocalDataFile
DeploymentUtil. getNewVersionModuleLocalDataFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.static java.lang.String
DeploymentUtil. getNewVersionModuleRelativePath(IModule module)
Returns the module's new version relative file path.static java.io.File
DeploymentUtil. getOldVersionModuleFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.static LocalDataFile
DeploymentUtil. getOldVersionModuleLocalDataFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.static java.lang.String
DeploymentUtil. getOldVersionModuleRelativePath(IModule module)
Returns the module's old version relative file path.static java.util.Set<java.lang.String>
DeploymentUtil. getResourcesOfModule(IModule module)
Returns all available resources of a given module.static java.util.Collection<java.lang.String>
DeploymentUtil. readAllStylesFromModule(IModule module)
Returns all styles present in the given module.static java.util.Collection<java.lang.String>
DeploymentUtil. readAllStylesFromModule(IModule module, java.io.File moduleFile)
Returns all styles present in the given module.Method parameters in lumis.portal.deployment with type arguments of type IModule Modifier and Type Method Description IDeploymentExecutionPlan
DeploymentManager. createModuleUndeploymentProcess(java.util.List<IModule> modules)
IDeploymentExecutionPlan
IDeploymentManager. createModuleUndeploymentProcess(java.util.List<IModule> modules)
Creates adeployment execution plan
for undeployment of the given modules.void
DeploymentManager. updateClassLoader(java.util.Collection<IModule> modulesToBeAdded, java.util.Collection<IModule> modulesToBeRemoved, ModuleDiff diff, boolean forceReprocess)
Updates the portal classloader over the cluster..Constructors in lumis.portal.deployment with parameters of type IModule Constructor Description BusinessContextRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ModuleDeploymentMessageSummary(IModule module)
Summary constructorServiceRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Constructor parameters in lumis.portal.deployment with type arguments of type IModule Constructor Description BusinessContextRegisterHelper(IComponent component, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
BusinessContextRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ServiceRegisterHelper(IComponent component, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ServiceRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IComponent component, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IComponent component, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
-
Uses of IModule in lumis.portal.deployment.process
Methods in lumis.portal.deployment.process with parameters of type IModule Modifier and Type Method Description static ModuleDiff
ModuleDiff. diff(IModule originalModule, IModule newModule)
Returns the diff of the given modules, if applicable ornull
. -
Uses of IModule in lumis.portal.deployment.stepexecutable.component
Constructor parameters in lumis.portal.deployment.stepexecutable.component with type arguments of type IModule Constructor Description RegisterComponentStructuralElementsStepExecutable(IComponent component, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Creates a new instance. -
Uses of IModule in lumis.portal.deployment.stepexecutable.module
Constructors in lumis.portal.deployment.stepexecutable.module with parameters of type IModule Constructor Description PostProcessModuleMetadataStepExecutable(IModule module)
RegisterModuleStepExecutable(IModule module)
Creates a new instance.RegisterModuleStructuralElementsStepExecutable(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Creates a new instance.UnregisterModuleStepExecutable(IModule module)
Creates a new instance.UnregisterModuleStructuralElementsStepExecutable(IModule module)
Creates a new instance.UpdateModuleResgistryStepExecutable(IModule module)
Creates a new instance.Constructor parameters in lumis.portal.deployment.stepexecutable.module with type arguments of type IModule Constructor Description ProcessObserversStepExecutable(java.util.Collection<IModule> oldModulesAffected, java.util.Collection<IComponent> oldComponentsAffected, java.util.Collection<IModule> updatedModules)
RebuildClassloadersStepExecutable(ModuleDiff diff, java.util.Collection<IModule> modulesToBeRemovedFromClassLoader, java.util.Collection<IModule> modulesToBeAddedToClassLoader, boolean forceReprocess)
RebuildEntityManagerFactoriesStepExecutable(java.util.Set<IModule> modulesAffected, java.lang.String moduleId, java.lang.String packageId, ModuleDiff diff)
Creates a new instance.RegisterModuleStructuralElementsStepExecutable(IModule module, java.util.Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Creates a new instance.UpdateMonitorDefinitionStepExecutable(java.util.Set<IModule> modulesAffected, java.lang.String moduleId, java.lang.String packageId)
Creates a new instance.
-