Uses of Interface
lumis.portal.project.IProject
-
Packages that use IProject Package Description lumis.portal.channel lumis.portal.page lumis.portal.project lumis.portal.url Manages the resolution of page URLs. -
-
Uses of IProject in lumis.portal.channel
Methods in lumis.portal.channel that return IProject Modifier and Type Method Description IProject
ChannelConfig. getProject()
Returns the project this channel belongs to (if any).IProject
ChannelWebResource. getProject()
-
Uses of IProject in lumis.portal.page
Methods in lumis.portal.page that return IProject Modifier and Type Method Description IProject
PageWebResource. getProject()
-
Uses of IProject in lumis.portal.project
Subinterfaces of IProject in lumis.portal.project Modifier and Type Interface Description interface
IProjectSPI
A LumisXP project.Classes in lumis.portal.project that implement IProject Modifier and Type Class Description class
Project
IProjectSPI
implementation.Methods in lumis.portal.project that return types with arguments of type IProject Modifier and Type Method Description Collection<IProject>
IProjectManagerSPI. getAllProjects()
Returns all projects.Collection<IProject>
ProjectManager. getAllProjects()
Optional<IProject>
IProjectManagerSPI. getLocalProjectByChannelId(String channelId)
Returns an optional project based on the given channel identifier.Optional<IProject>
ProjectManager. getLocalProjectByChannelId(String channelId)
Optional<IProject>
IProjectManagerSPI. getProjectByChannelId(String channelId)
Returns an optional project based on the given channel identifier.Optional<IProject>
ProjectManager. getProjectByChannelId(String channelId)
Optional<IProject>
IProjectManagerSPI. getProjectByWebsiteId(String websiteId)
Returns an optional project based on the given website identifier.Optional<IProject>
ProjectManager. getProjectByWebsiteId(String websiteId)
Methods in lumis.portal.project with parameters of type IProject Modifier and Type Method Description void
IProjectManagerSPI. addProject(IProject project)
Adds the given project.void
ProjectManager. addProject(IProject project)
void
IProjectManagerSPI. updateProject(IProject project)
Updates the given project.void
ProjectManager. updateProject(IProject project)
-
Uses of IProject in lumis.portal.url
Methods in lumis.portal.url that return IProject Modifier and Type Method Description abstract IProject
WebResource. getProject()
Returns the project this web resource belongs to (if any).
It is important to notice that the relation webresource <-> project is not persisted.
-