| Modifier and Type | Method and Description |
|---|---|
org.jahia.ajax.gwt.client.data.node.GWTJahiaPortletDefinition |
PortletHelper.createGWTJahiaPortletDefinition(ApplicationBean appBean,
EntryPointDefinition entryPointDefinition,
Locale locale,
Locale uiLocale)
Create a GWTJahiaPortletDefinition object from an applicationBean and an entryPointDefinition objects
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Logout.resolveLanguage(javax.servlet.http.HttpServletRequest request,
JCRSiteNode site) |
protected String |
WelcomeServlet.resolveLanguage(javax.servlet.http.HttpServletRequest request,
JCRSiteNode site,
JCRUserNode user,
boolean userRedirect) |
protected JCRSiteNode |
WelcomeServlet.resolveSite(javax.servlet.http.HttpServletRequest request,
String workspace,
String fallbackSitePath) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLink |
ObjectLink.createLink(ObjectKey leftObjectKey,
ObjectKey rightObjectKey,
String type,
int status,
Date creationDate,
String creationUserKey,
Date lastModificationDate,
String lastModificationUserKey,
Map<String,String> leftObjectMetadata,
Map<String,String> rightObjectMetadata,
Map<String,String> commonMetadata) |
static ObjectLink |
ObjectLink.createLink(ObjectKey leftObjectKey,
ObjectKey rightObjectKey,
String type,
Map<String,String> commonMetadata) |
static List<ObjectLink> |
ObjectLink.findByLeftAndRightObjectKeys(ObjectKey leftObjectKey,
ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByLeftObjectKey(ObjectKey leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByRightObjectKey(ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftAndLikeRightObjectKeys(String type,
ObjectKey leftObjectKey,
String rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftAndRightObjectKeys(String type,
ObjectKey leftObjectKey,
ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftObjectKey(String type,
ObjectKey leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndRightAndLikeLeftObjectKey(String type,
ObjectKey rightObjectKey,
String leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndRightObjectKey(String type,
ObjectKey rightObjectKey) |
static ObjectLink |
ObjectLink.getLink(int linkID) |
void |
ObjectLink.remove() |
void |
ObjectLink.save() |
| Modifier and Type | Method and Description |
|---|---|
static Web_App_Xml |
Web_App_Xml.parse(InputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
JahiaArchiveFileException
This exception is
|
class |
JahiaForbiddenAccessException
This exception is raised when the user tries to access a resource to which
he has no permissions.
|
class |
JahiaInitializationException
This exception is used when an initialization has failed inside of Jahia.
|
class |
JahiaSessionExpirationException
This exception is raised when a session is requested which is null, this
will be considered as a session expiration in most of the cases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServicesRegistry.init()
Initialize the Services registry.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JahiaService.stop() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ApplicationsManagerService.addDefinition(ApplicationBean app)
Add a new Application Definition.
|
boolean |
ApplicationsManagerServiceImpl.addDefinition(ApplicationBean app)
Add a new Application Definition.
|
EntryPointInstance |
ApplicationsManagerProvider.createEntryPointInstance(EntryPointDefinition entryPointDefinition)
Creates an instance of an application entry point definition.
|
abstract EntryPointInstance |
ApplicationsManagerService.createEntryPointInstance(EntryPointDefinition entryPointDefinition,
String path)
Creates an instance of an application entry point definition.
|
EntryPointInstance |
ApplicationsManagerServiceImpl.createEntryPointInstance(EntryPointDefinition entryPointDefinition,
String path)
Creates an instance of an application entry point definition.
|
List<EntryPointDefinition> |
ApplicationsManagerProvider.getAppEntryPointDefinitions(ApplicationBean appBean) |
abstract ApplicationBean |
ApplicationsManagerService.getApplication(String appID)
return an Application Definition get directly from db
|
ApplicationBean |
ApplicationsManagerServiceImpl.getApplication(String appID)
return an Application Definition get directly from db
|
abstract ApplicationBean |
ApplicationsManagerService.getApplicationByContext(String context)
return an Application Definition looking at its context.
|
ApplicationBean |
ApplicationsManagerServiceImpl.getApplicationByContext(String context)
return an Application Definition looking at its context.
|
WebAppContext |
ServletContextManager.getApplicationContext(ApplicationBean appBean)
Get an ApplicationContext for a given context
|
abstract WebAppContext |
ApplicationsManagerService.getApplicationContext(ApplicationBean appBean)
Get an ApplicationContext for a given context
|
WebAppContext |
ApplicationsManagerServiceImpl.getApplicationContext(ApplicationBean appBean)
Get an WebAppContext for a given application bean
|
WebAppContext |
ServletContextManager.getApplicationContext(String id)
Get an ApplicationContext for a given application id
|
abstract WebAppContext |
ApplicationsManagerService.getApplicationContext(String id)
Get an ApplicationContext for a given application id
|
WebAppContext |
ApplicationsManagerServiceImpl.getApplicationContext(String id)
Get an ApplicationContext for a given application id
|
abstract List<ApplicationBean> |
ApplicationsManagerService.getApplications()
return all application Definitions
|
List<ApplicationBean> |
ApplicationsManagerServiceImpl.getApplications()
return all application Definitions
|
String |
DispatchingServiceImpl.getAppOutput(int fieldID,
String entryPointIDStr,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
abstract String |
DispatchingService.getAppOutput(int fieldID,
String entryPointIDStr,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Dispatches processing to an application, and retrieves it's output for
Jahia to aggregate
|
abstract EntryPointInstance |
ApplicationsManagerService.getEntryPointInstance(String epInstanceID,
String workspaceName)
Retrieves an EntryPointInstance object from the persistance system by
using it's ID as a search key
|
EntryPointInstance |
ApplicationsManagerServiceImpl.getEntryPointInstance(String epInstanceID,
String workspaceName)
Retrieves an EntryPointInstance object from the persistance system by
using it's ID as a search key
|
org.apache.pluto.container.PortletWindow |
ApplicationsManagerProvider.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
abstract org.apache.pluto.container.PortletWindow |
ApplicationsManagerService.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
org.apache.pluto.container.PortletWindow |
ApplicationsManagerServiceImpl.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Get Portlet Window object
|
abstract void |
ApplicationsManagerService.removeApplication(String appID)
Removes an application from the persistant storage area and from registry.
|
void |
ApplicationsManagerServiceImpl.removeApplication(String appID)
Removes an application from the persistant storage area and from registry.
|
abstract void |
ApplicationsManagerService.removeEntryPointInstance(String epInstanceID)
Removes an entry point instance from the persistance system.
|
void |
ApplicationsManagerServiceImpl.removeEntryPointInstance(String epInstanceID)
Removes an entry point instance from the persistance system.
|
String |
DispatchingProvider.render(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
This method is called by Jahia when an application is asked to render
it's output.
|
abstract boolean |
ApplicationsManagerService.saveDefinition(ApplicationBean app)
Save the Application Definition.
|
boolean |
ApplicationsManagerServiceImpl.saveDefinition(ApplicationBean app)
Save the Application Definition.
|
abstract boolean |
ApplicationsManagerService.setVisible(String appID,
boolean visible)
set an application Visible to users
|
boolean |
ApplicationsManagerServiceImpl.setVisible(String appID,
boolean visible)
set an application Visible to users
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointInstance |
ApplicationsManagerPlutoProvider.createEntryPointInstance(EntryPointDefinition entryPointDefinition)
Create an entryPointInstance from the entryPointDefinition
|
List<EntryPointDefinition> |
ApplicationsManagerPlutoProvider.getAppEntryPointDefinitions(ApplicationBean appBean)
Get application list of entry definition
|
org.apache.pluto.container.PortletWindow |
ApplicationsManagerPlutoProvider.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Get portlet window
|
String |
PlutoDispatchingProvider.render(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
| Constructor and Description |
|---|
JahiaContextRequest(JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
String workspaceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheFactory.stop() |
| Modifier and Type | Method and Description |
|---|---|
abstract Category |
CategoryService.addCategory(String key,
Category parentCategory)
Add a new category under a specified category.
|
Category |
CategoryServiceImpl.addCategory(String key,
Category parentCategory) |
abstract void |
CategoryService.addObjectKeyToCategory(Category parentCategory,
ObjectKey childKey)
Associate a category with an object key
|
void |
CategoryServiceImpl.addObjectKeyToCategory(Category parentCategory,
ObjectKey childKey) |
static Category |
Category.createCategory(String key,
Category parentCategory)
New category constructor.
|
void |
Category.delete()
Deletes this category and all associated data (but does not recursively
delete categories !), notably associations with child and parent objects,
titles in all languages, and finally the category itself.
|
static void |
Category.getAllChildrenCategoriesFrom(Category startCategory,
JahiaUser p,
List<Category> result) |
abstract List<Category> |
CategoryService.getCategoriesContainingStringInTitle(String string,
String languageCode)
Retrieves the list of categories which have a title that contains a given String.
|
List<Category> |
CategoryServiceImpl.getCategoriesContainingStringInTitle(String string,
String languageCode) |
static List<Category> |
Category.getCategoriesContainingStringInTitle(String string,
String rootCategoryKey,
String languageCode,
JahiaUser p) |
abstract javax.jcr.Node |
CategoryService.getCategoriesRoot() |
javax.jcr.Node |
CategoryServiceImpl.getCategoriesRoot() |
static javax.jcr.Node |
Category.getCategoriesRoot() |
static javax.jcr.Node |
Category.getCategoriesRoot(JahiaUser p) |
static List<Category> |
Category.getCategoriesWithKeyPrefix(String keyPrefix,
String rootCategoryKey,
JahiaUser p) |
static List<Category> |
Category.getCategoriesWithtitlePrefix(String titlePrefix,
String rootCategoryKey,
String languageCode,
JahiaUser p) |
abstract List<Category> |
CategoryService.getCategory(String key) |
List<Category> |
CategoryServiceImpl.getCategory(String key) |
static Category |
Category.getCategory(String key) |
Category |
CategoryServiceImpl.getCategory(String key,
Category parentCategory) |
static Category |
Category.getCategory(String key,
JahiaUser p) |
abstract Category |
CategoryService.getCategoryByPath(String categoryPath) |
Category |
CategoryServiceImpl.getCategoryByPath(String categoryPath) |
static Category |
Category.getCategoryByPath(String categoryPath,
JahiaUser p) |
abstract Category |
CategoryService.getCategoryByUUID(String categoryUUID) |
Category |
CategoryServiceImpl.getCategoryByUUID(String categoryUUID) |
static Category |
Category.getCategoryByUUID(String categoryUUID) |
static Category |
Category.getCategoryByUUID(String categoryUUID,
JahiaUser p) |
abstract List<Category> |
CategoryService.getCategoryChildCategories(Category parentCategory,
JahiaUser user)
Retrieves the child category keys that are associated with the given
parent category.
|
List<Category> |
CategoryServiceImpl.getCategoryChildCategories(Category parentCategory,
JahiaUser user) |
abstract List<ObjectKey> |
CategoryService.getCategoryChildKeys(Category parentCategory)
Retrieves the child object keys that are associated with the given
parent category.
|
List<ObjectKey> |
CategoryServiceImpl.getCategoryChildKeys(Category parentCategory) |
abstract List<ObjectKey> |
CategoryService.getCategoryParentKeys(Category childCategory)
Retrieves the parent object keys that are associated with the given
child category.
|
List<ObjectKey> |
CategoryServiceImpl.getCategoryParentKeys(Category parentCategory) |
String |
Category.getCategoryPath()
Returns the path representation of the form
/root/catKey1/catKeyB/thisCategoryKey |
static String |
Category.getCategoryPath(String categoryKey)
Returns the path representation of the form
/root/catKey1/catKeyB/thisCategoryKey |
abstract List<Category> |
CategoryService.getCategoryStartingByKeyPrefix(String keyPrefix)
Retrieves the list of categories which have a categoryKey that starts with a given prefix.
|
List<Category> |
CategoryServiceImpl.getCategoryStartingByKeyPrefix(String keyPrefix) |
abstract List<Category> |
CategoryService.getCategoryStartingByTitlePrefix(String titlePrefix,
String languageCode)
Retrieves the list of categories which have a title that starts with a given prefix.
|
List<Category> |
CategoryServiceImpl.getCategoryStartingByTitlePrefix(String titlePrefix,
String languageCode) |
List<Category> |
Category.getChildCategories()
Retrieves the list of child category keys for this category.
|
List<Category> |
Category.getChildCategories(boolean recursive)
Retrieves the list of child category keys for this category.
|
List<Category> |
Category.getChildCategories(JahiaUser p)
Retrieves the list of child categories for this category and at the same
time checking permissions for the principal.
|
List<ObjectKey> |
Category.getChildObjectKeys()
Retrieves the list of child object keys for this category.
|
static Category |
Category.getLastCategoryNode(String path)
The last category node for a category path of the form /root/catKey1/catKeyB
|
abstract Set<Category> |
CategoryService.getObjectCategories(ObjectKey objectKey)
Returns a set of categories with which this object is associated.
|
Set<Category> |
CategoryServiceImpl.getObjectCategories(ObjectKey objectKey) |
static Set<Category> |
Category.getObjectCategories(ObjectKey objectKey)
Returns a set of categories with which this object is associated.
|
List<Category> |
Category.getParentCategories() |
List<Category> |
Category.getParentCategories(JahiaUser p)
Retrieves the list of parent categories for this category, checking the
rights if a principal is specified.
|
List<ObjectKey> |
Category.getParentObjectKeys()
Retrieves the list of parent object keys for this category.
|
abstract List<Category> |
CategoryService.getRootCategories(JahiaUser user) |
List<Category> |
CategoryServiceImpl.getRootCategories(JahiaUser user) |
static List<Category> |
Category.getRootCategories(JahiaUser p) |
abstract String |
CategoryService.getTitleForCategory(Category category,
Locale locale)
Retrieves a title in a certain locale for a category.
|
String |
CategoryServiceImpl.getTitleForCategory(Category category,
Locale locale) |
abstract Map<String,String> |
CategoryService.getTitlesForCategory(Category category)
Retrieves all titles in all locales for a category.
|
Map<String,String> |
CategoryServiceImpl.getTitlesForCategory(Category category) |
abstract void |
CategoryService.removeCategory(Category category)
Removes a category and all the associations with it, including all the
title translations.
|
void |
CategoryServiceImpl.removeCategory(Category category) |
abstract void |
CategoryService.removeObjectKeyFromCategory(Category parentCategory,
ObjectKey childKey)
Remove an association between a category and an object key
|
void |
CategoryServiceImpl.removeObjectKeyFromCategory(Category parentCategory,
ObjectKey childKey) |
abstract void |
CategoryService.removeTitleForCategory(Category category,
Locale locale)
Remove a title for a category in a given locale.
|
void |
CategoryServiceImpl.removeTitleForCategory(Category category,
Locale locale) |
abstract void |
CategoryService.setTitleForCategory(Category category,
Locale locale,
String title)
Set a title for a category in a given locale.
|
void |
CategoryServiceImpl.setTitleForCategory(Category category,
Locale locale,
String title) |
| Modifier and Type | Method and Description |
|---|---|
Category |
JCRCategoryProvider.createCategory(String key,
Category parentCategory)
This is the method that creates a new category in the system, with all the specified attributes.
|
List<Category> |
JCRCategoryProvider.getCategoryChildCategories(Category parentCategory,
JahiaUser user)
Get all child categories from a parent category a user is able to see
|
String |
JCRCategoryProvider.getTitleForCategory(Category category,
Locale locale)
Get the category title in the specified language
|
Map<String,String> |
JCRCategoryProvider.getTitlesForCategory(Category category)
Get the category title in all languages.
|
void |
JCRCategoryProvider.removeCategory(CategoryBean categoryBean)
Remove the category from the repository
|
void |
JCRCategoryProvider.removeTitleForCategory(Category category,
Locale locale)
Remove category title for specified language
|
void |
JCRCategoryProvider.setTitleForCategory(Category category,
Locale locale,
String title)
Set category title in specified language
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCRPublicationService.stop() |
void |
JCRStoreService.stop() |
void |
JCRVersionService.stop() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<JCRNodeWrapper>> |
JCRPortletNode.getAvailablePermissions(String contextName,
String definitionName) |
EntryPointDefinition |
JCRPortletNode.getEntryPointDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.stop() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JahiaFileWatcherService.addFileWatcher(String threadName,
String fullFolderPath,
boolean checkDate,
long interval,
boolean fileOny)
addFileWatcher
|
void |
JahiaFileWatcherBaseService.addFileWatcher(String threadName,
String fullFolderPath,
boolean checkDate,
long interval,
boolean fileOnly)
addFileWatcher
|
abstract void |
JahiaFileWatcherService.startFileWatcher(String threadName)
Call the start method of the thread
|
void |
JahiaFileWatcherBaseService.startFileWatcher(String threadName)
Call the start method of the thread
|
void |
JahiaFileWatcherBaseService.stop()
Code to clean up the services ressource here.
|
abstract void |
JahiaFileWatcherService.stopFileWatcher(String threadName)
Stops the file watcher thread.
|
void |
JahiaFileWatcherBaseService.stopFileWatcher(String threadName)
Stops the file watcher thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportExportService.exportAll(OutputStream out,
Map<String,Object> params)
Performs the full repository export into the provided output stream using the specified parameters.
|
void |
ImportExportBaseService.exportAll(OutputStream outputStream,
Map<String,Object> params) |
void |
ImportExportService.importSiteZip(File file,
JCRSessionWrapper session)
Import the sitee from the specified file.
|
void |
ImportExportBaseService.importSiteZip(File file,
JCRSessionWrapper session) |
void |
ImportExportService.importSiteZip(JCRNodeWrapper nodeWrapper)
Import the site from the specified file node.
|
void |
ImportExportBaseService.importSiteZip(JCRNodeWrapper nodeWrapper) |
void |
ImportExportService.importSiteZip(org.springframework.core.io.Resource resource)
Import the site from the specified resource.
|
void |
ImportExportBaseService.importSiteZip(org.springframework.core.io.Resource file) |
void |
ImportExportService.importSiteZip(org.springframework.core.io.Resource resource,
JCRSessionWrapper session)
Import the site from the specified resource using the provided JCR session.
|
void |
ImportExportService.importXML(String parentNodePath,
InputStream content,
int rootBehavior)
Performs an import of the XML content, detecting its type: users,
categories or general JCR content.
|
void |
ImportExportBaseService.importXML(String parentNodePath,
InputStream content,
int rootBehavior) |
void |
ImportExportBaseService.importXML(String parentNodePath,
InputStream content,
int rootBehavior,
Map<String,List<String>> references,
JCRSessionWrapper session)
Imports the provided content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaPasswordPolicyService.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceImpl.stop() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.common.util.NamedList<Object> |
SimpleJahiaJcrFacets.getFacetDateCounts()
Deprecated.
Use getFacetRangeCounts which is more generalized
|
void |
SimpleJahiaJcrFacets.getFacetDateCounts(String dateFacet,
org.apache.solr.common.util.NamedList<Object> resOuter)
Deprecated.
Use getFacetRangeCounts which is more generalized
|
| 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.
|
int |
JahiaSitesService.getNbSites()
Deprecated.
since Jahia 8.0.0.0 use
JahiaSitesService.getSiteCount(boolean) instead |
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
|
String |
JahiaSitesService.getSiteDefaultLanguage(String siteKey) |
String |
JahiaSitesService.getSitenameByServerName(String serverName) |
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.updateSystemSitePermissions(JahiaSite site)
Update a JahiaSite definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaggingService.stop() |
| Modifier and Type | Method and Description |
|---|---|
List<JahiaTemplatesPackage> |
JahiaTemplateManagerService.getInstalledModulesForSite(String siteKey,
boolean includeTemplateSet,
boolean includeDirectDependencies,
boolean includeTransitiveDependencies)
get List of installed modules for a site.
|
void |
JahiaTemplateManagerService.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaGroupManagerService.stop() |
void |
JahiaUserManagerService.stop() |
| Modifier and Type | Method and Description |
|---|---|
static List<Node> |
XMLParser.getChildNodes(Node parentNode,
String tagName)
Get a List of child nodes equals with a gived tag
|
static String |
XMLParser.getParameterValue(Node paramParent,
String parameterName)
Processes through all the parameter tags of a given node to find the value of
a certain named parameter
|
static Node |
XMLParser.lastChildOfTag(Node parentNode,
String tagName)
lastChildOfTag
Go to the last Child Element Node that is equals
with the gived tag value
|
static Node |
XMLParser.nextChildOfTag(Node startNode,
String tagName)
nextChildOfTag
Go to the next Child Element Node that is equals
with the gived tag value
|
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaArchiveFileHandler.extractEntry(String entryName,
String destPath)
Extract an entry in a gived folder.
|
void |
JahiaArchiveFileHandler.unzip()
Decompresses the file in it's current location
|
Map<String,String> |
JahiaArchiveFileHandler.unzip(String path)
Decompress the file in a given folder
|
Map<String,String> |
JahiaArchiveFileHandler.unzip(String path,
boolean overwrite) |
Map<String,String> |
JahiaArchiveFileHandler.unzip(String path,
boolean overwrite,
PathFilter pathFilter,
String pathPrefix) |
Map<String,String> |
JahiaArchiveFileHandler.unzip(String path,
PathFilter pathFilter) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.