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 lumis.service.portalmanagement.mobileapp.util -
-
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(String moduleId)
IModule
IComponent. getModule()
Returns the owner module of the component.IModule
IDeploymentManager. getModule(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 Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesReprocessed()
Returns an unmodifiable collection of the currently installed modules that will be reprocessed.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUnchanged()
Returns an unmodifiable collection of the currently installed modules that will remain unchanged.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUndeployed()
Returns an unmodifiable collection of the currently installed modules that will be undeployed.Collection<IModule>
IDeploymentExecutionPlan. getCurrentlyInstalledModulesUpgraded()
Returns an unmodifiable collection of the currently installed modules that will be upgraded.Collection<IModule>
DeploymentManager. getModules(ModuleType moduleType)
Collection<IModule>
IDeploymentManager. getModules(ModuleType moduleType)
Returns the currently installed modules of the specified type.Collection<IModule>
IDeploymentExecutionPlan. getNewModulesInstalling()
Returns an unmodifiable collection of the new modules that will be installed.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(String name, String channelId, 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 File
DeploymentUtil. getModuleFile(IModule module)
Utility method to obtain an archive file relative to a module.static 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 String
DeploymentUtil. getModuleRelativePath(IModule module)
Returns the module's relative file path.static 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 String
DeploymentUtil. getNewVersionModuleRelativePath(IModule module)
Returns the module's new version relative file path.static 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 String
DeploymentUtil. getOldVersionModuleRelativePath(IModule module)
Returns the module's old version relative file path.static Set<String>
DeploymentUtil. getResourcesOfModule(IModule module)
Returns all available resources of a given module.static Collection<String>
DeploymentUtil. readAllStylesFromModule(IModule module)
Returns all styles present in the given module.static Collection<String>
DeploymentUtil. readAllStylesFromModule(IModule module, 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(List<IModule> modules)
IDeploymentExecutionPlan
IDeploymentManager. createModuleUndeploymentProcess(List<IModule> modules)
Creates adeployment execution plan
for undeployment of the given modules.void
DeploymentManager. updateClassLoader(Collection<IModule> modulesToBeAdded, 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, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ModuleDeploymentMessageSummary(IModule module)
Summary constructorServiceRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Constructor parameters in lumis.portal.deployment with type arguments of type IModule Constructor Description BusinessContextRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
BusinessContextRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ServiceRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ServiceRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IModule module, 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, 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, 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(Collection<IModule> oldModulesAffected, Collection<IComponent> oldComponentsAffected, Collection<IModule> updatedModules)
RebuildClassloadersStepExecutable(ModuleDiff diff, Collection<IModule> modulesToBeRemovedFromClassLoader, Collection<IModule> modulesToBeAddedToClassLoader, boolean forceReprocess)
RebuildEntityManagerFactoriesStepExecutable(Set<IModule> modulesAffected, String moduleId, String packageId, ModuleDiff diff)
Creates a new instance.RegisterModuleStructuralElementsStepExecutable(IModule module, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Creates a new instance.UpdateMonitorDefinitionStepExecutable(Set<IModule> modulesAffected, String moduleId, String packageId)
Creates a new instance. -
Uses of IModule in lumis.service.portalmanagement.mobileapp.util
Methods in lumis.service.portalmanagement.mobileapp.util that return types with arguments of type IModule Modifier and Type Method Description static Map<MobileAppConfig,IModule>
MobileAppServiceUtil. findAppConfigPaths()
Find app configs in deployed modules.static Map.Entry<MobileAppConfig,IModule>
MobileAppServiceUtil. getAppConfigByAppCompositeId(String compositeId)
Returns the app config by the given composite id.Methods in lumis.service.portalmanagement.mobileapp.util with parameters of type IModule Modifier and Type Method Description static IFile
MobileAppServiceUtil. getAppConfigBaseFolder(String appId, IModule module)
Returns the app configuration base folder.static IFile
MobileAppServiceUtil. getAppConfigFile(String appId, IModule module)
Returns the app config file.static IFile
MobileAppServiceUtil. getIconsFile(String appId, IModule module)
Returns the icons file.static String
MobileAppServiceUtil. getId(MobileAppConfig appConfig, IModule module)
Returns the composite id of the given app config.static IFile
MobileAppServiceUtil. getLogoFile(String appId, IModule module, String name)
Returns the logo file.static IFile
MobileAppServiceUtil. getSplashScreensFile(String appId, IModule module)
Returns the splashscreens file.
-