Package | Description |
---|---|
lumis.portal.channel | |
lumis.portal.page | |
lumis.portal.project | |
lumis.portal.url |
Manages the resolution of page URLs.
|
Modifier and Type | Method and Description |
---|---|
IProject |
ChannelWebResource.getProject() |
Modifier and Type | Method and Description |
---|---|
IProject |
PageWebResource.getProject() |
Modifier and Type | Interface and Description |
---|---|
interface |
IProjectSPI
A LumisXP project.
|
Modifier and Type | Class and Description |
---|---|
class |
Project
IProjectSPI implementation. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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. |
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.