| Package | Description |
|---|---|
| org.jahia.services.content.decorator | |
| org.jahia.services.importexport | |
| org.jahia.services.preferences.user | |
| org.jahia.services.sites | |
| org.jahia.services.usermanager |
| Modifier and Type | Class and Description |
|---|---|
class |
JCRSiteNode
JCR node representing the Jahia virtual site.
|
| Modifier and Type | Method and Description |
|---|---|
JCRNodeWrapper |
ImportExportBaseService.ensureDir(JCRSessionWrapper session,
String path,
JahiaSite site) |
void |
ImportExportBaseService.ensureFile(JCRSessionWrapper session,
String path,
InputStream inputStream,
String type,
JahiaSite destSite) |
void |
PostImportPatcher.executePatches(JahiaSite site)
This method is called at the end of each site import, after the JCR session used for the import has been saved.
|
void |
ImportExportService.importSiteZip(org.springframework.core.io.Resource file,
JahiaSite site,
Map<Object,Object> infos)
Import a full site zip into a newly created site.
|
void |
ImportExportBaseService.importSiteZip(org.springframework.core.io.Resource file,
JahiaSite site,
Map<Object,Object> infos) |
void |
ImportExportService.importSiteZip(org.springframework.core.io.Resource file,
JahiaSite site,
Map<Object,Object> infos,
org.springframework.core.io.Resource legacyMappingFilePath,
org.springframework.core.io.Resource legacyDefinitionsFilePath)
Import a full site zip into a newly created site.
|
void |
ImportExportBaseService.importSiteZip(org.springframework.core.io.Resource file,
JahiaSite site,
Map<Object,Object> infos,
org.springframework.core.io.Resource legacyMappingFilePath,
org.springframework.core.io.Resource legacyDefinitionsFilePath) |
void |
ImportExportBaseService.importSiteZip(org.springframework.core.io.Resource file,
JahiaSite site,
Map<Object,Object> infos,
org.springframework.core.io.Resource legacyMappingFilePath,
org.springframework.core.io.Resource legacyDefinitionsFilePath,
JCRSessionWrapper session)
Import a full site zip into a newly created site.
|
| Constructor and Description |
|---|
FilesAclImportHandler(JahiaSite site,
DefinitionsMapping mapping,
org.springframework.core.io.Resource archive,
List<String> fileList,
Map<String,File> filePath) |
UsersImportHandler(JahiaSite site,
JCRSessionWrapper session) |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
UserPreferencesHelper.getPreferredLocale(JCRUserNode user,
JahiaSite site)
Returns the preferred locale of the specified user or the first one from
the list of available locales.
|
| Modifier and Type | Method and Description |
|---|---|
JahiaSite |
JahiaSitesService.addSite(JahiaUser currentUser,
String title,
String serverName,
String siteKey,
String descr,
Locale selectedLocale,
String selectTmplSet,
String[] modulesToDeploy,
String firstImport,
org.springframework.core.io.Resource fileImport,
String fileImportName,
Boolean asAJob,
Boolean doImportServerPermissions,
String originatingJahiaRelease)
Deprecated.
since 7.2.2.0. Use the
JahiaSitesService.addSite(SiteCreationInfo) instead |
JahiaSite |
JahiaSitesService.addSite(JahiaUser currentUser,
String title,
String serverName,
String siteKey,
String descr,
Locale selectedLocale,
String selectTmplSet,
String[] modulesToDeploy,
String firstImport,
org.springframework.core.io.Resource fileImport,
String fileImportName,
Boolean asAJob,
Boolean doImportServerPermissions,
String originatingJahiaRelease,
org.springframework.core.io.Resource legacyMappingFilePath,
org.springframework.core.io.Resource legacyDefinitionsFilePath)
Deprecated.
since 7.2.2.0. Use the
JahiaSitesService.addSite(SiteCreationInfo) instead |
JahiaSite |
JahiaSitesService.addSite(JahiaUser currentUser,
String title,
String serverName,
String siteKey,
String descr,
Locale selectedLocale,
String selectTmplSet,
String[] modulesToDeploy,
String firstImport,
org.springframework.core.io.Resource fileImport,
String fileImportName,
Boolean asAJob,
Boolean doImportServerPermissions,
String originatingJahiaRelease,
org.springframework.core.io.Resource legacyMappingFilePath,
org.springframework.core.io.Resource legacyDefinitionsFilePath,
JCRSessionWrapper session)
Deprecated.
since 7.2.2.0. Use the
JahiaSitesService.addSite(SiteCreationInfo, JCRSessionWrapper) instead |
JahiaSite |
JahiaSitesService.addSite(JahiaUser currentUser,
String title,
String serverName,
String siteKey,
String descr,
Locale selectedLocale,
String selectTmplSet,
String firstImport,
org.springframework.core.io.Resource fileImport,
String fileImportName,
Boolean asAJob,
Boolean doImportServerPermissions,
String originatingJahiaRelease)
Deprecated.
since 7.2.2.0. Use the
JahiaSitesService.addSite(SiteCreationInfo) instead |
JahiaSite |
JahiaSitesService.addSite(SiteCreationInfo info)
Creates the site using the specified data.
|
JahiaSite |
JahiaSitesService.addSite(SiteCreationInfo info,
JCRSessionWrapper session)
Creates the site using the specified data.
|
JahiaSite |
JahiaSitesService.getDefaultSite() |
JahiaSite |
JahiaSitesService.getDefaultSite(JCRSessionWrapper session) |
JahiaSite |
JahiaSitesService.getSite(String name)
return a site looking at it's name
|
JahiaSite |
JahiaSitesService.getSiteByKey(String siteKey)
return a site bean looking at it key
|
JahiaSite |
JahiaSitesService.getSiteByServerName(String serverName)
Find a site by it's server name value
|
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaSitesService.deployModules(JahiaSite site,
String[] modulesToDeploy,
JCRSessionWrapper session) |
void |
JahiaSitesService.invalidateCache(JahiaSite site)
Invalidates the cache for the specified site.
|
void |
JahiaSitesService.removeSite(JahiaSite siteToRemove)
Remove a site; if the removed site is the default one:
- the first other site found will become the default
- if no other site found, no default site anymore
|
void |
JahiaSitesService.setDefaultSite(JahiaSite site) |
void |
JahiaSitesService.setDefaultSite(JahiaSite site,
JCRSessionWrapper session) |
void |
JahiaSitesService.updateModules(JahiaSite site,
List<String> newModuleIds,
JCRSessionWrapper session) |
boolean |
JahiaSitesService.updateSystemSiteLanguages(JahiaSite site,
JCRSessionWrapper session) |
void |
JahiaSitesService.updateSystemSitePermissions(JahiaSite site)
Update a JahiaSite definition
|
void |
JahiaSitesService.updateSystemSitePermissions(JahiaSite site,
JCRSessionWrapper session) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<JahiaSite> |
JahiaGroupManagerProvider.getAdminGrantedSites(JahiaUser user)
Deprecated.
Get all JahiaSite objects where the user has an access.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.