Uses of Class
lumis.portal.AccessDeniedException
-
Packages that use AccessDeniedException Package Description lumis.portal.bigdata Provides big data related operations.lumis.portal.bigdata.elasticsearch lumis.portal.bigdata
implementation for using Elasticsearch.lumis.portal.bigdata.spi Interfaces that may be implemented to integrate the portal with a custom big data repository.lumis.portal.project -
-
Uses of AccessDeniedException in lumis.portal.bigdata
Methods in lumis.portal.bigdata that throw AccessDeniedException Modifier and Type Method Description void
IBigDataManager. addSynonym(ISynonym synonym)
Adds the given synonyms to be used duringdocument creation
.void
IBigDataManager. deleteSynonyms(String... synonymIds)
Removes the synonyms with the given identifiers.ISynonym
BigDataManager. getSynonymById(String synonymId)
ISynonym
IBigDataManager. getSynonymById(String synonymId)
Returns the synonym with the given identifier.void
IBigDataManager. updateSynonym(ISynonym synonym)
Updates the given synonyms to be used duringdocument creation
. -
Uses of AccessDeniedException in lumis.portal.bigdata.elasticsearch
Methods in lumis.portal.bigdata.elasticsearch that throw AccessDeniedException Modifier and Type Method Description void
ElasticsearchRepository. reloadSynonyms()
-
Uses of AccessDeniedException in lumis.portal.bigdata.spi
Methods in lumis.portal.bigdata.spi that throw AccessDeniedException Modifier and Type Method Description void
IBigDataRepositorySPI. reloadSynonyms()
Reloads the synonyms in this repository. -
Uses of AccessDeniedException in lumis.portal.project
Methods in lumis.portal.project that throw AccessDeniedException Modifier and Type Method Description void
IProjectManagerSPI. addProject(IProject project)
Adds the given project.void
ProjectManager. addProject(IProject project)
void
IProjectManagerSPI. deleteProjects(Collection<String> ids)
Deletes the projects with the given identifiers.void
ProjectManager. deleteProjects(Collection<String> ids)
void
IProjectManagerSPI. updateProject(IProject project)
Updates the given project.void
ProjectManager. updateProject(IProject project)
-