Uses of Interface
lumis.portal.project.IProjectManager
-
Packages that use IProjectManager Package Description lumis.portal.manager lumis.portal.project -
-
Uses of IProjectManager in lumis.portal.manager
Methods in lumis.portal.manager that return IProjectManager Modifier and Type Method Description static IProjectManager
ManagerFactory. getProjectManager()
Returns the project manager. -
Uses of IProjectManager in lumis.portal.project
Subinterfaces of IProjectManager in lumis.portal.project Modifier and Type Interface Description interface
IProjectManagerSPI
Manages LumisXP projects.Classes in lumis.portal.project that implement IProjectManager Modifier and Type Class Description class
ProjectManager
IProjectManagerSPI
implementation.
-