Uses of Class
lumis.portal.deployment.ModuleType

Packages that use ModuleType
lumis.portal.deployment Provides the API for Lumis Portal module deployment. 
 

Uses of ModuleType in lumis.portal.deployment
 

Methods in lumis.portal.deployment that return ModuleType
 ModuleType IDeploymentManager.detectModuleType(InputStream moduleArchive)
          Detects the module type of an archive, based on its contents.
 ModuleType DeploymentManager.detectModuleType(InputStream moduleArchive)
           
 ModuleType IModule.getType()
          Returns the type of the module.
static ModuleType ModuleType.valueOf(int value)
           
static ModuleType ModuleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModuleType[] ModuleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in lumis.portal.deployment with parameters of type ModuleType
 Collection<IModule> IDeploymentManager.getModules(ModuleType moduleType)
          Returns the currently installed modules of the specified type.
 Collection<IModule> DeploymentManager.getModules(ModuleType moduleType)
           
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.