Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

accept(ItemDataVisitor) - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
Accept visitor
acceptInvitation(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
acceptInvitation(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
AccessControlEntry - Class in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
A data structure consisting of a user name, group and a permission granted to it.
AccessControlEntry(String, String) - Constructor for class org.exoplatform.services.jcr.access.AccessControlEntry
 
AccessControlList - Class in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
The AccessControlList represents a list of access control entries.
AccessControlList() - Constructor for class org.exoplatform.services.jcr.access.AccessControlList
 
AccessControlList(String, List<AccessControlEntry>) - Constructor for class org.exoplatform.services.jcr.access.AccessControlList
Create ACL from owner name and collection of permission entries.
AccessControlPolicy - Interface in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
The AccessControlPolicy is an interface for all kind of access control policies.
AccessManager - Class in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
The AccessManager can be queried to determine whether permission is granted to perform a specific action on a specific item.
AccessManager(RepositoryEntry, WorkspaceEntry) - Constructor for class org.exoplatform.services.jcr.access.AccessManager
 
accessManager - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
ACL_BF_ELEMENTS_NUMBER - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
ACL_BF_ENABLED - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
ACL_BF_FALSE_PROPBABILITY - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
Action - Interface in org.exoplatform.services.command.action
Created by The eXo Platform SAS
Action interface extends Command interface.
ActionConfiguration - Class in org.exoplatform.services.jcr.impl.ext.action
Created by The eXo Platform SAS
The ActionConfiguration bean
ActionConfiguration() - Constructor for class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
ActionConfiguration(String, String, String, boolean, String, String, Action) - Constructor for class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
ActionsConfig() - Constructor for class org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin.ActionsConfig
 
activateApplication(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Activates an installed application in a space.
activateApplication(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Activates an installed application in a space.
ActivityManager - Interface in org.exoplatform.social.core.manager
Provides APIs to manage activities.
add(SearchEntry) - Method in class org.exoplatform.commons.api.indexing.IndexingService
Adds a search entry.
add(ItemState) - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Adds an item state object to the bottom of this log.
add(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Adds single NodeData.
add(PropertyData, ChangedSizeHandler) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Adds single PropertyData.
ADD_NODE - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
Name of the permission needed to add node to a node
AddActionsPlugin - Class in org.exoplatform.services.jcr.impl.ext.action
Created by The eXo Platform SAS
The AddActionsPlugin class provides the methods to manage configuration of all the actions registered
AddActionsPlugin(InitParams) - Constructor for class org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin
The default constructor of the plugin
AddActionsPlugin.ActionsConfig - Class in org.exoplatform.services.jcr.impl.ext.action
 
addActivityEventListener(ActivityListenerPlugin) - Method in interface org.exoplatform.social.core.manager.ActivityManager
 
addActivityResourceBundlePlugin(ActivityResourceBundlePlugin) - Method in class org.exoplatform.social.core.processor.I18NActivityProcessor
Registers an activity resource bundle plugin.
addAll(List<ItemState>) - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Adds list of states object to the bottom of this log.
addAttachmentToPage(Attachment, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Add the given attachment to the given page
addBanIP(String) - Method in interface org.exoplatform.forum.service.ForumService
Adds an Ip to the list of banned Ips.
addBanIPForum(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Adds an Ip to the list of banned Ips in a forum.
addCacheListener(CacheListener<? super K, ? super V>) - Method in interface org.exoplatform.services.cache.ExoCache
Add a listener.
addCategories(Node, String, String[]) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds categories to a given node.
addCategories(Node, String, String[], boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds categories to a given node.
addCategory(Node, String, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds a new category to a given node.
addCategory(Node, String, String, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds a new category to a given node.
addChild(Group, Group, boolean) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to create a new group.
addChildNodes(NodeData, List<NodeData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (update should not be the case!) list of child nodes.
addChildNodes(NodeData, QPathEntryFilter, List<NodeData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (update should not be the case!) list of child nodes.
addChildNodesByPage(NodeData, List<NodeData>, int) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds page of child nodes.
addChildNodesCount(NodeData, int) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds the total amount of children nodes.
addChildProperties(NodeData, List<PropertyData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (update should not be the case!) list of child properties.
addChildProperties(NodeData, QPathEntryFilter, List<PropertyData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (update should not be the case!) list of child properties.
addChildPropertiesList(NodeData, List<PropertyData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (update should not be the case!) list of child properties with empty values.
addComment(Node, String, String, String, String, String) - Method in interface org.exoplatform.services.cms.comments.CommentsService
Adds comment to a document.
addComponentLifecylePlugin(ComponentLifecyclePlugin) - Method in class org.exoplatform.container.ExoContainer
 
addComponentPlugin(ComponentPlugin) - Method in interface org.exoplatform.wiki.service.WikiService
Registers a component plugin into the Wiki service.
addConfiguration(FriendlyPlugin) - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Allows to add configuration to the Friendly Service.
addConfigurationPath(String) - Static method in class org.exoplatform.container.StandaloneContainer
Add configuration path.
addConfigurationURL(String) - Static method in class org.exoplatform.container.StandaloneContainer
Add configuration URL.
addConnector(SearchServiceConnector) - Method in class org.exoplatform.commons.api.search.SearchService
Adds a connector which is implemented by the Search API.
addContainerLifecylePlugin(ContainerLifecyclePlugin) - Method in class org.exoplatform.container.ExoContainer
 
addContext(ComponentPlugin) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Adds definitions of a context to the publication plugin.
addEmotionIconsPlugin(WikiEmotionIconsPlugin) - Method in interface org.exoplatform.wiki.service.WikiService
Adds a Wiki emotion icons as plugin.
addEventListener(Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
Registers a listener into the event system.
addEventListener(String, Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
Registers a listener for a given event group in the event system.
addExcludeIncludeDataTypePlugin(ExcludeIncludeDataTypePlugin) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
Adds the exclude/include data type plugin.
addExoCacheConfig(ExoCacheConfigPlugin) - Method in interface org.exoplatform.services.cache.CacheService
Adds a cache configuration plugin.
addFavorite(Node, String) - Method in interface org.exoplatform.services.cms.documents.FavoriteService
Adds favorite to a node.
addFriendly(String, String) - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Adds a new {friendly, unfriendly} couple.
addGroupEventListener(GroupEventListener) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to register a group event listener
addGroupsTag(String[], Node, String, String[]) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a group tag to a document.
addIdentityProvider(IdentityProvider<?>) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Adds an identity provider to an identity manager.
addInitialDataPlugin(ComponentPlugin) - Method in interface org.exoplatform.forum.service.ForumService
Adds a plugin which initializes data when Forums is started at first time.
addInitialDefaultDataPlugin(ComponentPlugin) - Method in interface org.exoplatform.forum.service.ForumService
Adds a plugin which initializes the default data when Forums is started at first time.
addInitialDefaultDataPlugin(ComponentPlugin) - Method in interface org.exoplatform.poll.service.PollService
Adds a plugin which initalizes the default data at first runtime.
addInitTask(ServletContext, RootContainer.PortalContainerInitTask) - Static method in class org.exoplatform.container.PortalContainer
Add an init-task to all the portal container instances related to the given ServletContext
addInitTask(ServletContext, RootContainer.PortalContainerInitTask, String) - Static method in class org.exoplatform.container.PortalContainer
Add an init-task to all the portal container instances related to the given ServletContext if the given portal container name is null other it will execute the task only of this portal container if the ServletContext is on of its dependencies
addInitTask(ServletContext, RootContainer.PortalContainerInitTask) - Method in class org.exoplatform.container.RootContainer
Calls the other method addInitTask with ServletContext.getServletContextName() as portal container name
addInitTask(ServletContext, RootContainer.PortalContainerInitTask, String) - Method in class org.exoplatform.container.RootContainer
First check if the related portal container has already been initialized.
addInvitedUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Adds a user to the list of users who are invited to join a space.
addItemPersistenceListener(String, ItemsPersistenceListener) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Add the items persistence listener to the named workspace.
addLifecycle(ComponentPlugin) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Adds definitions of a lifecycle to the publication plugin.
addListener(TopExoContainerListener) - Method in class org.exoplatform.container.RootContainer
Adds a new listener
addListener(TopExoContainerListener) - Method in class org.exoplatform.container.StandaloneContainer
Adds a new listener
addListener(NodeTypeManagerListener) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
addListener(WorkspaceStorageCacheListener) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds a new listener
addListener(Listener) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to register a Listener to the events of the same name.
addListener(String, Listener) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to register a new Listener.
addListenerPlugin(ForumEventListener) - Method in interface org.exoplatform.forum.service.ForumService
Adds a listener plugin.
addListenerPlugin(PollEventListener) - Method in interface org.exoplatform.poll.service.PollService
Adds a listener plugin.
addLock(NodeImpl, boolean, boolean, long) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Add lock for node.
addLockToken(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Invoked by a session to inform that a lock token has been added.
addMember(User, UserProfile) - Method in interface org.exoplatform.forum.service.ForumService
Adds a new member to a forum.
addMember(String) - Method in interface org.exoplatform.forum.service.ForumStatisticsService
Increases the count of users when a new member is added.
addMember(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Adds a user to a space.
addMember(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
addMembershipEventListener(MembershipEventListener) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to register a membership event listener.
addMembershipTypeEventListener(MembershipTypeEventListener) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to register a membership type event listener.
addNode(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Adds a Node to the search index.
addNodeType(NodeTypeData, Map<InternalQName, NodeTypeData>) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Adds a new node type
addOrModifyProfileProperties(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
addPageLink(WikiPageParams, WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Add a link between 2 pages
addPendingUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Adds a user to the list of pending requests for joining a space.
addPermissions(String) - Method in class org.exoplatform.services.jcr.access.AccessControlList
Adds permissions
addPermissions(String, String[]) - Method in class org.exoplatform.services.jcr.access.AccessControlList
Adds a set of permission types to a given identity
addPlugin(ComponentPlugin) - Method in interface org.exoplatform.forum.service.ForumService
Adds a component plugin which keeps email configuration for Forums.
addPlugin(PortletTemplatePlugin) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Adds a plugin.
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Defines the configuration of the service thanks to the provided plugin if and only if the plugin is of type RegistryInitializationEntryPlugin
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog
Registers all the actions defined in the provided AddActionsPlugin.
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
addPrivateTag(String[], Node, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a private tag to a document.
addProcessor(ActivityProcessor) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Adds a new activity processor.
addProcessorPlugin(BaseActivityProcessorPlugin) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Adds a new activity processor plugin.
addProfileListener(ProfileListenerPlugin) - Method in interface org.exoplatform.social.core.manager.IdentityManager
addPublicTag(String, String[], Node, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a public tag to a document.
addReferencedProperties(String, List<PropertyData>) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Add referenced properties.
addRegistryLocation(String, String) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Adds a new registry entry
addRelatedPage(WikiPageParams, WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Adds a related page to the current wiki page.
addRolePlugin(ComponentPlugin) - Method in interface org.exoplatform.forum.service.ForumService
Adds a role plugin which defines role rules in Forums.
addSiteTag(String, String[], Node, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a site tag to a document.
addSuperManagersMembership(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Add spaces super manager membership
addTab(Node, String, String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Adds a new tab to the given view.
addTag(List<Tag>, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Adds a list of tags to a specific topic.
addTagPermission(String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a given user or group to the list of tag permissions.
addTagStyle(String, String, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Adds a tag style.
addTaxonomyNode(String, String, String, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds a new taxonomy node at the given location.
addTaxonomyPlugin(ComponentPlugin) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Adds a new taxonomy plugin to the Taxonomy Service.
addTaxonomyTree(Node) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Creates a new taxonomy tree.
addTemplate(Node, PortletTemplatePlugin.PortletTemplateConfig) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Adds a template to the portlet template home.
addTemplate(String, String, String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Adds a new template to a place with the given path.
addTemplate(String, String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Adds a new template to a place with the given path.
addUnCachedMacro(UnCachedMacroPlugin) - Method in interface org.exoplatform.wiki.service.WikiService
Uncache page rendering for pages containing a chosen macro
addUserEventListener(UserEventListener) - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to register an user event listener
addUserProfileEventListener(UserProfileEventListener) - Method in interface org.exoplatform.services.organization.UserProfileHandler
When a method save , remove are called , the will broadcast an event.
addView(String, String, String, List<?>) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Adds a new view to the system by giving the following params.
addView(String, String, boolean, String, List<?>) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Adds a new view to the system by giving the following params.
addWatch(int, String, List<String>, String) - Method in interface org.exoplatform.forum.service.ForumService
Adds a watch.
addWatcherToPage(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Add the given user as watcher of the wiki page
addWikiTemplatePagePlugin(WikiTemplatePagePlugin) - Method in interface org.exoplatform.wiki.service.WikiService
Adds a Wiki template as plugin.
addWorkspace(WorkspaceEntry) - Method in class org.exoplatform.services.jcr.config.RepositoryEntry
adds workspace entry object
ALL - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
An array containing all the existing permission types.
allowsSameNameSiblings - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
alreadyExists(PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
ANY_MEMBERSHIP_TYPE - Static variable in interface org.exoplatform.services.organization.MembershipTypeHandler
The name of any membership type
ANY_TYPE - Static variable in class org.exoplatform.services.security.MembershipEntry
 
APPLICATION - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of an application, like Forum, Content, or Social.
ApplicationTemplateManagerService - Interface in org.exoplatform.services.cms.views
Manages dynamic Groovy templates for the WCM-based products.
apply(ChangesHolder) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Applies the given changes to the indes in an atomic operation
AsynchronousListener(Listener<S, D>) - Constructor for class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
authenticate(Credentials) - Method in interface org.exoplatform.services.jcr.access.AuthenticationPolicy
Authenticates getting credentials.
authenticate() - Method in interface org.exoplatform.services.jcr.access.AuthenticationPolicy
Authenticates using some external mechanism.
authenticate(String, String, PasswordEncrypter) - Method in interface org.exoplatform.services.organization.ExtendedUserHandler
Checks if user's credentials are valid.
authenticate(String, String) - Method in interface org.exoplatform.services.organization.UserHandler
Check if the username and the password of an user is valid.
AuthenticationPolicy - Interface in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
The AuthenticationPolicy interface defines methods to validate Credentials upon authentication.
Authenticator - Interface in org.exoplatform.services.security
Created by The eXo Platform SAS
Component responsible for user authentication (session creation) In JAAS LoginModule typically called in login() method
autoCreated - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
avoidValueReplication - Variable in class org.exoplatform.services.cache.ExoCacheConfig
Indicates whether or not the replication of the values should be avoided
avoidValueReplication() - Method in class org.exoplatform.services.cache.ExoCacheConfig
 

B

BASE_VERSION - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant for base version.
BaseObject - Interface in org.exoplatform.commons.api.event.data
Gets information from a JCR node instead of opening a direct access to the javax.jcr.Node object.
BBCodeService - Interface in org.exoplatform.forum.bbcode.api
Main Facade for all BBCode related operations.
beginTransaction() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Start buffering process.
BINDINGS_STORE_PATH - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
bindValue(String, Value) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Binds the given value to the variable named varName.
broadcast(String, S, D) - Method in class org.exoplatform.services.listener.ListenerService
This method is used to broadcast an event.
broadcast(T) - Method in class org.exoplatform.services.listener.ListenerService
This method is used when a developer want to implement his own event object and broadcast the event.
broadcastEvent(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
Broadcasts an event to a dedicated listener when an action (such as create or update) is triggered.
buildAvatarImageUri(Space) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to the provided space's avatar.
buildAvatarImageUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to an avatar from the identity name.
buildAvatarImageUri(AvatarAttachment) - Static method in class org.exoplatform.social.core.service.LinkProvider
Builds URI to the avatar image from avatarAttachment.
buildAvatarURL(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Builds the avatar URL for a given profile
buildBannerURL(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Builds the banner URL for a given profile
buildContextPath(Context) - Static method in class org.exoplatform.commons.api.settings.data.Tools
Builds a path of a specified context in the database.
buildFullPath(Context, Scope, String) - Static method in class org.exoplatform.commons.api.settings.data.Tools
Builds a path of a specified setting property stored in the database.
buildScopePath(Context, Scope) - Static method in class org.exoplatform.commons.api.settings.data.Tools
Builds a path of a specified scope in the database.
BUSINESE_INFO_KEYS - Static variable in interface org.exoplatform.services.organization.UserProfile
The predefine attributes of the user businese info.

C

cache - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
CacheableLockManager - Interface in org.exoplatform.services.jcr.impl.core.lock.cacheable
Created by The eXo Platform SAS
CacheableLockManager extends WorkspaceLockManager manages Lock objects.
CachedObjectSelector<K extends Serializable,V> - Interface in org.exoplatform.services.cache
Created by The eXo Platform SAS
CachedObjectSelector interface provides a way to perform action on selected keys.
CacheInfo - Interface in org.exoplatform.services.cache
Provides information about a cache.
CacheListenerContext - Interface in org.exoplatform.services.cache
A context for a cache listener.
CacheService - Interface in org.exoplatform.services.cache
Created by The eXo Platform SAS
The cache service.
calculateDeletedGroup(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Updates statistics when a group is deleted.
calculateDeletedUser(String) - Method in interface org.exoplatform.forum.service.ForumService
Updates statistics when a user is deleted.
calculateModerator(String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Checks information about a moderator of a category.
canBeDisposed() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be disposed
canBeInitialized() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be initialized
canBeStarted() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be started
canBeStopped() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be stopped
canEditTag(int, List<String>) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Checks if a given user has the "edit tag" permission.
canModifyPagePermission(Page, String) - Method in interface org.exoplatform.wiki.service.WikiService
Check if the given user can update the page
canPublicAndRetrictPage(Page, String) - Method in interface org.exoplatform.wiki.service.WikiService
Check if the given user can public or restrict the page
canRemoveRepository(String) - Method in interface org.exoplatform.services.jcr.RepositoryService
Indicates if repository with name repositoryName can be removed.
canRemoveWorkspace(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Indicates if workspace with name workspaceName can be removed.
CHANGE_PERMISSION - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
A comma separated value composed of the add node, set property and remove permissions
CHECK_SNS_NEW_CONNECTION - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
checkIndex(ItemDataConsumer, boolean, InspectionReport) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Check index consistency.
checkInitialized() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Checks if this query is initialized and throws an IllegalStateException if it is not yet initialized.
checkLocking(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Checks this node, is it accessible according to possible locks.
checkNotInitialized() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Checks if this query is not yet initialized and throws an IllegalStateException if it is already initialized.
checkPermission(String) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Checks if there are permission to perform some actions.
checkPrune(PruneSetting) - Method in interface org.exoplatform.forum.service.ForumService
Checks if settings of a prune is applied to topics or not.
cleanLocks() - Method in interface org.exoplatform.services.jcr.impl.core.lock.LockTableHandler
Removes all locked node directly from database.
cleanTemplates() - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Resets the template filters.
clearACL() - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Clears Access Control List.
clearCache() - Method in interface org.exoplatform.services.cache.ExoCache
Clears the cache.
clearCache(String, String) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
 
clone() - Method in class org.exoplatform.services.cache.ExoCacheConfig
 
close() - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Calls logout() method for all cached sessions.
close() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Closes this QueryHandler and frees resources attached to this handler.
close() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Close connection.
closeSessionLockManager(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.WorkspaceLockManager
Release all resources associated with CacheableSessionLockManager.
CLV_LIST_TEMPLATE_CATEGORY - Static variable in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
 
CLV_NAVIGATION_TEMPLATE_CATEGORY - Static variable in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
 
CLV_PAGINATOR_TEMPLATE_CATEGORY - Static variable in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
 
CLV_TEMPLATE_STORAGE_FOLDER - Static variable in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
 
CmsService - Interface in org.exoplatform.services.cms
Stores and moves nodes based on different criteria.
CommentsService - Interface in org.exoplatform.services.cms.comments
Manages comments related to the content.
commit() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Persist changes and closes connection.
commitTransaction() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Sort changes and commit data to the cache.
COMPARATOR - Static variable in interface org.exoplatform.services.organization.MembershipTypeHandler
This comparator allows to keep the original order but with ANY_MEMBERSHIP_TYPE as first element if it exists
ComponentPersister - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
The component persister service interface.
ConfigurationPersister - Interface in org.exoplatform.services.jcr.config
Created by The eXo Platform SAS
Repository service configuration persister interface.
configWorkspace(WorkspaceEntry) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Add new workspace configuration.
confirm(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Confirms to connect to an identity who sent invitation.
confirm(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.confirm(Identity, Identity) instead. Will be removed by 4.0.x.
container - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
CONTAINER_NAME - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
Context - Class in org.exoplatform.commons.api.settings.data
Saves some settings linked to a Context.
Context(String, String) - Constructor for class org.exoplatform.commons.api.settings.data.Context
 
context - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
Context of the setting object.
context - Variable in class org.exoplatform.container.ExoContainer
 
context() - Method in class org.exoplatform.services.jcr.access.AccessManager
 
ContextPath - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
Path of the context in JCR.
ConversationState - Class in org.exoplatform.services.security
Created by The eXo Platform SAS
An object which stores all information about the state of the current user.
ConversationState(Identity) - Constructor for class org.exoplatform.services.security.ConversationState
 
convert(File, File, String) - Method in interface org.exoplatform.services.cms.jodconverter.JodConverterService
Converts an input file into output one with a given output format.
countContextsByType(String) - Method in interface org.exoplatform.commons.api.settings.SettingService
Returns the total count of contexts by type
create(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Processes a dedicated work when the create event is triggered.
create(String) - Static method in class org.exoplatform.commons.api.settings.SettingValue
Creates a setting value object of the String type.
create(Long) - Static method in class org.exoplatform.commons.api.settings.SettingValue
Creates a setting value object of the Long type.
create(Double) - Static method in class org.exoplatform.commons.api.settings.SettingValue
Creates a setting value object of the Double type.
create(Boolean) - Static method in class org.exoplatform.commons.api.settings.SettingValue
Creates a setting value object of the Boolean type.
create(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.invite(Identity, Identity) instead. Will be removed by 4.0.x.
createAnonimProvider() - Static method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Helper for creating Anonymous session provider.
createCache(ExoCacheConfig) - Method in interface org.exoplatform.services.cache.ExoCacheFactory
Creates a new instance of ExoCache
createComponent(Class<T>) - Method in class org.exoplatform.container.ExoContainer
Creates a component corresponding to the given Class with no parameters This is equivalent to call AbstractContainer.createComponent(Class, InitParams) with null as InitParams
createCopy() - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives a safe copy of the NodeTypeRepository
createDraftForExistPage(DraftPage, Page, String, long) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a draft page for a wiki page which is specified by a given param object.
createDraftForNewPage(DraftPage, Page, long) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a draft page for a new wiki page whose parent is specified by a given param object.
createEmotionIcon(EmotionIcon) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a emotion icon
createEntry(SessionProvider, String, RegistryEntry) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Creates an entry in the group.
createExecutableQuery(SessionImpl, SessionDataManager, String, String) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Creates a new query by specifying the query statement itself and the language in which the query is stated.
createForumRss(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Creates an RSS of Forums.
createGroup(Group, boolean) - Method in interface org.exoplatform.services.organization.GroupHandler
Deprecated.
This method should not be used , use the addChild(..) method and pass the null as the parent if you want to add the group to the root level.
createGroupInstance() - Method in interface org.exoplatform.services.organization.GroupHandler
 
createIdentity(String) - Method in interface org.exoplatform.services.security.Authenticator
 
createLink(Node, String, Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Creates a new link with a given type.
createLink(Node, Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Creates a new link with "exo:symlink" type.
createLink(Node, String, Node, String) - Method in interface org.exoplatform.services.cms.link.LinkManager
Creates a new link with given type and name.
createLink(Node, String, Node, String, String) - Method in interface org.exoplatform.services.cms.link.LinkManager
Creates a new link with given type, name and title.
createMembership(Membership, boolean) - Method in interface org.exoplatform.services.organization.MembershipHandler
Deprecated.
This method should no be called, use the linkMembership(..) instead
createMembershipInstance() - Method in interface org.exoplatform.services.organization.MembershipHandler
Deprecated.
This method should not be called, use the linkMembership instead.
createMembershipType(MembershipType, boolean) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to persist a new membership type.
createMembershipTypeInstance() - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
 
createPage(Wiki, String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Create a new wiki page in the given wiki, under the given parent page.
createPortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Create the portal container
createPortalContainers() - Method in class org.exoplatform.container.RootContainer
Creates all the portal containers that have been registered thanks to the method registerPortalContainer
createProvider(List<AccessControlEntry>) - Static method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Gives a SessionProvider for a given list of AccessControlEntry.
createRepository(RepositoryEntry) - Method in interface org.exoplatform.services.jcr.RepositoryService
Create new repository .
createSpace(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Creates a new space: creating a group, its group navigation with pages for installing space applications.
createSpace(Space, String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Creates a new space and invites all users from invitedGroupId to join this newly created space.
createSystemProvider() - Static method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Helper for creating System session provider.
createTemplatePage(Wiki, Template) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a new Wiki template.
createUser(User, boolean) - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to persist a new user object.
createUserInstance() - Method in interface org.exoplatform.services.organization.UserHandler
Deprecated.
This method create an User instance that implement the User interface. The user instance is not persisted yet
createUserInstance(String) - Method in interface org.exoplatform.services.organization.UserHandler
This method create an User instance that implement the User interface.
createUserProfile(User) - Method in interface org.exoplatform.forum.service.ForumService
Creates a new user profile.
createUserProfileInstance() - Method in interface org.exoplatform.services.organization.UserProfileHandler
 
createUserProfileInstance(String) - Method in interface org.exoplatform.services.organization.UserProfileHandler
 
createUserRss(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Creates an RSS of a user.
createVersionOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a version of a page.
createWiki(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Creates a wiki with the given type and owner
createWorkspace(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Create new workspace with name workspaceName.
Credential - Interface in org.exoplatform.services.security
Created by The eXo Platform SAS
Abstraction for authentication credential.
CURRENT_ITEM - Static variable in class org.exoplatform.services.ext.action.InvocationContext
Current item.

D

DataContainer - Interface in org.exoplatform.services.jcr.storage
Created by The eXo Platform SAS
Abstract jcr data storage
DATE_INDEXED - Static variable in class org.exoplatform.commons.api.indexing.IndexingService
 
DATE_TIME_FORMAT - Static variable in class org.exoplatform.wiki.service.impl.WikiSearchServiceConnector
Date and time format used in the unified search.
deactivateApplication(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deactivates an installed application in a space.
deactivateApplication(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deactivates an installed application in a space.
declaredChildNodeDefinitionValues - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
declaredPropertyDefinitionValues - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
declaredSupertypeNames - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
declaringNodeType - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
declineRequest(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
declineRequest(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
DEF_MAXBUFFERSIZE - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
DEF_SWAPDIR - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
DEFAULT_AC - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
An array containing only the read permission
DEFAULT_BINDING_STORE_PATH - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
DEFAULT_PORTAL_CONTAINER_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of the portal container
DEFAULT_PORTAL_OWNER - Static variable in class org.exoplatform.social.core.service.LinkProvider
Hacks for unit test to work.
DEFAULT_REALM_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of a the realm
DEFAULT_REST_CONTEXT_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of a the ServletContext of the rest web application
defaultPrimaryType - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
defaultValues - Variable in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
deInitApps(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
delegateRendering(MarkupRenderDelegate<T>, T) - Method in class org.exoplatform.forum.rendering.MarkupRenderingService
Delegates a markup to a render.
delete(SearchEntryId) - Method in class org.exoplatform.commons.api.indexing.IndexingService
Deletes a search entry by its Id.
delete(String) - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Deletes an existing BBCode.
delete(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Deletes NodeData.
delete(PropertyData, ChangedSizeHandler) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Deletes PropertyData.
delete(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deletes an existing relationship.
deleteActivity(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deletes a specific activity.
deleteActivity(String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deletes an activity by its Id.
deleteAttachmentOfPage(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Deletes the given attachment of the given page
deleteComment(Node) - Method in interface org.exoplatform.services.cms.comments.CommentsService
Deletes comment of a document by a given comment node.
deleteComment(String, String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deletes an existing comment of a specific activity by its Id.
deleteComment(ExoSocialActivity, ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deletes a comment of an activity.
deleteIdentity(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deletes an identity.
deleteLike(ExoSocialActivity, Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deletes a like of an identity from a specific activity.
deleteNode(String) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Deletes the Node with id from the search index.
deletePage(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Deletes a wiki page.
deleteSpace(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deletes a space.
deleteSpace(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
deleteTemplatePage(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Deletes a Wiki template.
deleteWatcherOfPage(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Delete a user as watcher of the given page
DELIMITER - Static variable in class org.exoplatform.services.jcr.access.AccessControlEntry
 
DELIMITER - Static variable in class org.exoplatform.services.jcr.access.AccessControlList
 
deny(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Denies to connect to an identity who sent invitation.
deny(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.deny(Identity, Identity) instead. Will be removed by 4.0.x.
denyInvitation(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
denyInvitation(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
DigestPasswordEncrypter - Class in org.exoplatform.services.security
Created by The eXo Platform SAS
Encapsulates Digest Authentication encryption algorithm.
DigestPasswordEncrypter(String, Map<String, String>) - Constructor for class org.exoplatform.services.security.DigestPasswordEncrypter
 
DISABLE - Static variable in interface org.exoplatform.services.jcr.access.AccessControlPolicy
 
dispose() - Method in class org.exoplatform.container.ExoContainer
 
dump() - Method in class org.exoplatform.services.jcr.access.AccessControlList
Gives a String representation of the AccessControlList with all the details
dump() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionDatas
 

E

encrypt(byte[]) - Method in class org.exoplatform.services.security.DigestPasswordEncrypter
 
encrypt(byte[]) - Method in interface org.exoplatform.services.security.PasswordEncrypter
 
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.Context
 
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.Scope
 
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingContext
Compares a specified object with the SettingContext for equality.
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingKey
Compares a specified object with the SettingKey for equality.
equals(Object) - Method in class org.exoplatform.commons.api.settings.data.SettingScope
Compares a specified object with the SettingScope for equality.
equals(Object) - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
equals(Object) - Method in class org.exoplatform.services.jcr.access.AccessControlList
equals(Object) - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
equals(Object) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
equals(Object) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
equals(Object) - Method in class org.exoplatform.services.jcr.datamodel.InternalQName
equals(Object) - Method in class org.exoplatform.services.security.MembershipEntry
escapeJCRSpecialCharacters(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Escapes the JCR special characters.
evaluateActiveUsers(String) - Method in interface org.exoplatform.forum.service.ForumService
Evaluates a list of active users by a query statement.
EVENT - Static variable in class org.exoplatform.services.ext.action.InvocationContext
Context event.
EventListener<S,D> - Interface in org.exoplatform.commons.api.event
Processes all the dedicated works which are delegated from EventManager.
EventManager<S,D> - Interface in org.exoplatform.commons.api.event
Is the central point of the event system where listeners are registered (and/or unregistered) and events are fired.
EventType - Enum in org.exoplatform.commons.api.settings.data
All possible value types of an event.
execute(ServletContext, PortalContainer) - Method in class org.exoplatform.container.PortalContainer.RegisterTask
 
execute(ServletContext, PortalContainer) - Method in class org.exoplatform.container.PortalContainer.UnregisterTask
 
execute(ServletContext, PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
Executes the task
execute() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
executeQuery(Query) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Executes the query on the search index.
EXO_APPLICATIONS - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_CONTAINER - Static variable in class org.exoplatform.services.ext.action.InvocationContext
Exo container.
EXO_GROUPS - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_REGISTRY - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_REGISTRY_NT - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_REGISTRYENTRY - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_REGISTRYENTRY_NT - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_REGISTRYGROUP_NT - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_SERVICES - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_TAGGED - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name EXO_TAGGED
EXO_TAGSTYLE - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name EXO_TAGSTYLE
EXO_TOTAL - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name EXO_TOTAL
EXO_USERS - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
EXO_UUID - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name EXO_UUID
ExoCache<K extends Serializable,V> - Interface in org.exoplatform.services.cache
Created by The eXo Platform SAS
A bare cache.
ExoCacheConfig - Class in org.exoplatform.services.cache
This class defines the main configuration properties of an ExoCache
ExoCacheConfig() - Constructor for class org.exoplatform.services.cache.ExoCacheConfig
 
ExoCacheConfigPlugin - Class in org.exoplatform.services.cache
Created by The eXo Platform SAS
ExoCacheConfigPlugin is a component-plugin that allows to register a set of ExoCacheConfig to the CacheService
ExoCacheConfigPlugin(InitParams) - Constructor for class org.exoplatform.services.cache.ExoCacheConfigPlugin
 
ExoCacheFactory - Interface in org.exoplatform.services.cache
This class allows you to create a new instance of ExoCache
ExoContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components.
ExoContainer() - Constructor for class org.exoplatform.container.ExoContainer
 
ExoContainer(ExoContainer) - Constructor for class org.exoplatform.container.ExoContainer
 
EXPORT_TO_PDF - Static variable in interface org.exoplatform.wiki.rendering.RenderingService
 
exportSystemView(String, OutputStream, boolean, boolean, boolean) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Serializes the node (and if noRecurse is false, the whole subtree) at absPath into a series of SAX events by calling the methods of the supplied org.xml.sax.ContentHandler.
exportXML(String, String, List<String>, String, ByteArrayOutputStream, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Exports data of a category or a forum to an XML file.
ExtendedLock - Interface in org.exoplatform.services.jcr.core.lock
Extended interface of Lock adding getTimeToDeath method.
ExtendedNode - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
This interface provides advanced methods that are not part of the Node Interface defined in the specification JSR-170.
ExtendedNodeTypeManager - Interface in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
Node Type manager interface.
ExtendedProperty - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
This interface provides advanced methods that are not part of the Property Interface defined in the specification JSR-170.
ExtendedSession - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
This interface provides advanced methods that are not part of the Session Interface defined in the specification JSR-170.
ExtendedUserHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
Implement it if you want to be able to use Digest access authentication.
ExtendedWorkspace - Interface in org.exoplatform.services.jcr.core
ExtendedWorkspace extends Workspace interface provide import function.
EXTENSION_TYPE - Static variable in interface org.exoplatform.services.cms.views.ManageViewService
The type of extension related to this service.
extractRoles(String, Set<MembershipEntry>) - Method in interface org.exoplatform.services.security.RolesExtractor
Extracts J2EE roles from userId and|or groups the user belongs to both parameters may be null

F

FAIL_IF_EXISTS - Static variable in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
 
FavoriteService - Interface in org.exoplatform.services.cms.documents
Manages favorites of users.
File - Interface in org.exoplatform.commons.api.event.data
An abstract representation of file.
FILTER_LANGUAGE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by language.
FILTER_LIMIT - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to limit the result size.
FILTER_MODE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by target mode.
FILTER_OFFSET - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to return results with an offset delimiter.
FILTER_ORDER_BY - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to order results.
FILTER_ORDER_TYPE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to order results in ascending or descending order.
FILTER_PRIMARY_TYPE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by primary type.
FILTER_QUERY - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to add a parameter to the executed query.
FILTER_QUERY_FULL - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to execute a specific query.
FILTER_RECURSIVE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to search recursively or not.
FILTER_REMOTE_USER - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by user.
FILTER_SITE_NAME - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by site.
FILTER_STATE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by state.
FILTER_TOTAL - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Total number of content.
FILTER_VERSION - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by a dedicated version.
FILTER_VISIBILITY - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Filter parameter to filter results by visibility.
filterForumByName(String, String, int) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of category filters by a forum name and userName.
findAllMembershipsByGroup(Group) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to find all the membership in a group.
findAllUsers() - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to get all the users in the database This method is equivalent to findAllUsers(UserStatus.ENABLED)
findAllUsers(UserStatus) - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to get all the users in the database
findById(String) - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Loads a BBCode by its given Id.
findGroupById(String) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to search for a group
findGroupByMembership(String, String) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to find all the groups of an user with the specified membership type
findGroups(Group) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to find all the children group of a group.
findGroupsOfUser(String) - Method in interface org.exoplatform.services.organization.GroupHandler
use this method to look all the group that the user has at least one membership.
findMembership(String) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to search for an membership record with the given id
findMembershipByUserGroupAndType(String, String, String) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to search for a specific membership type of an user in a group.
findMembershipsByGroup(Group) - Method in interface org.exoplatform.services.organization.MembershipHandler
Deprecated.
This method should no be called, use MembershipHandler.findAllMembershipsByGroup(Group) instead
findMembershipsByUser(String) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to find all the memberships of an user in any group.
findMembershipsByUserAndGroup(String, String) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to find all the memberships of an user in a group
findMembershipType(String) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to search for a membership type with the specified name.
findMembershipTypes() - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to get all the membership types in the database
findNodeType(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Return NodeType for a given InternalQName.
findRelationships(Identity, Relationship.Type) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
findRoute(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Should use RelationshipManager.get(Identity, Identity) instead. Will be removed by 4.0.x.
findUserByName(String) - Method in interface org.exoplatform.services.organization.UserHandler
 
findUserByName(String, UserStatus) - Method in interface org.exoplatform.services.organization.UserHandler
 
findUserProfileByName(String) - Method in interface org.exoplatform.services.organization.UserProfileHandler
This method should search for and return UserProfile record according to the username
findUserProfiles() - Method in interface org.exoplatform.services.organization.UserProfileHandler
Find and return all the UserProfile record in the database
findUsers(Query) - Method in interface org.exoplatform.services.organization.UserHandler
Deprecated.
findUsersByGroup(String) - Method in interface org.exoplatform.services.organization.UserHandler
findUsersByGroupId(String) - Method in interface org.exoplatform.services.organization.UserHandler
This method should search and return the list of the users in a given group.
findUsersByGroupId(String, UserStatus) - Method in interface org.exoplatform.services.organization.UserHandler
This method should search and return the list of the users in a given group.
findUsersByQuery(Query) - Method in interface org.exoplatform.services.organization.UserHandler
This method search for the users according to a search criteria, the query This method is equivalent to findUsersByQuery(query, UserStatus.ENABLED)
findUsersByQuery(Query, UserStatus) - Method in interface org.exoplatform.services.organization.UserHandler
This method search for the users according to a search criteria, the query
ForumService - Interface in org.exoplatform.forum.service
Manages Forums and all its related objects (categories, topics and posts).
ForumStatisticsService - Interface in org.exoplatform.forum.service
Manages operations of members in Forums.
FriendlyService - Interface in org.exoplatform.services.wcm.friendly
Provides support for friendly URL in Content.

G

get(Context, Scope, String) - Method in interface org.exoplatform.commons.api.settings.SettingService
Gets values associated with a specified composite key (context, scope, key) in the database.
get(Serializable) - Method in interface org.exoplatform.services.cache.ExoCache
Performs a lookup operation.
get() - Method in interface org.exoplatform.services.cache.ObjectCacheInfo
Returns the entry value which may be null.
get(String, QPathEntry, ItemType) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get item by parent identifier and name +index of define type.
get(String) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get item by identifier.
get(String) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a relationship by its Id.
get(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a relationship between 2 identities.
getAbsoluteProfileUrl(String, String, String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets an absolute profile URL of a user.
getAccessibleSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getAccessibleSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
getAccessibleSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the access permission.
getAccessibleSpacesWithListAccess(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the access permission.
getAccessManager() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getACL() - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
 
getACLHolders() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Returns all the nodes that hold some ACL info like owner or permissions
getAction() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getActionClassName() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getActions() - Method in class org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin.ActionsConfig
 
getActions() - Method in class org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin
 
getActive() - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Retrieves BBCode Ids that are active.
getActivities(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
getActivities(Identity, long, long) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Use ActivityManager.getActivitiesWithListAccess(Identity) instead. Will be removed by 4.0.x.
getActivities(List<String>) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Load activities switch list of IDs
getActivitiesByPoster(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities of a given poster.
getActivitiesByPoster(Identity, String...) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities of a given poster that are specified by activity types.
getActivitiesCount(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Will be removed by 4.0.x.
getActivitiesOfConnections(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
getActivitiesOfConnections(Identity, int, int) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
getActivitiesOfConnectionsWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities posted by all connections with a given identity.
getActivitiesOfSpaceWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities posted on a space by its Id.
getActivitiesOfUserSpaces(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
getActivitiesOfUserSpacesWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities posted on all space activity streams in which an identity joins.
getActivitiesWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities posted on the provided activity stream owner.
getActivitiesWithListAccess(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets activities on the provided activity stream which is viewed by another.
getActivity(String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets an activity by its Id.
getActivityFeed(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Use ActivityManager.getActivityFeedWithListAccess(Identity) instead. Will be removed by 4.0.x.
getActivityFeedWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets all activities accessible by a given identity.
getActivityIdForOwner(String) - Method in interface org.exoplatform.poll.service.PollService
Gets information of a poll activity that is used for processing the activity streams.
getActivityIdForOwnerId(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information of a forum activity by the owner Id that is used for processing the activity streams.
getActivityIdForOwnerPath(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information of a forum activity by the owner path that is used for processing the activity streams.
getActivityUri(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to an activity stream of space or user.
getActivityUriForSpace(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets an activity URI of the space.
getAdvancedSearch(ForumEventQuery, List<String>, List<String>) - Method in interface org.exoplatform.forum.service.ForumService
Gets an advanced search.
getAll() - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Retrieves all BBCodes.
getAll(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
getAll(Identity, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
getAll(Identity, Relationship.Type, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
getAllActivitiesWithListAccess() - Method in interface org.exoplatform.social.core.manager.ActivityManager
Get the list access of all activities
getAllCacheInstances() - Method in interface org.exoplatform.services.cache.CacheService
Returns a collection of all the cache instances.
getAllCategories(Node) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all categories that contain a given node under all taxonomy trees.
getAllCategories(Node, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all categories that contain a given node under all taxonomy trees.
getAllChildNodeDefinitions(InternalQName...) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getAllDocumentsByTag(String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all documents which are marked with a given tag.
getAllDocumentsByTagsAndPath(String, Set<String>, String, SessionProvider) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all documents which are marked with given tags and that are located in a selected path.
getAllFavoriteNodesByUser(String, String, String) - Method in interface org.exoplatform.services.cms.documents.FavoriteService
Gets all favorite nodes by a given user.
getAllGroups() - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to get all the groups.
getAllGroupTags(String[], String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all tags of groups that a given user belongs to.
getAllGroupTags(String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all tags of a group that a given user belongs to.
getAllLink(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets all links of a given forum.
getAllLinks(Node, String) - Method in interface org.exoplatform.services.cms.link.LinkManager
Gets all links of a target node by a given link type.
getAllLinks(Node, String, SessionProvider) - Method in interface org.exoplatform.services.cms.link.LinkManager
Gets all links of a target node by a given link type.
getAllManagedPortletName(String) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets all portlet names that have dynamic Groovy templates managed by the service.
getAllNodeTypes() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Return all NodeTypes.
getAllNodeTypes() - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives all the existing node types
getAllowedStates(String) - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Gets the allowed states for a given mode.
getAllPrivateTags(String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all private tags of a given user.
getAllPropertyDefinitions(InternalQName...) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getAllPruneSetting() - Method in interface org.exoplatform.forum.service.ForumService
Gets settings of all prunes.
getAllPublicTags(String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all public tags.
getAllRelationships(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
getAllSiteTags(String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all site tags.
getAllSpaces() - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getAllSpacesWithListAccess() instead. Will be removed by 4.0.x.
getAllSpacesByFilter(SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access that contains all spaces matching with a filter.
getAllSpacesWithListAccess() - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access that contains all spaces.
getAllTagName(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets all tag names by query statement and topic Id.
getAllTagNames(String, int, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets names of all tags under a given scope.
getAllTags() - Method in interface org.exoplatform.forum.service.ForumService
Gets all tags.
getAllTagStyle(String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all tag styles of a folksonomy tree.
getAllTaxonomyTrees(boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all taxonomy trees.
getAllTaxonomyTrees() - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all taxonomy trees using the user session.
getAllTemplates(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets all templates.
getAllTopicsOld(long, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of topics which were created before a given date.
getAllViews() - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets all views.
getAllWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who were connected, were invited or invited a provided identity.
getAnyDefinition() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionDatas
 
getApplicationTemplateHome(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets the application template home.
getAsString() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
getAttachmentListeners() - Method in interface org.exoplatform.wiki.service.WikiService
Gets attachment listeners that are registered into the Wiki service.
getAttachmentOfPageByName(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get a attachment of a ther given page by name
getAttachmentsOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Gets attachments of the given page
getAttribute(String) - Method in interface org.exoplatform.services.organization.UserProfile
 
getAttribute(String) - Method in class org.exoplatform.services.security.ConversationState
 
getAttributeNames() - Method in class org.exoplatform.services.security.ConversationState
Returns unmodifiable set of attribute names.
getAvailablePost(String, String, String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the number of available posts which match with conditions, including "Approved", "Hidden" and query statement.
getAvatarImageSource(PortalContainer, Profile) - Static method in class org.exoplatform.social.core.service.LinkProvider
Deprecated.
use Profile.getAvatarUrl(). Will be removed by 4.0.x.
getAvatarImageSource(Profile) - Static method in class org.exoplatform.social.core.service.LinkProvider
Deprecated.
use Profile.getAvatarUrl(). Will be removed by 4.0.x.
getAvatarInputStream(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a profile avatar associated with a provided identity
getBanList() - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of banned Ips.
getBannerInputStream(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a profile banner associated with a provided identity
getBBCodeActive() - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Gets all active BBCodes.
getBookmarks(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets bookmarks of a user.
getBoolean(String) - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getBreadcumb(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a list of data which is used for composing the breadcrumb.
getButtons() - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets all strings of buttons.
getCache() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getCachedObjects() - Method in interface org.exoplatform.services.cache.ExoCache
Returns a list of cached object that are considered as valid when the method is called.
getCacheHit() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the number of time the cache was queried and a valid entry was returned.
getCacheInfo() - Method in interface org.exoplatform.services.cache.CacheListenerContext
Returns cache infos.
getCacheInstance(String) - Method in interface org.exoplatform.services.cache.CacheService
Returns a specific cache instance.
getCacheMiss() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the number of time the cache was queried and no entry was returned.
getCacheMode() - Method in class org.exoplatform.services.cache.ExoCacheConfig
 
getCacheSize() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the number of entries in the cache.
getCategories() - Method in interface org.exoplatform.forum.service.ForumService
Gets categories in Forums.
getCategories(boolean) - Method in interface org.exoplatform.forum.service.ForumService
Gets the list of categories in Forums according to the boolean value if true then returns all categories, if false then returns categories without the Space one.
getCategories(Node, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all categories that contain a given node under a taxonomy tree.
getCategories(Node, String, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets all categories that contain a given node under a taxonomy tree.
getCategory(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a category by its provided Id.
getCategoryIncludedSpace() - Method in interface org.exoplatform.forum.service.ForumService
Gets a category which contains the forum spaces.
getCategoryNameLength() - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets the limited length of a category name.
getChanges(Iterator<String>, Iterator<NodeData>) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Extracts all the changes and returns them as a ChangesHolder instance
getChildNodeDefinition(InternalQName, InternalQName...) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getChildNodeDefinition(InternalQName, InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getChildNodeDefinition(InternalQName, InternalQName, InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Found node definition based on node name and node type.
getChildNodes(NodeData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get child nodes.
getChildNodes(NodeData, QPathEntryFilter) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get child nodes by pattern.
getChildNodesByPage(NodeData, int) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get page of child nodes.
getChildNodesCount(NodeData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get child nodes count.
getChildNodesCount(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads count of parent child nodes.
getChildNodesData(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of NodeData from the storage using item's parent location.
getChildNodesData(NodeData, List<QPathEntryFilter>) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of NodeData from the storage using item's parent location, and name filter.
getChildNodesDataByPage(NodeData, int, int, int, List<NodeData>) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Get child Nodes of the parent node.
getChildProperties(NodeData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get node child properties.
getChildProperties(NodeData, QPathEntryFilter) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get node child properties by pattern.
getChildPropertiesData(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of PropertyData from the storage using item's parent location.
getChildPropertiesData(NodeData, List<QPathEntryFilter>) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of PropertyData from the storage using item's parent location.
getChildrenPageOf(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get all the children pages of a wiki page
getClosedChild(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Return Lock holding any nodes child.
getCommentIdForOwnerId(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information of a comment by the owner Id.
getCommentIdForOwnerPath(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information of a comment by the owner path.
getComments(Node, String) - Method in interface org.exoplatform.services.cms.comments.CommentsService
Gets all comments of a specified document node.
getComments(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
getCommentsWithListAccess(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets comments of a specific activity.
getCommentsWithListAccess(ExoSocialActivity, boolean) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets comments of a specific activity.
getComponent(Class<?>) - Static method in class org.exoplatform.container.PortalContainer
 
getComponent(Class<?>) - Static method in class org.exoplatform.container.RootContainer
 
getComponentAdapter(Object) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified key.
getComponentAdapter(Object, Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentAdapter(Object, Class, boolean) with true for the parameter autoRegistration
getComponentAdapter(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified key.
getComponentAdapterOfType(Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentAdapterOfType(Class, boolean) with true for the parameter autoRegistration
getComponentAdapterOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified type.
getComponentInstance(Object) - Method in class org.exoplatform.container.ExoContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object, Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentInstance(Object, Class, boolean) with true for the parameter autoRegistration
getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object) - Method in class org.exoplatform.container.RootContainer
Retrieve a component instance registered with a specific key.
getComponentInstanceOfType(Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentInstanceOfType(Class, boolean) with true for the parameter autoRegistration
getComponentInstanceOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component instance matching the specified type.
getComponentManager() - Method in interface org.exoplatform.wiki.rendering.RenderingService
Gets the Component Manager which provides ways to access and modify components (service) in the system.
getConfig() - Method in interface org.exoplatform.services.jcr.RepositoryService
Get repository service configuration.
getConfigs() - Method in class org.exoplatform.services.cache.ExoCacheConfigPlugin
 
getConfiguration() - Method in class org.exoplatform.container.ExoContainer
Gets the ConfigurationManager from the given ExoContainer if it exists, then returns the nested Configuration otherwise it returns null
getConfiguration() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getConfigurationURL() - Method in class org.exoplatform.container.StandaloneContainer
Get configurationURL.
getConfigurationXML() - Method in class org.exoplatform.container.PortalContainer
 
getConfigurationXML() - Method in class org.exoplatform.container.RootContainer
 
getConfigurationXML() - Method in class org.exoplatform.container.StandaloneContainer
 
getConfigurationXML() - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
getConfiguredAppTemplateMap(String) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets all configured templates of a given portlet.
getConfiguredTemplates() - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets all configured templates.
getConfiguredViews() - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets all configured views.
getConfirmed(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
getConfirmed(Identity, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
getConnections(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getConnections(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who are connected to a provided identity.
getConnectionsByFilter(Identity, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who are connected to a provided identity and filtered by a profile filter.
getConnectionStatus(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getStatus(Identity, Identity) instead. Will be removed by 4.0.x.
getConnectionsWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a list access which contains all identities connected to the provided identity.
getConnectors() - Method in class org.exoplatform.commons.api.search.SearchService
Gets all current connectors.
getContacts(Identity, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
getContacts(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
getContainer() - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getContainer() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getContent(String, String, HashMap<String, String>, SessionProvider) - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Gets a content node at a specified path based on given filters.
getContentMetadata(ArrayList<String>, String) - Method in interface org.exoplatform.services.seo.SEOService
Gets metadata of a content page.
getContentNode(String) - Method in interface org.exoplatform.services.seo.SEOService
Gets the content node by a given path.
getContentOfSection(String, String, String) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Gets content of a section.
getContents(String, String, String, String, String, String) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets all content nodes.
getContents(String, String, HashMap<String, String>, SessionProvider) - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Gets content nodes at a specified path based on given filters.
getContext() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
Gets a context object associated with the SettingContext object.
getContext() - Method in class org.exoplatform.container.ExoContainer
 
getContext() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Returns the query handler context that passed in QueryHandler.setContext(QueryHandlerContext).
getContext(String) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets a context by a given name.
getContextManager() - Method in class org.exoplatform.container.ExoContainer
Gives the ContextManager that has been registered
getContextNamesByType(String, int, int) - Method in interface org.exoplatform.commons.api.settings.SettingService
Returns context names by type
getContextPath() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
Gets path of the SettingContext object.
getContexts() - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets all contexts.
getContextsByTypeAndScopeAndSettingName(String, String, String, String, int, int) - Method in interface org.exoplatform.commons.api.settings.SettingService
Gets a list of names of contexts of a chosen type that have a setting associated to a dedicated scope
getCreatedDate() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the created date of the BaseObject.
getCreatedDate() - Method in interface org.exoplatform.services.organization.MembershipType
 
getCreatedDate() - Method in interface org.exoplatform.services.organization.User
 
getCssURL() - Method in interface org.exoplatform.wiki.rendering.RenderingService
Gets a CSS URL.
getCurrent() - Static method in class org.exoplatform.services.security.ConversationState
 
getCurrentInstance(ServletContext) - Static method in class org.exoplatform.container.PortalContainer
We first try to get the ExoContainer that has been stored into the ThreadLocal if the value is of type PortalContainer, we return it otherwise we get the portal container corresponding the given servlet context
getCurrentItem() - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getCurrentPortalContainerName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current portal container that has been stored into the ThreadLocal.
getCurrentRealmName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current realm corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentRepository() - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
 
getCurrentRepository() - Method in interface org.exoplatform.services.jcr.RepositoryService
Get current repository.
getCurrentRepositoryName() - Static method in class org.exoplatform.commons.api.settings.data.SettingContext
Gets the current repository name.
getCurrentRestContextName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current rest context corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentSetting(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the current value of the setting corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentTime() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
[G.A] do we need it here or in WorkspaceDataManager better??
getCurrentWorkspace() - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
 
getData() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the binary data of the File instance.
getDataDistributionType() - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets a type of data distribution.
getDCContributor() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the contributor of the File instance.
getDCCreator() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the creator of the File instance.
getDCDate() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the last updated date of the File instance.
getDCDescription() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the description of the File instance.
getDCPublisher() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the publisher of the File instance.
getDCSubject() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the subject of the File instance.
getDeclaredChildNodeDefinitions() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
getDeclaredChildNodeDefinitionValues() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
getDeclaredPropertyDefinitions() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
getDeclaredPropertyDefinitionValues() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
getDeclaredSubtypes(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Returns the direct subtypes of this node type in the node type inheritance hierarchy, that is, those which actually declared this node type in their list of supertypes.
getDeclaredSubtypes(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives all the declared super types of the given node type name
getDeclaredSupertypeNames() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
getDeclaredSupertypeNames() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
getDeclaringNodeType() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
getDefaultChildNodeDefinition(InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives the default child node definition corresponding to the given property name and node type names
getDefaultContextFactory() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getDefaultLockTimeOut() - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Get default lock timeout.
getDefaultNodeTypeName() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
getDefaultPrimaryType() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
getDefaultRepository() - Method in interface org.exoplatform.services.jcr.RepositoryService
Get default repository.
getDefaultUserProfile(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the default profile information of a user.
getDefaultValues() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
getDefaultValueStrings() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
getDefaultWikiSyntaxId() - Method in interface org.exoplatform.wiki.service.WikiService
Gets Id of a default Wiki syntax.
getDefinition(boolean) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionDatas
 
getDescription() - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
getDescription() - Method in interface org.exoplatform.services.organization.Group
 
getDescription() - Method in interface org.exoplatform.services.organization.MembershipType
 
getDisplayName() - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
Gets a display name.
getDisplayName() - Method in interface org.exoplatform.services.organization.User
 
getDocumentsOfEarlierThisMonth(String, String, SessionProvider, String, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this month.
getDocumentsOfEarlierThisMonth(String, String, SessionProvider, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this month.
getDocumentsOfEarlierThisWeek(String, String, SessionProvider, String, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this week.
getDocumentsOfEarlierThisWeek(String, String, SessionProvider, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this week.
getDocumentsOfEarlierThisYear(String, String, SessionProvider, String, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this year.
getDocumentsOfEarlierThisYear(String, String, SessionProvider, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents earlier this year.
getDocumentsOfToday(String, String, SessionProvider, String, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents of today.
getDocumentsOfToday(String, String, SessionProvider, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents of today.
getDocumentsOfYesterday(String, String, SessionProvider, String, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents of yesterday.
getDocumentsOfYesterday(String, String, SessionProvider, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets all documents of yesterday.
getDraft(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a draft page by its name.
getDraftChanges(DraftPage) - Method in interface org.exoplatform.wiki.service.WikiService
Gets the changes between the draft page and the target page
getDraftOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a draft page of a wiki page which is specified by a given param object.
getDraftPageById(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a wiki draft page based on its unique id.
getDraftsOfUser(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a list of draft pages belonging to a given user.
getDropNodes(String, String) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
Gets map containing list of dropped nodes
getDuplicatePages(Page, Wiki, List<Page>) - Method in interface org.exoplatform.wiki.service.WikiService
Checks if a page and its children are duplicated with ones in the target Wiki or not, then gets a list of duplicated pages if any.
getDynamicSession(String, Collection<MembershipEntry>) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getEditableSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getSettingableSpaces(String) instead. Will be removed by 4.0.x.
getEditPageLivingTime() - Method in interface org.exoplatform.wiki.service.WikiService
Get the living time of edited page
getEmail() - Method in interface org.exoplatform.services.organization.User
 
getEmotionIconByName(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets an emotion icon by name
getEmotionIcons() - Method in interface org.exoplatform.wiki.service.WikiService
Gets all the emotion icons
getEmptyContextsByTypeAndScopeAndSettingName(String, String, String, String, int, int) - Method in interface org.exoplatform.commons.api.settings.SettingService
Gets a list of names of contexts of a chosen type that doesn't have settings associated to a dedicated scope
getEncoding() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the encoding type of the File instance.
getEntityConfig(EntityReference, ResourceReference) - Method in interface org.exoplatform.wiki.service.wysiwyg.LinkService
Creates an EntityConfig (URL and reference) for a link with the specified origin and destination.
getEntry(SessionProvider, String) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Returns the corresponding registry entry which wraps a node of type "exo:registryEntry"
getEventListeners(String) - Method in interface org.exoplatform.commons.api.event.EventManager
Gets a list of listeners which are registered into the event system based on a given event group.
getEventType() - Method in class org.exoplatform.commons.api.settings.data.SettingData
Gets an event type associated with the setting data.
getEventType() - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getEventType() - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Return this log event type.
getEventTypes() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getExactNodeOrCloseParentLock(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Return Lock holding node or its parent.
getExecution() - Method in interface org.exoplatform.wiki.rendering.RenderingService
Gets the current execution instance.
getExpireTime() - Method in interface org.exoplatform.services.cache.ObjectCacheInfo
Returns the expiration time of the entry in milli seconds.
getExsitedOrNewDraftPageById(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a wiki page or its draft if existing by its Id.
getExternalComponentPluginsUnused() - Method in class org.exoplatform.container.ExoContainer
Gives all the ExternalComponentPlugins that have not been used, null if there are all used.
getFirstName() - Method in interface org.exoplatform.services.organization.User
 
getForceXMLConfigurationValue(InitParams) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Get value of force-xml-configuration param.
getForum(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a forum by a specific category Id and forum Id.
getForumAdministration() - Method in interface org.exoplatform.forum.service.ForumService
Gets the administration settings of Forums.
getForumBanList(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of banned Ips in a forum.
getForumHomePath() - Method in interface org.exoplatform.forum.service.ForumService
Gets the home path of a given forum.
getForums(String, String) - Method in interface org.exoplatform.forum.service.ForumService
getForums(ForumFilter) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list forums by filter.
getForumStatistic() - Method in interface org.exoplatform.forum.service.ForumService
Gets statistics of Forums.
getForumSubscription(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information subscribed by a user.
getForumSummaries(String, String) - Method in interface org.exoplatform.forum.service.ForumService
getFoundNodes(String, String) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
Gets map containing list of found nodes
getFrequencyOptions() - Method in interface org.exoplatform.services.seo.SEOService
Gets a list of options for frequency.
getFriendlies() - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Gets all {friendly, unfriendly} entries.
getFriendlyUri(String) - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Gets the friendly URI corresponding to an unfriendly URI.
getFullName() - Method in interface org.exoplatform.services.organization.User
Deprecated.
This method call getDiplayName
getGroup() - Method in class org.exoplatform.services.security.MembershipEntry
 
getGroupId() - Method in interface org.exoplatform.services.organization.Membership
 
getGroupListeners() - Method in interface org.exoplatform.services.organization.GroupEventListenerHandler
Return list of GroupEventListener.
getGroupName() - Method in interface org.exoplatform.services.organization.Group
 
getGroups() - Method in class org.exoplatform.services.security.Identity
 
getHash(String) - Method in interface org.exoplatform.services.seo.SEOService
Creates a hash key from the page reference or the UUID of the node.
getHelpSyntaxPage(String, boolean) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Help wiki page based on a given syntax Id.
getId() - Method in class org.exoplatform.commons.api.settings.data.Context
Gets a context Id.
getId() - Method in class org.exoplatform.commons.api.settings.data.Scope
 
getId() - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
 
getId() - Method in interface org.exoplatform.services.organization.Group
 
getId() - Method in interface org.exoplatform.services.organization.Membership
 
getIdentifier() - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Get unique node identifier.
getIdentifier() - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
 
getIdentities(String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Use IdentityManager.getIdentities(String, boolean) instead. Will be removed by 4.0.x.
getIdentities(String, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Use IdentityManager.getIdentities(String, boolean) instead. Will be removed by 4.0.x.
getIdentities(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
getIdentitiesByProfileFilter(String, ProfileFilter, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a list access which contains all identities from a given provider.
getIdentitiesByProfileFilter(String, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesByProfileFilter(String, ProfileFilter, long, long) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesByProfileFilter(ProfileFilter) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesByProfileFilter(ProfileFilter, long, long) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesCount(String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
getIdentitiesFilterByAlphaBet(String, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesFilterByAlphaBet(String, ProfileFilter, long, long) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesFilterByAlphaBet(ProfileFilter) - Method in interface org.exoplatform.social.core.manager.IdentityManager
getIdentitiesForUnifiedSearch(String, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a list access which contains identities matching with the Unified Search condition.
getIdentity() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
getIdentity() - Method in class org.exoplatform.services.security.ConversationState
 
getIdentity(String, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets an identity by a given Id.
getIdentity(String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Use IdentityManager.getIdentity(String, boolean) instead. Will be removed by 4.0.x.
getIdentity(String, String, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
getIdentityManager() - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets an IdentityManager instance.
getIdentityStorage() - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
getImplementation() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Returns the full qualified name of the cache implementation to use.
getIncoming(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
getIncoming(Identity, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
getIncomingByFilter(Identity, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who invited to connect to a provided identity and filtered by a profile filter.
getIncomingWithListAccess(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who invited to connect to a provided identity.
getIndexerIoModeHandler() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
 
getIndexInfos() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Returns IndexInfos instance that was set into QueryHandler.
getIndexUpdateMonitor() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
 
getInfo() - Method in interface org.exoplatform.services.jcr.storage.DataContainer
 
getInitialContext() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getInitialContextBinder() - Method in class org.exoplatform.services.naming.InitialContextInitializer
Returns InitialContextBinder.
getInitializer() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getInstance() - Static method in class org.exoplatform.container.PortalContainer
 
getInstance(ServletContext) - Static method in class org.exoplatform.container.PortalContainer
Gives the first portal container instance related to the given ServletContext
getInstance() - Static method in class org.exoplatform.container.RootContainer
Get the unique instance of the root container per VM.
getInstance() - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(null, null).
getInstance(ClassLoader) - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(configClassLoader, null).
getInstance(Object[][]) - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(null, components).
getInstance(ClassLoader, Object[][]) - Static method in class org.exoplatform.container.StandaloneContainer
A way to inject externally instantiated objects to container before it starts Object[][] components - an array of components in form: {{"name1", component1}, {"name2", component2}, ...}.
getInstanceIfPresent() - Static method in class org.exoplatform.container.PortalContainer
 
getInvitedSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getInvitedSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
getInvitedSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user is invited to join.
getInvitedSpacesWithListAccess(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user is invited to join.
getItem(String, String) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItem(String, String, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItem(Session, String) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItem(Session, String, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItemData(NodeData, QPathEntry, ItemType) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads ItemData from the storage using item's parent and name relative the parent location of a given type.
getItemData(String) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads ItemData from the storage by item identifier.
getItemGiveTargetSys(String, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItemPerTimeline() - Method in interface org.exoplatform.services.cms.timeline.TimelineService
Gets the number of items per category displayed in the Timeline view.
getItemSys(String, String, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getItemTarget(Session, String, boolean, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets an item at the specified absolute path.
getJobWattingForModerator(String[]) - Method in interface org.exoplatform.forum.service.ForumService
Gets a waiting job which needs to be moderated by the current user.
getJobWattingForModeratorByUser(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the number of waiting jobs which need to be moderated by the current user.
getKey() - Method in class org.exoplatform.commons.api.settings.data.SettingKey
Gets a key value of the SettingKey object.
getLabel() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the cache label
getLabel() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Returns the cache label
getLabel() - Method in interface org.exoplatform.services.organization.Group
 
getLanguage() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
getLastAccessedSpace(String, String, int, int) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list of the most recently accessed spaces of a user.
getLastAccessedSpace(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list of the most recently accessed spaces of a user.
getLastConnections(Identity, int) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Get the list of identities who are most recently connected with given user the limit number of results must be greater than 0 or an empty list will be returned
getLastestDraft() - Method in interface org.exoplatform.wiki.service.WikiService
Gets the last created draft of a wiki page.
getLastExceptionOnValidateUser() - Method in interface org.exoplatform.services.security.Authenticator
Gives the last exception that occurs while calling Authenticator.validateUser(Credential[]).
getLastIdentities(int) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets the last identities that have been created.
getLastLogin() - Method in interface org.exoplatform.forum.service.ForumService
Deprecated.
Use org.exoplatform.platform.gadget.services.LoginHistory.LoginHistoryService instead
getLastLoginTime() - Method in interface org.exoplatform.services.organization.User
 
getLastModified() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the last modified date of the File instance.
getLastModifiedDate() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the last modified date of the BaseObject.
getLastModifier() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets name of the user who did the last modification on the BaseObject.
getLastName() - Method in interface org.exoplatform.services.organization.User
 
getLastOrderNumber(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads order number of last parent child nodes.
getLastPostOfForum(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the last post of a forum.
getLastReadIndex(String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets an index of the last read post in a specific topic.
getLastSpaces(int) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets the last spaces that have been created.
getLazyReadThreshold() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getLifecycle(String) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets a lifecycle by a given name.
getLifecycles() - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets all lifecycles.
getLifecyclesFromUser(String, String) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Gets all lifecycles of a user by a specified state.
getLinkedTagsOfDocument(Node, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets all tags linked to a given document.
getLinkedTagsOfDocumentByScope(int, String, Node, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Get all tags linked to a given document by scope.
getListPostsByIP(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of posts by a given Ip.
getLiveTime() - Method in interface org.exoplatform.services.cache.CacheInfo
Returns the cache entry life time in seconds.
getLiveTime() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the maximum life time of an entry in the cache.
getLiveTime() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Returns the amount of time (in seconds) a cache entry is not written or read before it is evicted
getLocationFactory() - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
 
getLock(NodeImpl) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Returns the Lock object that applies to a node.
getLockedNodesIds() - Method in interface org.exoplatform.services.jcr.impl.core.lock.LockTableHandler
Get a set of locked jcr nodes IDs contained in LockManagerEntry persistent layer (database table).
getLockManager() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getLockTokenHash(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Return hash for lock token.
getLockTokens() - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Return lock tokens enshrined by session
getManadatoryItemDefs(InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getMaxSize() - Method in interface org.exoplatform.services.cache.CacheInfo
Returns the cache max size.
getMaxSize() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the maximum capacity of the cache.
getMaxSize() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Returns the maximum amount of entries allowed in the cache
getMaxUploadSize() - Method in interface org.exoplatform.social.core.manager.ActivityManager
Get the max uploaded size file in activity stream
getMembers(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use Space.getMembers() instead. Will be removed by 4.0.x.
getMembers(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use Space.getMembers() instead. Will be removed by 4.0.x.
getMembershipEntry() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
getMembershipListeners() - Method in interface org.exoplatform.services.organization.MembershipEventListenerHandler
Return list of MembershipEventListener.
getMemberships() - Method in class org.exoplatform.services.security.Identity
 
getMembershipType() - Method in interface org.exoplatform.services.organization.Membership
the type of Membership allows distinction between 'hierarchical' and 'supportive' Memberships.
getMembershipType() - Method in class org.exoplatform.services.security.MembershipEntry
 
getMembershipTypeListeners() - Method in interface org.exoplatform.services.organization.MembershipTypeEventListenerHandler
Return list of MembershipTypeEventListener.
getMemberSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the "member" role.
getMemberSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the "member" role.
getMessageInfo(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information to build a message.
getMetadata(ArrayList<String>, String, String) - Method in interface org.exoplatform.services.seo.SEOService
Gets metadata of a portal or content page.
getMimeType() - Method in interface org.exoplatform.commons.api.event.data.File
Gets the MIMETYPE of the File instance.
getMixinTypes() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets a list of node type names which are added to the BaseObject as mixin.
getModifiedDate() - Method in interface org.exoplatform.services.organization.MembershipType
 
getMyTagInTopic(String[]) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of tags by their Ids.
getName() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets name of an object.
getName() - Method in class org.exoplatform.commons.api.settings.data.Context
 
getName() - Method in class org.exoplatform.commons.api.settings.data.Scope
 
getName() - Method in class org.exoplatform.container.PortalContainer
 
getName() - Method in interface org.exoplatform.services.cache.CacheInfo
Returns the cache name.
getName() - Method in interface org.exoplatform.services.cache.ExoCache
Returns the cache name
getName() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Returns the cache name
getName() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getName() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
getName() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
getName() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
getName() - Method in interface org.exoplatform.services.jcr.storage.DataContainer
 
getName() - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
getName() - Method in interface org.exoplatform.services.organization.MembershipType
 
getNamespaceRegistry() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getNbOfAttachmentsOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get the number of attachment of the given page
getNewPosts(int) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of new public posts with a given limit.
getNewPrivateMessage(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the count of new private messages.
getNode(Node, String) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets a node at the relative path related to the ancestor node.
getNode(Node, String, boolean) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Gets a node at the relative path related to the ancestor node.
getNodeByIdentifier(String) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Get node by unique identifier.
getNodeDataSize(String) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Calculate node data size.
getNodesCount() - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Returns the number of children nodes.
getNodesCount() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads count of nodes in workspace.
getNodesLazily() - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Returns a NodeIterator over all child Nodes of this Node.
getNodesLazily(int) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Returns a NodeIterator over all child Nodes of this Node.
getNodeType(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getNodeType(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives the node type data corresponding to the given node type name
getNodeTypeManager() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getNodeTypes() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getNodeTypesHolder() - Method in interface org.exoplatform.services.jcr.core.ExtendedWorkspace
Returns NodeTypeDataManager instance
getNodeTypesHolder() - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Gives the NodeTypeManager
getNodeTypeValue(String) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Return NodeTypeValue for a given nodetype name.
getObjectNameById(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the object name by its path.
getObjectNameByPath(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the object name by its path.
getOnlineUsers() - Method in interface org.exoplatform.forum.service.ForumService
Gets users who are online.
getOnParentVersion() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
getOrCreateIdentity(String, String, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets or creates an identity provided by an identity provider and an identity Id.
getOrCreateIdentity(String, String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
getOrCreateUserWiki(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a user Wiki.
getOrganizationId() - Method in interface org.exoplatform.services.organization.User
 
getOSEnvironment() - Method in class org.exoplatform.container.RootContainer
 
getOutgoing(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who were invited to connect by a provided identity.
getOutgoingByFilter(Identity, ProfileFilter) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list access which contains all identities who were invited by a provided identity to connect and filtered by a profile filter.
getOwner() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets name of the user who created the BaseObject.
getOwner() - Method in class org.exoplatform.services.jcr.access.AccessControlList
Get owner.
getOwner() - Method in interface org.exoplatform.services.organization.MembershipType
 
getPageById(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a wiki page based on its unique id.
getPageByRootPermission(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a wiki page regardless of the current user's permission.
getPageListeners() - Method in interface org.exoplatform.wiki.service.WikiService
Gets listeners of all wiki pages that are registered into the Wiki service.
getPageListUserProfile() - Method in interface org.exoplatform.forum.service.ForumService
getPageMetadata(String, String) - Method in interface org.exoplatform.services.seo.SEOService
Gets metadata of a portal page.
getPageOfWikiByName(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a wiki page by its unique name in the wiki.
getPagePoll() - Method in interface org.exoplatform.poll.service.PollService
Gets a list of polls.
getPagePostByUser(String, String, boolean, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of posts by a specific user.
getPageRenderedContent(Page, String) - Method in interface org.exoplatform.wiki.service.WikiService
Get renderd content of a page
getPagesOfWiki(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Retrieve the all pages contained in wiki
getPageTopic(String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of topics by a specific category Id, forum Id and query condition.
getPageTopicByUser(String, boolean, String) - Method in interface org.exoplatform.forum.service.ForumService
getPageTopicByUser(TopicFilter) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list access of topics by a given userName returned as ListAccess.
getPageTopicOld(long, String) - Method in interface org.exoplatform.forum.service.ForumService
getPaginatedContents(NodeLocation, HashMap<String, String>, SessionProvider) - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Gets content nodes that are paginated at a specified path based on given filters.
getPairId() - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Return pair Id of system and non-system logs.
getParent() - Method in class org.exoplatform.container.ExoContainer
Gives the parent container of this container.
getParentActivity(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Gets an activity by its comment.
getParentId() - Method in interface org.exoplatform.services.organization.Group
 
getParentIdentifier() - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
 
getParentPageOf(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get parent page of a wiki page
getPassword() - Method in interface org.exoplatform.services.organization.User
 
getPath() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the absolute path of the BaseObject.
getPath() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getPending(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
getPending(Identity, List<Identity>) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
getPendingMessages() - Method in interface org.exoplatform.forum.service.ForumService
Gets messages which are pending (not sent).
getPendingRelationships(Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
getPendingRelationships(Identity, boolean) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false, use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
getPendingRelationships(Identity, List<Identity>, boolean) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
getPendingSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getPendingSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
getPendingSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user sent a request for joining a space.
getPendingSpacesWithListAccess(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user sent a request for joining a space.
getPermission() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
getPermissionEntries() - Method in class org.exoplatform.services.jcr.access.AccessControlList
Gives all the permission entries
getPermissions(String) - Method in class org.exoplatform.services.jcr.access.AccessControlList
 
getPermissionsSize() - Method in class org.exoplatform.services.jcr.access.AccessControlList
Gives access to the size of existing permissions.
getPermissionTopicByCategory(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets users or groups who have permission to edit topics in a category.
getPersistedVersion() - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
 
getPlugins() - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
getPoll(String) - Method in interface org.exoplatform.poll.service.PollService
Gets a poll by its Id.
getPollSummary(List<String>) - Method in interface org.exoplatform.poll.service.PollService
Gets summary of a poll.
getPortalClassLoader() - Method in class org.exoplatform.container.PortalContainer
 
getPortalContainer(String) - Method in class org.exoplatform.container.RootContainer
 
getPortalContainerInfo() - Method in class org.exoplatform.container.PortalContainer
 
getPortalContext() - Method in class org.exoplatform.container.PortalContainer
 
getPortletsPrefsRequired() - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
getPost(String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a post based on category Id, forum Id, topic Id and post Id.
getPostForSplitTopic(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of posts in a given topic.
getPosts(String, String, String, String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of posts in a given forum that match with conditions, including "Approved", "Hidden" and query statement.
getPosts(PostFilter) - Method in interface org.exoplatform.forum.service.ForumService
Gets posts which are returned as ListAccess.
getPreProperties() - Method in interface org.exoplatform.services.cms.CmsService
Gets all properties of a node.
getPreviousItem() - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getPreviousNamesOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get previous names of a page
getPrimaryItemName() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
getPrimaryItemName() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
getPrimaryType() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the primary type of the BaseObject.
getPrivateMessage(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets private messages of a user.
getProfile(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets a profile associated with a provided identity.
getProfileLink(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets a link to the user profile.
getProfileLink(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets a link to the user profile on a portal.
getProfiles() - Static method in class org.exoplatform.container.ExoContainer
Returns an unmodifiable set of profiles defined by the value returned by invoking PropertyManager.getProperty(String) with the PropertyManager.RUNTIME_PROFILES property.
getProfileUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to a user profile by username.
getProfileUri(String, String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to a user profile by username and owner portal.
getPropertyDefinitions(InternalQName, InternalQName...) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getPropertyDefinitions(InternalQName, InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
getPropertyDefinitions(InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gets the property definition corresponding to the given property name and node type names
getPruneSetting(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets settings of a prune by a forum path.
getPublicSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getPublicSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
getPublicSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user can request to join.
getPublicSpacesWithListAccess(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user can request to join.
getQPath() - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
 
getQueryClass() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
 
getQueryHandler() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getQuickProfile(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets basic profiles of a user.
getQuickProfiles(List<String>) - Method in interface org.exoplatform.forum.service.ForumService
Gets basic profiles of users.
getQuickSearch(String, String, String, String, List<String>, List<String>, List<String>) - Method in interface org.exoplatform.forum.service.ForumService
Gets a quick search.
getRating() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the rating value for the BaseObject.
getRealmName(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the realm corresponding to the given portal container name
getRealmName() - Method in class org.exoplatform.container.PortalContainer
Returns the name of the realm corresponding to the current portal container
getRecentPostsForUser(String, int) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of recent posts by a user with a given limit.
getRedirectSpaceUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
 
getRedirectUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets the link of all spaces page
getReferencedProperties(String) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Get referenced properties.
getReferencesData(String) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of PropertyData from the storage using item's parent location.
getRegisteredComponentNames() - Method in class org.exoplatform.container.ExoContainer
 
getRegistry(SessionProvider) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Returns the registry node which wraps a node of type "exo:registry" (the whole registry tree)
getRelatedPage(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a related page of a wiki page which is specified by a given Id.
getRelatedPagesOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a list of related pages based on a given param.
getRelationship(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.get(Identity, Identity) instead. Will be removed by 4.0.x.
getRelationshipById(String) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.get(String) instead. Will be removed by 4.0.x.
getRelationshipsByIdentityId(String) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.getAllWithListAccess(Identity) with identity instead. Will be removed by 4.0.x.
getRelationshipsByStatus(Identity, Relationship.Type, int, int) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets a list which contains all relationships by status.
getRelationshipsCountByStatus(Identity, Relationship.Type) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets number of relationships by status.
getRelationshipStatus(Relationship, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Now we don't use this method to get relationship we get status of relationship object and depend on sender and receiver, we can define pending relationship or incoming relationship. But we still keep this method for build, call RelationshipManager.getStatus(Identity, Identity). This method will be removed by 4.0.x.
getRenderer(String) - Method in class org.exoplatform.forum.rendering.MarkupRenderingService
Gets a render by its given syntax.
getRepository(String) - Method in interface org.exoplatform.services.jcr.RepositoryService
Get repository by name.
getRepositoryConfiguration(String) - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
getRepositoryName() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
Gets a repository name associated with the SettingContext object.
getRepositoryService() - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
getRequiredNodeTypeNames() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
getRequiredPrimaryTypes() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
getRequiredType() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
getRequiredType() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
getRestContextName(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the rest context corresponding to the given portal container name
getRestContextName() - Method in class org.exoplatform.container.PortalContainer
Returns the name of the rest context corresponding to the current portal container
getRobots(String) - Method in interface org.exoplatform.services.seo.SEOService
Gets robots content of a given site.
getRobotsFollowOptions() - Method in interface org.exoplatform.services.seo.SEOService
Gets a list of options (FOLLOW and NOFOLLOW) for robots to follow.
getRobotsIndexOptions() - Method in interface org.exoplatform.services.seo.SEOService
Gets a list of options (INDEX and NOINDEX) for robots to index.
getRoles() - Method in class org.exoplatform.services.security.Identity
 
getSaveDraftSequenceTime() - Method in interface org.exoplatform.wiki.service.WikiService
Gets an interval which specifies the periodical auto-saving for pages in Wiki.
getScope() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
Gets a scope value of the SettingScope object.
getScopePath() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
Gets a path to the SettingScope object.
getScreenName(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a screen name.
getSearchType() - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
Gets a search type.
getSEOLanguages(String, String, boolean) - Method in interface org.exoplatform.services.seo.SEOService
Gets all SEO languages of a given page.
getServerEnvironment() - Method in class org.exoplatform.container.RootContainer
 
getServletName() - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Uses a servlet in the portal app to forward the friendly URL to its corresponding unfriendly one.
getSession() - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Returns session instance is present
getSession(String, ManageableRepository) - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Gets the session from an internal cache if a similar session has already been used or creates a new session and puts it into the internal cache.
getSessionId() - Method in interface org.exoplatform.services.jcr.dataflow.PlainChangesLog
Return Sesion Id.
getSessionLockManager(String, SessionDataManager) - Method in interface org.exoplatform.services.jcr.impl.core.lock.WorkspaceLockManager
Returns session lock manager that interact with this LockManager.
getSetting(String, String) - Static method in class org.exoplatform.container.PortalContainer
Returns the value of the setting corresponding to the given portal container name and the given setting name
getSetting(String) - Method in class org.exoplatform.container.PortalContainer
Returns the value of the setting corresponding to the current portal container
getSettingabledSpacesByFilter(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the setting permission.
getSettingableSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a list access containing all spaces that a user has the setting permission.
getSettingContext() - Method in class org.exoplatform.commons.api.settings.data.SettingData
Gets a setting context associated with the setting data.
getSettingsByContext(Context) - Method in interface org.exoplatform.commons.api.settings.SettingService
Get settings related to a scope and a context
getSettingValue() - Method in class org.exoplatform.commons.api.settings.data.SettingData
Gets a setting value of setting property associated with the setting data.
getSingleActivityUrl(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
 
getSitemap(String) - Method in interface org.exoplatform.services.seo.SEOService
Gets a sitemap of a given site.
getSize() - Method in interface org.exoplatform.commons.utils.ListAccess
Returns the list size.
getSize() - Method in interface org.exoplatform.services.cache.CacheInfo
Returns the cache size.
getSize() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Cache size.
getSpaceApplicationConfigPlugin() - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets the space application config plugin.
getSpaceByDisplayName(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a space by its display name.
getSpaceByGroupId(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a space by its group Id.
getSpaceById(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a space by its Id.
getSpaceByName(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getSpaceByPrettyName(String) instead. Will be removed at 4.0.x.
getSpaceByPrettyName(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a space by its pretty name.
getSpaceByUrl(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets a space by its URL.
getSpaceIdentityByProfileFilter(Space, ProfileFilter, SpaceMemberFilterListAccess.Type, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Gets space identities by filter information.
getSpaceNameByGroupId(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a space name by a given group Id.
getSpaces(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceService.getMemberSpaces(String) instead. Will be removed by 4.0.x.
getSpacesByFirstCharacterOfName(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
getSpacesBySearchCondition(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
getSpaceUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to a space profile by its pretty name.
getState() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Returns repository state.
getState(String, String, boolean) - Method in interface org.exoplatform.services.seo.SEOService
Gets state of a page for its language of a given page.
getStatement() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
getStateTitle() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Returns the string representation of current repository state.
getStatus(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets the relationship status between 2 identities.
getStorage() - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
getStorageVersion() - Method in interface org.exoplatform.services.jcr.storage.DataContainer
 
getStoredQueryPath() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
getString(String) - Method in class org.exoplatform.services.ext.action.InvocationContext
 
getSubComments(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Get all sub comments of a comment
getSubject() - Method in class org.exoplatform.services.security.Identity
Deprecated.
Do not need store subject any more. It was used before to perform logout, since tomcat 6.0.21 logout implemented in web-container.
getSubtypes(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Returns all subtypes of this node type in the node type inheritance hierarchy.
getSubtypes(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives a set of all the node types that has the given node type name as super type
getSuggestions(Identity, int, int, int) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Gets suggestions having common users with the provided identity.
getSuggestions(Identity, int, int) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
getSuperManagersMemberships() - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Returns the list of super managers memberships (permission expressions)
getSupertypes(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Returns all supertypes of this node type in the node type inheritance hierarchy.
getSupertypes(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Gives a set of all the super node types of the given node type name
getSystemSession(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getTag(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a tag by its Id.
getTagNameInTopic(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets all tag names in a given topic.
getTagPermissionList() - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets a list of users and groups who have the tag permission.
getTags() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets a list of tag names which are added to the BaseObject.
getTagStyle(String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Gets a tag style.
getTarget(Node, boolean) - Method in interface org.exoplatform.services.cms.link.LinkManager
Gets the target node of a given link.
getTarget(Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Gets the target node of a given link using the user session.
getTargetPrimaryNodeType(Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Gets the primary nodetype of a target node by a given link.
getTaxonomyTree(String, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets a taxonomy tree.
getTaxonomyTree(String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets a taxonomy tree using the user session.
getTaxonomyTreeDefaultUserPermission() - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Gets default permissions of a taxonomy tree.
getTemplate(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets a template by a given path.
getTemplateByName(String, String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets a template by its name under a given category.
getTemplateByPath(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets a template by its path under a given category.
getTemplateHome(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets the template home that contains all templates.
getTemplatePage(WikiPageParams, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Wiki template.
getTemplates(WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a map of wiki templates based on a given params object.
getTemplatesByCategory(String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Gets templates under a given category.
getThreadContext() - Method in class org.exoplatform.services.security.ConversationState
Gives the value corresponding to the context of the thread
getTimeout() - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Gives the local timeout of the session
getTimeToDeath() - Method in interface org.exoplatform.services.jcr.core.lock.ExtendedLock
 
getTitle() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets title of the BaseObject.
getTopic(String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a topic by category Id, forum Id and topic Id.
getTopicByMyTag(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets topics by a given tag.
getTopicByPath(String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Gets a topic by its path and post condition.
getTopicList(String, String, String, String, int) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of topics.
getTopics(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of topics by category Id and forum Id.
getTopics(TopicFilter) - Method in interface org.exoplatform.forum.service.ForumService
Gets posts which are returned as ListAccess.
getTopicsByDate(long, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list access of topics which were created before a given date.
getTopicSummary(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a topic by its path.
getTopicUpdate(Topic, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Gets more information about a given topic.
getTotalTopicOld(long, String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the total number of topics which were created before a given date.
getType() - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
 
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
getUnfriendlyUri(String) - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Gets the unfriendly URI corresponding to a friendly URI.
getUnifiedSearchSpacesWithListAccess(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Provides the Unified Search feature to get spaces that a user can see.
getUniqueName() - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
getUniqueName() - Method in interface org.exoplatform.services.jcr.storage.DataContainer
 
getUploadLimit() - Method in interface org.exoplatform.wiki.service.WikiService
 
getUserActivityUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets the activity URI of a user.
getUserAvatar(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets an avatar by a given username.
getUserConnectionsUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to connections of a user and all people.
getUserConnectionsYoursUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to connections of a user.
getUserId() - Method in class org.exoplatform.services.security.Identity
 
getUserInfo(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets information about a user.
getUserInfoMap() - Method in interface org.exoplatform.services.organization.UserProfile
 
getUserInformations(UserProfile) - Method in interface org.exoplatform.forum.service.ForumService
Gets detailed profile information of a user.
getUserListeners() - Method in interface org.exoplatform.services.organization.UserEventListenerHandler
Return list of UserEventListener.
getUserModerator(String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Gets Ids of forums or categories where the user is moderator.
getUserName() - Method in interface org.exoplatform.services.organization.Membership
 
getUserName() - Method in interface org.exoplatform.services.organization.User
This method should return the username of the user.
getUserName() - Method in interface org.exoplatform.services.organization.UserProfile
 
getUserNotificationSettingUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets the link of notification settings page
getUserPageList(int) - Method in interface org.exoplatform.services.organization.UserHandler
Deprecated.
getUserProfileListeners() - Method in interface org.exoplatform.services.organization.UserProfileEventListenerHandler
Return list of UserProfileEventListener.
getUserProfileManagement(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the management information of a user profile.
getUserProfileUri(String) - Static method in class org.exoplatform.social.core.service.LinkProvider
Gets URI to a user profile.
getUserSettingProfile(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets the profile settings by a user Id.
getUUID() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the UUID value of the BaseObject.
getValue() - Method in class org.exoplatform.commons.api.settings.SettingValue
Gets the value of the setting object.
getValueConstraints() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
getValueConstraints() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
getVersionOfPageByName(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a specific version by name of the given page
getVersionsOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Gets all the versions of the given page
getViewByName(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Gets a view by its name.
getVisibleSpaces(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets spaces that a given user can see.
getVisibleSpacesWithListAccess(String, SpaceFilter) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets spaces that a given user can see.
getVisitedSpaces(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Gets the list of spaces which are visited by users
getWatchByUser(String) - Method in interface org.exoplatform.forum.service.ForumService
Gets a list of watches by a user.
getWatchersOfPage(Page) - Method in interface org.exoplatform.wiki.service.WikiService
Get all the watchers of a page
getWebAppClassLoader(ServletContext) - Method in class org.exoplatform.container.PortalContainer
This gives the merged ClassLoader between the PortalContainerClassLoader and the ClassLoader of the web application.
getWikiById(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Wiki by its Id.
getWikiByTypeAndOwner(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Wiki which is defined by its type and owner.
getWikiDefaultPermissions(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a list of Wiki default permissions.
getWikiNameById(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Wiki name by its Id.
getWikiPageParams(BreadcrumbData) - Method in interface org.exoplatform.wiki.service.WikiService
Gets parameters of a wiki page based on the data stored in the breadcrumb.
getWikiPermission(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets a list of Wiki permissions based on its type and owner.
getWikisByType(String) - Method in interface org.exoplatform.wiki.service.WikiService
Gets all wikis of the given type
getWikiWebappUri() - Method in interface org.exoplatform.wiki.service.WikiService
Gets a Wiki webapp URI.
getWorkspace() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Gets the workspace name where the BaseObject is stored.
getWorkspace() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
getWorkspaceContainer(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Returns an entry point of workspace managing objects.
getWorkspaceDataSize() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Calculate workspace data size.
getWorkspaceEntries() - Method in class org.exoplatform.services.jcr.config.RepositoryEntry
Get workspaces.
getWorkspaceNames() - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
 
getXAResource() - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Gives the XA representation of the session
GLOBAL - Static variable in class org.exoplatform.commons.api.settings.data.Context
GLOBAL: Settings should impact all users in the underlying scope.
GLOBAL - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of the whole eXo Platform (all sites and portals).
GROUP - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name GROUP
Group - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This is the interface for the group data model.
GroupEventListener - Class in org.exoplatform.services.organization
If the other service or a third party want to customize their code to handle a group event, the event can be new , update or remove.
GroupEventListener() - Constructor for class org.exoplatform.services.organization.GroupEventListener
 
GroupEventListenerHandler - Interface in org.exoplatform.services.organization
Provides the ability to get the list of GroupEventListener
GroupHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This interface is a sub part of the organization service.

H

handler - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The query handler for this query.
hardDeleteIdentity(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Cleans all data related to a specific identity.
HAS_CONNECTION_ICON - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
hasAccessPermission(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a given user can access a space or not.
hasAccessPermission(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
hasAdminPagePermission(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Checks if the current user has the admin permission on a wiki page.
hasAdminSpacePermission(String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Checks if the current user has the admin permission on a space or not.
hasCategories(Node, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Checks if a category node exists in a given taxonomy by using the user session.
hasCategories(Node, String, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Checks if a category node exists in a given taxonomy.
hasConfig() - Method in interface org.exoplatform.services.jcr.config.ConfigurationPersister
Tell if the config exists.
hasEditPermission(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
hasEditPermission(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
hasExpired() - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Indicates whether the session has expired or not.
hashCode() - Method in class org.exoplatform.commons.api.settings.data.Context
 
hashCode() - Method in class org.exoplatform.commons.api.settings.data.Scope
 
hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingContext
Returns the hash code value for the SettingContext object.
hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingKey
Returns the hash code value for the SettingKey object.
hashCode() - Method in class org.exoplatform.commons.api.settings.data.SettingScope
Returns the hash code value for the SettingScope object.
hashCode() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
hashCode() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
hashCode() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
hashCode() - Method in class org.exoplatform.services.security.MembershipEntry
hasItemData(NodeData, QPathEntry, ItemType) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Checks if ItemData exists into the storage using item's parent and name relative the parent location of define type.
hasOrderableChildNodes() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
hasOwner() - Method in class org.exoplatform.services.jcr.access.AccessControlList
 
hasPermission(AccessControlList, String, Identity) - Method in class org.exoplatform.services.jcr.access.AccessManager
Has permission.
hasPermission(AccessControlList, String[], Identity) - Method in class org.exoplatform.services.jcr.access.AccessManager
Has permission.
hasPermissionInForum(String, List<String>) - Method in interface org.exoplatform.poll.service.PollService
Checks if a user has permission on a poll or not.
hasPermissionOnPage(Page, PermissionType, Identity) - Method in interface org.exoplatform.wiki.service.WikiService
Checks if the given user has the permission on a page
hasPermissionOnWiki(Wiki, PermissionType, Identity) - Method in interface org.exoplatform.wiki.service.WikiService
Check if the identity has the given permission type on a wiki
hasPermissions() - Method in class org.exoplatform.services.jcr.access.AccessControlList
 
hasProfile(String) - Static method in class org.exoplatform.container.ExoContainer
Indicates whether or not a given profile exists
hasSettingPermission(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a given user has the setting permission to a space or not.
hasTaxonomyTree(String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Checks if a taxonomy tree with the given name has already been defined.
hasView(String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Checks if a given view exists.
holdsLock(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Returns true if the node given holds a lock; otherwise returns false.
HOME_INFO_KEYS - Static variable in interface org.exoplatform.services.organization.UserProfile
The predefine attributes of the user home info.
HTML_STYLE_PROP - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name HTML_STYLE_PROP

I

I18NActivityProcessor - Class in org.exoplatform.social.core.processor
Processes any i18n on activity to a dynamic new activity with the i18n title.
I18NActivityProcessor(XMLProcessor) - Constructor for class org.exoplatform.social.core.processor.I18NActivityProcessor
Constructor.
id(String) - Method in class org.exoplatform.commons.api.settings.data.Context
Creates a context with a specified Id.
id(String) - Method in class org.exoplatform.commons.api.settings.data.Scope
 
Identity - Class in org.exoplatform.services.security
Created by The eXo Platform SAS
User Session encapsulates user's principals such as name, groups along with JAAS subject (useful in J2EE environment) as well as other optional attributes
Identity(String) - Constructor for class org.exoplatform.services.security.Identity
 
Identity(String, Collection<MembershipEntry>) - Constructor for class org.exoplatform.services.security.Identity
 
Identity(String, Collection<MembershipEntry>, Collection<String>) - Constructor for class org.exoplatform.services.security.Identity
 
identityExisted(String, String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
IdentityManager - Interface in org.exoplatform.social.core.manager
Provides APIs to manage identities.
ignore(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Ignores to connect to an identity who sent invitation.
ignore(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.ignore(Identity, Identity) instead. Will be removed by 4.0.x.
IGNORE_IF_EXISTS - Static variable in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
 
importWorkspace(String, InputStream) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Create new workspace with name workspaceName and import data from exported XML.
importXML(String, ByteArrayInputStream, int) - Method in interface org.exoplatform.forum.service.ForumService
Imports data into a category or a forum.
importXML(String, InputStream, int, Map<String, Object>) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Deserialize an XML document and adds the resulting item subtree as a child of the node at parentAbsPath.
importXML(String, InputStream, int, Map<String, Object>) - Method in interface org.exoplatform.services.jcr.core.ExtendedWorkspace
Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath.
IndexingService - Class in org.exoplatform.commons.api.indexing
Provides the indexing API that a connector implements to index its data.
IndexingService() - Constructor for class org.exoplatform.commons.api.indexing.IndexingService
 
init() - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Initializes all tag style plugins.
init() - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Initializes all taxonomy plugins that have been set in the configuration files.
init() - Method in interface org.exoplatform.services.cms.views.ManageViewService
Initializes all templates that are set in the configuration file.
init(PropertiesParam) - Method in interface org.exoplatform.services.jcr.config.ConfigurationPersister
Init persister.
init(InputStream) - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
init() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
initializes QueryHandler
init(SessionImpl, SessionDataManager, QueryHandler, String, String) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Initializes a query instance from a query string.
init(SessionImpl, SessionDataManager, QueryHandler, Node) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Initializes a query instance from a nt:query node.
init(OrganizationService) - Method in interface org.exoplatform.services.organization.OrganizationServiceInitializer
The Organization Service Initializer to create users, groups and membership types.
initApp(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
initApps(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
initContainerInternal() - Method in class org.exoplatform.container.ExoContainer
 
initContainerInternal() - Method in class org.exoplatform.container.StandaloneContainer
InitialContextInitializer - Class in org.exoplatform.services.naming
Created by The eXo Platform SAS
Initializer for Context.INITIAL_CONTEXT_FACTORY
InitialContextInitializer(InitParams) - Constructor for class org.exoplatform.services.naming.InitialContextInitializer
 
initialize() - Method in class org.exoplatform.container.ExoContainer
 
initialize(String, Reference) - Static method in class org.exoplatform.services.naming.InitialContextInitializer
 
initializer - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
initRegistryEntry(String, String) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Initializes the registry entry
initStorage(boolean) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Initializes the registry storage
initTagPermissionListCache() - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Initializes the predefined tag permission list
installApplication(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Installs an application in a space.
installApplication(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Installs an application in a space.
InternalQName - Class in org.exoplatform.services.jcr.datamodel
Created by The eXo Platform SAS
Extends a QName with provides method to parse qname
InternalQName(String, String) - Constructor for class org.exoplatform.services.jcr.datamodel.InternalQName
InternalQName constructor.
invite(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.inviteToConnect(Identity, Identity) instead. Will be removed by 4.0.x.
inviteMember(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
inviteMember(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
inviteToConnect(Identity, Identity) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Invites one identity to connect to the other.
InvocationContext - Class in org.exoplatform.services.ext.action
Created by The eXo Platform SAS
InvocationContext is a collection of properties which reflects the state of a current Session.
InvocationContext() - Constructor for class org.exoplatform.services.ext.action.InvocationContext
 
IS_RECURSIVE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant IS_RECURSIVE.
isAdminRole(String) - Method in interface org.exoplatform.forum.service.ForumService
Checks if a user is administrator or not.
isAdminRoleConfig(String) - Method in interface org.exoplatform.forum.service.ForumService
Checks if a user is administrator or not in the XML configuration.
isAllowsSameNameSiblings() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
isAsync() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Indicates if the cache is async or not.
isAutoCreated() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
isCheckSNSNewConnection() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
isChildNodePrimaryTypeAllowed(InternalQName, InternalQName, InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
isChildNodesByPageSupported() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
 
isContextManagerLoaded() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the ContextManager has already been loaded
isDeep() - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
Indicates whether we need to limit the scope of the action to the items located directly under the list of provided paths or the descendants should be included too
isDistributed() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Indicates if the cache is distributed or not.
isDraftOutDated(DraftPage) - Method in interface org.exoplatform.wiki.service.WikiService
Check if a draft page is outdated
isEnable() - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
is enable by default
isEnabled() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
 
isEnabled() - Method in interface org.exoplatform.services.organization.User
Indicates whether the user is enabled or not
isEnabled() - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Checks if the Friendly Service is active.
isExisting(String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Checks if a wiki page exists or not.
isFavoriter(String, Node) - Method in interface org.exoplatform.services.cms.documents.FavoriteService
Checks if a node is in favorite list of a given user.
isIgnored(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a user is in the list of users who have ignored the space.
isInitialized() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Checks whether QueryHandler is initialized or not
isInvalidated() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Indicates if the cache is invalidate or not.
isInvited(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isInvited(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isInvitedUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a user is in the list of users who are invited to join a space.
isLeader(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
isLeader(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
isLink(Item) - Method in interface org.exoplatform.services.cms.link.LinkManager
Checks if a given item is link.
isLocked(NodeData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Returns true if this node is locked either as a result of a lock held by this node or by a deep lock on a node above this node; otherwise returns false
isLockHolder(NodeImpl) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Returns true if the specified session holds a lock on the given node; otherwise returns false.
isLockLive(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Is lock live for node by nodeIdentifier.
isLogEnabled() - Method in interface org.exoplatform.services.cache.ExoCache
 
isLogEnabled() - Method in class org.exoplatform.services.cache.ExoCacheConfig
 
isManager(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a given user has the "manager" role in a space.
isMandatory() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
isMember(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a given user is member of space or not.
isMember(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
isMemberOf(String, String) - Method in class org.exoplatform.services.security.Identity
 
isMemberOf(MembershipEntry) - Method in class org.exoplatform.services.security.Identity
 
isMemberOf(String) - Method in class org.exoplatform.services.security.Identity
Check is user member of group.
isMixin() - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeData
 
isMixin() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
isMultiple() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
isMultiple() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
isNode() - Method in interface org.exoplatform.services.jcr.datamodel.ItemData
 
isNodeDefinition() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
Indicates whether it is a node or a property definition
isNodeDefinition() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
Indicates whether it is a node or a property definition
isNodeDefinition() - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
Indicates whether it is a node or a property definition
isNodeType(InternalQName) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
 
isNodeType(InternalQName, InternalQName...) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
isNodeType(InternalQName, InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
isNodeType(InternalQName, InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Indicates whether a given node type name is of type of the given primary type
isNodeType(InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Indicates whether a given node type name is of type of one of the given node type names
isOnline(String) - Method in interface org.exoplatform.forum.service.ForumService
Deprecated.
use UserStateService.isOnline(String)
isOnline() - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Offline mode means that new indexing data is collected but index is guaranteed to be unmodified during offline state.
isOnlyLeader(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isOnlyLeader(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isOnlyManager(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a given user is the only one who has the "manager" role in a space.
isOpened() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Returns true if connection can be used.
isOrderableChild() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
isOrderableChildNodesSupported(InternalQName, InternalQName[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
isPatternSupported() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
 
isPending(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isPending(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
isPendingUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if a user is in the list of pending requests for joining a space.
isPortalContainerConfigAware() - Method in class org.exoplatform.container.RootContainer
Indicates if the current instance is aware of the PortalContainerConfig
isPortalContainerName(String) - Static method in class org.exoplatform.container.PortalContainer
 
isPortalContainerNameDisabled(String) - Static method in class org.exoplatform.container.PortalContainer
 
isProtected() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
isRepicated() - Method in class org.exoplatform.services.cache.ExoCacheConfig
Indicates if the cache is replicated or not.
isResidualSet() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
isRetainable() - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
Checks if current configuration can be saved.
isSame(WorkspaceDataContainer) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
isSame.
isSameNameSiblings() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
isScopeValid(PortalContainer, ServletContext) - Static method in class org.exoplatform.container.PortalContainer
Indicates if the given servlet context is a dependency of the given portal container
isStarted() - Method in class org.exoplatform.container.PortalContainer
 
isStarted() - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Indicates whether the service is started or not
isStorageFilled() - Method in interface org.exoplatform.services.jcr.core.ComponentPersister
Indicate what storage filled with some data.
isSuperManager(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Checks if the user is a super manager of all spaces
isTargetReachable(Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Checks if the target node of a given link can be reached using the user session.
isTargetReachable(Node, boolean) - Method in interface org.exoplatform.services.cms.link.LinkManager
Checks if the target node of a given link can be reached using the user session.
isTXAware() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.ItemsPersistenceListener
Return true if listener must be called in transaction, false if not.
isUpdateLastLoginTime() - Method in interface org.exoplatform.services.organization.UserHandler
Determines whether the API should update the Last Login time after authentication or not.
isWorkspaceInitialized(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Check if workspace is initialized.
ItemData - Interface in org.exoplatform.services.jcr.datamodel
Created by The eXo Platform SAS
The Item data object interface
ItemDefinitionData - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
ItemDefinition Data object.
ItemDefinitionData(InternalQName, InternalQName, boolean, boolean, int, boolean) - Constructor for class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
itemExists(Session, String) - Method in interface org.exoplatform.services.cms.link.NodeFinder
Checks if an item exists at the specified absolute path.
ItemsPersistenceListener - Interface in org.exoplatform.services.jcr.dataflow.persistent
Created by The eXo Platform SAS
The Items persistence listener interface, it'll be called when data is permanently saved.

J

JAVASCRIPT_RESOURCE_URL - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
JCR_JQOM - Static variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
A string constant representing the JCR-JQOM query language.
JCR_SQL2 - Static variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
A string constant representing the JCR-SQL2 query language.
JodConverterService - Interface in org.exoplatform.services.cms.jodconverter
Converts documents into different office formats.

L

language - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The syntax of the query statement
LAST_UPDATE - Static variable in class org.exoplatform.commons.api.indexing.IndexingService
 
LAZY_NODE_ITERATOR_PAGE_SIZE - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
LAZY_NODE_ITERATOR_PAGE_SIZE_DEFAULT - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
LAZY_NODE_ITERATOR_PAGE_SIZE_MIN - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
lazyReadThreshold - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
LinkManager - Interface in org.exoplatform.services.cms.link
Supplies API to work with the linked node or the link included in a node.
linkMembership(User, Group, MembershipType, boolean) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to create a membership record, a relation of the user, group and membership type.
LinkProvider - Class in org.exoplatform.social.core.service
Builds and provides default links and links of users, spaces and activities.
LinkProvider(InitParams) - Constructor for class org.exoplatform.social.core.service.LinkProvider
Constructor with parameter to inject the default portal owner name.
LinkService - Interface in org.exoplatform.wiki.service.wysiwyg
Manages 2 different link types: EntityConfig and EntityReference.
ListAccess<E> - Interface in org.exoplatform.commons.utils
A Service Provider Interface for a list access.
listChildProperties(NodeData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
List node child properties.
A difference from WorkspaceStorageCache.getChildProperties(org.exoplatform.services.jcr.datamodel.NodeData) it's that the method may return list of node properties (PropertyData) which contains no data (ValueData).
Used for Node.hasProperties(), NodeIndexer.createDoc().
listChildPropertiesData(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Reads List of PropertyData with empty ValueData from the storage using item's parent location.
Listener<S,D> - Class in org.exoplatform.services.listener
Created by The eXo Platform SAS
This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.
Listener() - Constructor for class org.exoplatform.services.listener.Listener
 
ListenerService - Class in org.exoplatform.services.listener
Created by The eXo Platform SAS
Listener Service is reponsible for notifying the Listener when a given event is broadcasted.
ListenerService(ExoContainerContext) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitialContextInitializer) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitParams) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService(ExoContainerContext, InitialContextInitializer, InitParams) - Constructor for class org.exoplatform.services.listener.ListenerService
Construct a listener service.
ListenerService.AsynchronousListener<S,D> - Class in org.exoplatform.services.listener
This AsynchronousListener is a wrapper for original listener, that executes wrapped listeners onEvent() in separate thread.
ListenerService.RunListener<S,D> - Class in org.exoplatform.services.listener
This thread executes listener.onEvent(event) method.
LIVE_TIME_PARAMETER_NAME - Static variable in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
 
load(int, int) - Method in interface org.exoplatform.commons.utils.ListAccess
Retrieves an array of object from the list.
lock(boolean, long) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Places a lock on this node.
lockExist(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
 
lockManager - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
LockTableHandler - Interface in org.exoplatform.services.jcr.impl.core.lock
Provides method for extraction of set of locked nodes' IDs from LockManagerEntry persistant layer (database lock table), which can be further used for consistency check.
LOG - Static variable in class org.exoplatform.container.ExoContainer
 
LOG - Static variable in class org.exoplatform.services.jcr.access.AccessManager
 
logErrorChanges(Set<String>, Set<String>) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Log unindexed changes into error.log

M

ManageableRepository - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
This interface provides advanced methods that are not part of the Repository Interface defined in the specification JSR-170.
ManageViewService - Interface in org.exoplatform.services.cms.views
Manages views, including adding, editing, deleting and getting.
MANDATORY - Static variable in interface org.exoplatform.services.jcr.access.AccessControlPolicy
 
mandatory - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
MandatoryItemsPersistenceListener - Interface in org.exoplatform.services.jcr.dataflow.persistent
Created by The eXo Platform SAS
Implementations of this interface are mandatory for notification in PersistentDataManager save.
MarkupRenderingService - Class in org.exoplatform.forum.rendering
Renders information.
MarkupRenderingService() - Constructor for class org.exoplatform.forum.rendering.MarkupRenderingService
 
MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
MAX_DESCENDANTS_NODES_ALLOWED_ON_MOVE_DEFAULT - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
MAX_SIZE_PARAMETER_NAME - Static variable in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
 
MAXBUFFERSIZE_PROP - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
Membership - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This is the interface for the membership data model.
MembershipEntry - Class in org.exoplatform.services.security
Created by The eXo Platform SAS
Membership Entry is an association between membershipType and group
MembershipEntry(String) - Constructor for class org.exoplatform.services.security.MembershipEntry
Constructor with undefined membership type
MembershipEntry(String, String) - Constructor for class org.exoplatform.services.security.MembershipEntry
 
MembershipEventListener - Class in org.exoplatform.services.organization
If the other service or a third party want to customize their code to handle a membership event, the event can be new or remove.
MembershipEventListener() - Constructor for class org.exoplatform.services.organization.MembershipEventListener
 
MembershipEventListenerHandler - Interface in org.exoplatform.services.organization
Provides the ability to get the list of MembershipEventListener
MembershipHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This interface is a sub part of the organization service.
MembershipType - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This is the interface for the membership type data model.
MembershipTypeEventListener - Class in org.exoplatform.services.organization
If the other service or a third party want to customize their code to handle a MembershipType event, the event can be new , update or remove.
MembershipTypeEventListener() - Constructor for class org.exoplatform.services.organization.MembershipTypeEventListener
 
MembershipTypeEventListenerHandler - Interface in org.exoplatform.services.organization
Provides the ability to get the list of MembershipTypeEventListener
MembershipTypeHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This interface is a sub part of the organization service.
merge(InputStream) - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
mergeTopic(String, String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Merges two topics into one.
mixin - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
mixinNames - Variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
MODE_EDIT - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant MODE_EDIT.
MODE_LIVE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant MODE_LIVE.
modifyForum(Forum, int) - Method in interface org.exoplatform.forum.service.ForumService
Modifies an existing forum with various types.
modifyMergedTopic(List<Topic>, int) - Method in interface org.exoplatform.forum.service.ForumService
Modifies a list of merged topics with various types.
modifyPost(List<Post>, int) - Method in interface org.exoplatform.forum.service.ForumService
Modifies a list of posts with various types.
modifyPublicTagName(String, String, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Renames a public tag.
modifyTagName(String, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Renames a tag.
modifyTopic(List<Topic>, int) - Method in interface org.exoplatform.forum.service.ForumService
Modifies a list of topics with various types.
move(String, String, boolean) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Moves the node at srcAbsPath (and its entire subtree) to the new location at destAbsPath.
moveForum(List<Forum>, String) - Method in interface org.exoplatform.forum.service.ForumService
Moves a list of forums to a specific category.
moveNode(String, String, String, String) - Method in interface org.exoplatform.services.cms.CmsService
Moves a node from one workspace to the other, with the same repository.
movePage(WikiPageParams, WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Move a wiki Page
movePost(String[], String, boolean, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Moves a list of posts to a given topic.
moveTaxonomyNode(String, String, String, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Copies or cuts the taxonomy node from source path to destination path.
moveTopic(List<Topic>, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Moves a list of topics to a forum.
multiple - Variable in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 

N

name - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
name - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
name - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
NewFolksonomyService - Interface in org.exoplatform.services.cms.folksonomy
Manages all tags and their styles.
NODE - Static variable in interface org.exoplatform.services.cms.CmsService
Constant string to refer to the property of node in Map.
node - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The node where this query is persisted.
NodeDefinitionData - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The NodeDefinitionData class extends ItemDefinitionValue with the addition of getter methods
NodeDefinitionData(InternalQName, InternalQName, boolean, boolean, int, boolean, InternalQName[], InternalQName, boolean) - Constructor for class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
NodeDefinitionValue - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The NodeDefinitionValue interface extends ItemDefinitionValue with the addition of writing methods, enabling the characteristics of a child node definition to be set, after that the NodeDefinitionValue is added to a NodeTypeValue.
NodeDefinitionValue() - Constructor for class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
NodeDefinitionValue(String, boolean, boolean, int, boolean, String, List<String>, boolean) - Constructor for class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
NodeDefinitionValue(NodeDefinition) - Constructor for class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
NodeFinder - Interface in org.exoplatform.services.cms.link
Finds a node with a given path.
NodeTypeData - Interface in org.exoplatform.services.jcr.core.nodetype
Define base abstraction for NodeType data used in core.
NodeTypeDataManager - Interface in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The NodeTypeDataManager interface provides the following methods related to reading and registering node types.
NodeTypeManagerListener - Interface in org.exoplatform.services.jcr.impl.core.nodetype
The NodeTypeRegistryListener interface allows an implementing object to be informed about node type (un)registration.
nodeTypeRegistered(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeManagerListener
Called when a node type has been registered.
NodeTypeRepository - Interface in org.exoplatform.services.jcr.impl.core.nodetype
The NodeTypeRepository interface provides the methods related to access to node types
nodeTypeReRegistered(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeManagerListener
Called when a node type has been re-registered.
nodeTypeUnregistered(InternalQName) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeManagerListener
Called when a node type has been deregistered.
NodeTypeValue - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The NodeTypeValue interface represents a simple container structure used to define node types which are then registered through the ExtendedNodeTypeManager.
NodeTypeValue() - Constructor for class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
NT_FILE - Static variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 

O

ObjectCacheInfo<V> - Interface in org.exoplatform.services.cache
Created by The eXo Platform SAS
Wraps a cache entry to provide meta information in addition of the entry value.
OFFLINE - Static variable in interface org.exoplatform.services.jcr.core.ManageableRepository
Repository OFFLINE status.
onAlreadyExists(ServletContext, PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
This method is called if the related portal container has already been registered
onCacheEntryAdded(ItemData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCacheListener
Called when a cache entry corresponding to the given item has been added
onCacheEntryUpdated(ItemData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCacheListener
Called when a cache entry corresponding to the given item has been updated
onClearCache() - Method in interface org.exoplatform.services.cache.ExoCache
on clear cache event
onCloseSession(ExtendedSession) - Method in interface org.exoplatform.services.jcr.core.SessionLifecycleListener
Called when a session is closed.
onCloseSession(ExtendedSession) - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
 
onEvent(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
Calls back a function when the setting service dispatches an event.
onEvent(WebAppEvent) - Method in class org.exoplatform.container.RootContainer
onEvent(AuthenticationEvent) - Method in class org.exoplatform.container.RootContainer
onEvent(Event<S, D>) - Method in class org.exoplatform.services.listener.Listener
This method should be invoked when an event with the same name is broadcasted
onEvent(Event<S, D>) - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
onExpire(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
On expire entry event
onGet(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
On get entry event
ONLINE - Static variable in interface org.exoplatform.services.jcr.core.ManageableRepository
Repository ONLINE status.
onParentVersion - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
onPut(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
On put entry event
onPutLocal(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
On put entry event
onRemove(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
On remove entry event
onRemoveContext(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
Calls back a function when all setting properties in a context are removed.
onRemoveKey(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
Calls back a function when a setting property is removed with a specified composite key (context, scope, key).
onRemoveScope(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
Calls back a function when all setting properties in a scope are removed.
onSaveItems(ItemStateChangesLog) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.ItemsPersistenceListener
Will be called when data is permanently saved.
onSelect(ExoCache<? extends K, ? extends V>, K, ObjectCacheInfo<? extends V>) - Method in interface org.exoplatform.services.cache.CachedObjectSelector
Action to perform on selected keys
onSet(Event<SettingService, SettingData>) - Method in class org.exoplatform.commons.api.settings.SettingListener
Calls back a function when a new setting property is saved.
openConnection() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
openConnection(boolean) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
Open connection and marked it as READ-ONLY if readOnly is true.
OPTIONAL - Static variable in interface org.exoplatform.services.jcr.access.AccessControlPolicy
 
orderableChild - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
org.exoplatform.commons.api.event - package org.exoplatform.commons.api.event
Provides the API for the event manager system.
org.exoplatform.commons.api.event.data - package org.exoplatform.commons.api.event.data
Provides the API for data type in the event manager system.
org.exoplatform.commons.api.indexing - package org.exoplatform.commons.api.indexing
Provides the API that connectors might implement for indexing business.
org.exoplatform.commons.api.search - package org.exoplatform.commons.api.search
Provides the API that drivers and connectors might implement for searching business.
org.exoplatform.commons.api.settings - package org.exoplatform.commons.api.settings
Provides the API for the Setting service.
org.exoplatform.commons.api.settings.data - package org.exoplatform.commons.api.settings.data
Provides enum types and classes for key specifications in the Setting service.
org.exoplatform.commons.utils - package org.exoplatform.commons.utils
This package provides the common utility classes.
org.exoplatform.container - package org.exoplatform.container
This package provides container API.
org.exoplatform.forum.bbcode.api - package org.exoplatform.forum.bbcode.api
Provides classes necessary to manipulate with BBCode.
org.exoplatform.forum.common.image - package org.exoplatform.forum.common.image
Provides services to resize the dimension of images.
org.exoplatform.forum.rendering - package org.exoplatform.forum.rendering
Provides classes to manage rendering forums.
org.exoplatform.forum.service - package org.exoplatform.forum.service
Provides the classes necessary to manage Forums, including creating, getting, updating, deleting, moving forums.
org.exoplatform.poll.service - package org.exoplatform.poll.service
Provides classes necessary to manage processes related to Poll.
org.exoplatform.services.cache - package org.exoplatform.services.cache
This package provides an API used for data caching.
org.exoplatform.services.cms - package org.exoplatform.services.cms
Provides the CMS Service that manages actions on documents and files.
org.exoplatform.services.cms.comments - package org.exoplatform.services.cms.comments
Handles all comment-related actions on documents and files.
org.exoplatform.services.cms.documents - package org.exoplatform.services.cms.documents
Handles actions related to documents.
org.exoplatform.services.cms.folksonomy - package org.exoplatform.services.cms.folksonomy
Handles all the tag-related actions on documents and files.
org.exoplatform.services.cms.jodconverter - package org.exoplatform.services.cms.jodconverter
Converts files into the expected output.
org.exoplatform.services.cms.link - package org.exoplatform.services.cms.link
Handles links related to documents and files, including creating, updating and deleting.
org.exoplatform.services.cms.taxonomy - package org.exoplatform.services.cms.taxonomy
Handles all the categories-related actions on documents and files.
org.exoplatform.services.cms.timeline - package org.exoplatform.services.cms.timeline
Handles all views and actions for the Timeline view.
org.exoplatform.services.cms.views - package org.exoplatform.services.cms.views
Handles all actions and configurations related to views.
org.exoplatform.services.command.action - package org.exoplatform.services.command.action
This package provides classes to manage Action
org.exoplatform.services.ext.action - package org.exoplatform.services.ext.action
This package provides the implementation of Context.
org.exoplatform.services.jcr - package org.exoplatform.services.jcr
This package defines the EXO-JCR core.
org.exoplatform.services.jcr.access - package org.exoplatform.services.jcr.access
This package provides access control API.
org.exoplatform.services.jcr.config - package org.exoplatform.services.jcr.config
This package provides jcr configuration classes.
org.exoplatform.services.jcr.core - package org.exoplatform.services.jcr.core
This package provides the JCR core classes.
org.exoplatform.services.jcr.core.lock - package org.exoplatform.services.jcr.core.lock
This package provides extended Lock API.
org.exoplatform.services.jcr.core.nodetype - package org.exoplatform.services.jcr.core.nodetype
This package provides the Node type API.
org.exoplatform.services.jcr.dataflow - package org.exoplatform.services.jcr.dataflow
This package provides the classes necessary to manage changes log and data flow.
org.exoplatform.services.jcr.dataflow.persistent - package org.exoplatform.services.jcr.dataflow.persistent
This package provides the classes necessary to persist data in the storage.
org.exoplatform.services.jcr.datamodel - package org.exoplatform.services.jcr.datamodel
This package provides the API for jCR data model.
org.exoplatform.services.jcr.ext.common - package org.exoplatform.services.jcr.ext.common
This package defines the common exo-jcr extension class.
org.exoplatform.services.jcr.ext.registry - package org.exoplatform.services.jcr.ext.registry
This package defines the registry service.
org.exoplatform.services.jcr.impl.core.lock - package org.exoplatform.services.jcr.impl.core.lock
This package provides the API for lock data.
org.exoplatform.services.jcr.impl.core.lock.cacheable - package org.exoplatform.services.jcr.impl.core.lock.cacheable
This package provides the classes necessary to manage lock cache.
org.exoplatform.services.jcr.impl.core.nodetype - package org.exoplatform.services.jcr.impl.core.nodetype
This package provides the API for Node type.
org.exoplatform.services.jcr.impl.core.query - package org.exoplatform.services.jcr.impl.core.query
This package provides the classes necessary to manage query.
org.exoplatform.services.jcr.impl.ext.action - package org.exoplatform.services.jcr.impl.ext.action
This package provides the classes necessary to manage JCR Action.
org.exoplatform.services.jcr.storage - package org.exoplatform.services.jcr.storage
This package provides jcr data storage API.
org.exoplatform.services.listener - package org.exoplatform.services.listener
This package provides classes to manage Listener.
org.exoplatform.services.naming - package org.exoplatform.services.naming
This package manages the binding reference to JNDI naming context.
org.exoplatform.services.organization - package org.exoplatform.services.organization
This package provides the organization API.
org.exoplatform.services.security - package org.exoplatform.services.security
This package provides the security service.
org.exoplatform.services.seo - package org.exoplatform.services.seo
Provides the SEO Service to manage SEO data of pages or content.
org.exoplatform.services.wcm.extensions.publication - package org.exoplatform.services.wcm.extensions.publication
Provides the Publication Manager to handle all actions related to lifecycle and publication on content.
org.exoplatform.services.wcm.friendly - package org.exoplatform.services.wcm.friendly
Provides Friendly Service to handle friendly URL.
org.exoplatform.services.wcm.publication - package org.exoplatform.services.wcm.publication
Provides the WCMComposer, one of the core services of web content management.
org.exoplatform.services.wcm.search - package org.exoplatform.services.wcm.search
Provides Search Service to handle search on a site with different criteria.
org.exoplatform.social.core.manager - package org.exoplatform.social.core.manager
Provides classes that are necessary to manage all related entities on Social and all services that manage each type in both separating and collaborating between them.
org.exoplatform.social.core.processor - package org.exoplatform.social.core.processor
Provides classes that are necessary to process the activity content, such as HTML and localization.
org.exoplatform.social.core.service - package org.exoplatform.social.core.service
Provides classes that are necessary to build common information, such as links in Social.
org.exoplatform.social.core.space.spi - package org.exoplatform.social.core.space.spi
Provides classes that are necessary to control spaces and their lifecycles.
org.exoplatform.wiki.rendering - package org.exoplatform.wiki.rendering
Handles the rendering from markup data into readable formats, such as HTML.
org.exoplatform.wiki.service - package org.exoplatform.wiki.service
Handles all actions in Wiki.
org.exoplatform.wiki.service.image - package org.exoplatform.wiki.service.image
Provides methods which handle images with the right size ratio and optimize them.
org.exoplatform.wiki.service.impl - package org.exoplatform.wiki.service.impl
Implements services of the Wiki application.
org.exoplatform.wiki.service.wysiwyg - package org.exoplatform.wiki.service.wysiwyg
Handles all actions within the XWiki WYSIWYG and related Wiki services.
OrganizationServiceInitializer - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
If the other service or a third party want to customize the initialization phase of the organization service.
OTHER_KEYS - Static variable in interface org.exoplatform.services.organization.UserProfile
The predefine attributes of the exoplatform.
OVERLOAD_CONTEXT_FACTORY - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
This parameter is used to overload the default initial context factory in order to ensure that binded objects are shared

P

PAGE - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of pages.
PAGE_MODE_MORE - Static variable in interface org.exoplatform.services.wcm.search.SiteSearchService
 
PAGE_MODE_NONE - Static variable in interface org.exoplatform.services.wcm.search.SiteSearchService
 
PAGE_MODE_PAGINATION - Static variable in interface org.exoplatform.services.wcm.search.SiteSearchService
 
parameters - Variable in class org.exoplatform.services.jcr.access.AccessManager
 
parent - Variable in class org.exoplatform.container.ExoContainer
 
parse(String) - Static method in class org.exoplatform.services.jcr.access.AccessControlEntry
Factory method.
parse(String) - Static method in class org.exoplatform.services.jcr.datamodel.InternalQName
Parse qname in form of eXo-JCR names conversion string.
parse(String) - Static method in class org.exoplatform.services.security.MembershipEntry
 
parse(String, String) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Parses a wiki page markup based on the syntax.
parseLinkReference(String, EntityReference) - Method in interface org.exoplatform.wiki.service.wysiwyg.LinkService
Parses a given link reference and extracts a reference to the linked entity.
PasswordEncrypter - Interface in org.exoplatform.services.security
Created by The eXo Platform SAS .
PATH_PORTAL_SITES - Static variable in interface org.exoplatform.services.wcm.search.SiteSearchService
 
PermissionType - Interface in org.exoplatform.services.jcr.access
Created by The eXo Platform SAS
Interface defining all the constants related to a permission type.
PERSONAL_INFO_KEYS - Static variable in interface org.exoplatform.services.organization.UserProfile
The predefine attributes of the user personal info.
PlainChangesLog - Interface in org.exoplatform.services.jcr.dataflow
Created by The eXo Platform SAS
Plain changes log implementation (i.e.
PollService - Interface in org.exoplatform.poll.service
Main Facade for all Poll operations.
PORTAL - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of the entire portal (and all its sites).
PortalContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.
PortalContainer(RootContainer, ServletContext) - Constructor for class org.exoplatform.container.PortalContainer
 
PortalContainer.RegisterTask - Class in org.exoplatform.container
This class is used to register a portal container
PortalContainer.UnregisterTask - Class in org.exoplatform.container
This class is used to unregister a portal container
PortalContainerPostCreateTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
 
PortalContainerPostInitTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
 
PortalContainerPreInitTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
 
PORTLET_MODE - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
Mode of portlet.
POST_CREATE_CONTENT_EVENT - Static variable in interface org.exoplatform.services.cms.CmsService
 
POST_EDIT_CONTENT_EVENT - Static variable in interface org.exoplatform.services.cms.CmsService
 
postDelete(Group) - Method in class org.exoplatform.services.organization.GroupEventListener
This method should be called after the group has been removed from the database but not commited yet.
postDelete(Membership) - Method in class org.exoplatform.services.organization.MembershipEventListener
This method should be called after the membership has been removed from the database but not commited yet.
postDelete(MembershipType) - Method in class org.exoplatform.services.organization.MembershipTypeEventListener
This method should be called after the membership type has been removed from the database but not commited yet.
postDelete(User) - Method in class org.exoplatform.services.organization.UserEventListener
This method should be called after the user has been removed from the database but not committed yet.
postDelete(UserProfile) - Method in class org.exoplatform.services.organization.UserProfileEventListener
When you register the listener to the organization service.
postSave(Group, boolean) - Method in class org.exoplatform.services.organization.GroupEventListener
This method is called after the group has been saved but not commited yet
postSave(Membership, boolean) - Method in class org.exoplatform.services.organization.MembershipEventListener
This method is called after the membership has been saved but not commited yet
postSave(MembershipType, boolean) - Method in class org.exoplatform.services.organization.MembershipTypeEventListener
This method is called after the membership type has been saved but not commited yet
postSave(User, boolean) - Method in class org.exoplatform.services.organization.UserEventListener
This method is called after the user has been saved but not committed yet
postSave(UserProfile, boolean) - Method in class org.exoplatform.services.organization.UserProfileEventListener
When you register the listener to the organization service.
postSetEnabled(User) - Method in class org.exoplatform.services.organization.UserEventListener
This method is called after enabling/disabling a user.
PRE_CREATE_CONTENT_EVENT - Static variable in interface org.exoplatform.services.cms.CmsService
 
PRE_EDIT_CONTENT_EVENT - Static variable in interface org.exoplatform.services.cms.CmsService
 
preDelete(Group) - Method in class org.exoplatform.services.organization.GroupEventListener
This method is called before a group should be deleted
preDelete(Membership) - Method in class org.exoplatform.services.organization.MembershipEventListener
This method is called before the membership is removed
preDelete(MembershipType) - Method in class org.exoplatform.services.organization.MembershipTypeEventListener
This method is called before the membership type is removed
preDelete(User) - Method in class org.exoplatform.services.organization.UserEventListener
This method is called before an user should be deleted
preDelete(UserProfile) - Method in class org.exoplatform.services.organization.UserProfileEventListener
When you register the listener to the organization service.
prepare() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Prepare the commit phase.
preSave(Group, boolean) - Method in class org.exoplatform.services.organization.GroupEventListener
This method is called before the group is persisted to the database.
preSave(Membership, boolean) - Method in class org.exoplatform.services.organization.MembershipEventListener
This method is called before the membership object is saved.
preSave(MembershipType, boolean) - Method in class org.exoplatform.services.organization.MembershipTypeEventListener
This method is called before the membership type object is saved.
preSave(User, boolean) - Method in class org.exoplatform.services.organization.UserEventListener
This method is called before the user is persisted to the database.
preSave(UserProfile, boolean) - Method in class org.exoplatform.services.organization.UserProfileEventListener
When you register the listener with the organization service.
preSetEnabled(User) - Method in class org.exoplatform.services.organization.UserEventListener
This method is called before enabling/disabling a user.
PREVIOUS_ITEM - Static variable in class org.exoplatform.services.ext.action.InvocationContext
Previous item.
primaryItemName - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
PRIVATE - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name PRIVATE
process(ExoSocialActivity, Locale) - Method in class org.exoplatform.social.core.processor.I18NActivityProcessor
Processes the I18N activity which means that activity.getTitleId() != null.
processActivitiy(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Will be removed by 4.0.x.
processEnabledIdentity(String, boolean) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Process status of Identity when enable/disable user.
processEnabledUser(String, String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Process when a user update information disabled or enabled.
processKeys(ExoSocialActivity, Locale) - Method in class org.exoplatform.social.core.processor.I18NActivityProcessor
Processes the I18N activity which means that activity.getTitleId() != null.
PROFILE_DEFAULT_AVATAR_URL - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
PROPERTIES_DEFAULT - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
PROPERTIES_MANDATORY - Static variable in class org.exoplatform.services.naming.InitialContextInitializer
 
PropertyDefinitionData - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The PropertyDefinitionData interface extends ItemDefinitionValue provides the methods read access to property definition
PropertyDefinitionData(InternalQName, InternalQName, boolean, boolean, int, boolean, int, String[], String[], boolean) - Constructor for class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
PropertyDefinitionDatas - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
PropertyDefinition data object.
PropertyDefinitionDatas() - Constructor for class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionDatas
 
PropertyDefinitionValue - Class in org.exoplatform.services.jcr.core.nodetype
Created by The eXo Platform SAS
The PropertyDefinitionValue interface extends ItemDefinitionValue with the addition of writing methods, enabling the characteristics of a child property definition to be set, after that the PropertyDefinitionValue is added to a NodeTypeValue.
PropertyDefinitionValue() - Constructor for class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
PropertyDefinitionValue(String, boolean, boolean, int, boolean, List<String>, boolean, int, List<String>) - Constructor for class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
PropertyDefinitionValue(PropertyDefinition) - Constructor for class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
protectedItem - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
PUBLIC - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name PUBLIC
PublicationManager - Interface in org.exoplatform.services.wcm.extensions.publication
Manages lifecycle and context of the publication.
put(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
Performs a put in the cache.
put(String, ItemImpl) - Method in class org.exoplatform.services.ext.action.InvocationContext
 
put(String, ExoContainer) - Method in class org.exoplatform.services.ext.action.InvocationContext
 
put(String, int) - Method in class org.exoplatform.services.ext.action.InvocationContext
 
put(ItemData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Adds (or updates if found) ItemData.
putAsyncMap(Map<? extends K, ? extends V>) - Method in interface org.exoplatform.services.cache.ExoCache
Performs a put of all the entries provided by the map argument on asynchronous mode.
putLocal(K, V) - Method in interface org.exoplatform.services.cache.ExoCache
Performs a put in the cache local mode (avoid replication).
putMap(Map<? extends K, ? extends V>) - Method in interface org.exoplatform.services.cache.ExoCache
Performs a put of all the entries provided by the map argument.

Q

query - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The actual query implementation that can be executed
queryHandler - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
QueryHandler - Interface in org.exoplatform.services.jcr.impl.core.query
Defines an interface for the actual node indexing and query execution.
QueryImpl - Class in org.exoplatform.services.jcr.impl.core.query
Provides the default implementation for a JCR query.
QueryImpl() - Constructor for class org.exoplatform.services.jcr.impl.core.query.QueryImpl
 

R

READ - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
Name of the permission needed to read an item
read() - Method in interface org.exoplatform.services.jcr.config.ConfigurationPersister
Read config data.
readExternal(ObjectInput) - Method in class org.exoplatform.services.jcr.access.AccessControlList
recall() - Method in class org.exoplatform.services.naming.InitialContextInitializer
Deprecated.
recordActivity(Identity, String, String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Use ActivityManager.saveActivity(Identity, String, String) instead. Will be removed by 4.0.x.
recordActivity(Identity, ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
use ActivityManager.saveActivity(Identity, ExoSocialActivity) instead. Will be removed by 4.0.x.
recordActivity(Identity, String, String, String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Use ActivityManager.saveActivity(Identity, ExoSocialActivity) instead. Will be removed by 4.0.x.
recreateEntry(SessionProvider, String, RegistryEntry) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Re-creates an entry in the group.
refreshLockData(LockData) - Method in interface org.exoplatform.services.jcr.impl.core.lock.cacheable.CacheableLockManager
Replace old lockData with new one.
registerArray(Object[][]) - Method in class org.exoplatform.container.StandaloneContainer
 
registerBBCodePlugin(BBCodePlugin) - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Registers a new BBCode plugin.
registerComponentImplementation(Class<T>) - Method in class org.exoplatform.container.ExoContainer
Register a component using the componentImplementation as key.
registerComponentInstance(T) - Method in class org.exoplatform.container.ExoContainer
Register an arbitrary object.
registerContext(ServletContext) - Method in class org.exoplatform.container.PortalContainer
Register a new servlet context that contains configuration files and potentially resource files We assume that this method is called within the initialization context of the related web application
registerIdentityProviders(IdentityProviderPlugin) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Registers one or more identity providers through IdentityProviderPlugin.
registerLifecycleListener(SessionLifecycleListener) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Registers session listener.
registerNodeType(NodeTypeValue, int) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Registers node type using value object.
registerNodeType(List<NodeTypeData>, NodeTypeDataManager, String, int) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Registers new node types
registerNodeTypes(InputStream, int, String) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Registers all node types using XML binding value objects from xml stream.
registerNodeTypes(List<NodeTypeValue>, int) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Registers or updates the specified Collection of NodeTypeValue objects.
registerNodeTypes(InputStream, int, String) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
registerNodeTypes(List<NodeTypeValue>, int) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
registerPortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Register a new portal container.
registerProfileListener(ProfileListenerPlugin) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Registers a profile listener plugin by an external component plugin mechanism.
registerProfileListener(ProfileListener) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
registerRenderer(RendererPlugin) - Method in class org.exoplatform.forum.rendering.MarkupRenderingService
 
registerRenderer(Renderer) - Method in class org.exoplatform.forum.rendering.MarkupRenderingService
Registers a render.
registerSpaceLifeCycleListener(SpaceLifeCycleListener) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
registerSpaceListenerPlugin(SpaceListenerPlugin) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Registers a space listener plugin to listen to space lifecyle events: creating, updating, installing an application, and more.
RegisterTask() - Constructor for class org.exoplatform.container.PortalContainer.RegisterTask
 
RegistryService - Class in org.exoplatform.services.jcr.ext.registry
Created by The eXo Platform SAS
Centralized collector for JCR based entities (services, apps, users) It contains info about the whole system, i.e.
RegistryService(InitParams, RepositoryService) - Constructor for class org.exoplatform.services.jcr.ext.registry.RegistryService
 
regWorkspaces - Variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
RelationshipManager - Interface in org.exoplatform.social.core.manager
Controls connections between identities.
reload() - Method in class org.exoplatform.container.RootContainer
Makes the RootContainer reloads itself and all the portal containers
reload(String) - Method in class org.exoplatform.container.RootContainer
Makes the RootContainer reloads only a given portal container
remove(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Processes a dedicated work when the remove event is triggered.
remove(Context, Scope, String) - Method in interface org.exoplatform.commons.api.settings.SettingService
Removes a value associated with a specified composite key.
remove(Context, Scope) - Method in interface org.exoplatform.commons.api.settings.SettingService
Removes all values associated with a specified context and scope from the database.
remove(Context) - Method in interface org.exoplatform.commons.api.settings.SettingService
Removes all values associated with a specified context from the database.
remove(Serializable) - Method in interface org.exoplatform.services.cache.ExoCache
Removes an entry from the cache.
REMOVE - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
Name of the permission needed to remove an item
remove(ItemData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Removes data and its children from cache.
remove(String, ItemData) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Removes an item from the cache if and only if the current item for the provided identifier is equals to the provided item.
remove(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.delete(Relationship) instead. Will be removed by 4.0.x.
removeActivityResourceBundlePlugin(ActivityResourceBundlePlugin) - Method in class org.exoplatform.social.core.processor.I18NActivityProcessor
Unregisters an existing registered resource bundle plugin.
removeApplication(Space, String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Removes an installed application from a space.
removeApplication(String, String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Removes an installed application from a space.
removeAttribute(String) - Method in class org.exoplatform.services.security.ConversationState
removes attribute.
removeBan(String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a banned Ip.
removeBanIPForum(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes an Ip from the list of banned Ips in a forum.
removeCachedObjects() - Method in interface org.exoplatform.services.cache.ExoCache
Clears the cache and returns the list of cached object that are considered as valid when the method is called.
removeCacheUserProfile(String) - Method in interface org.exoplatform.forum.service.ForumService
Removes data of user profile from cache of a user.
removeCategory(String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a category by its provided Id.
removeCategory(Node, String, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Removes a category from a given node.
removeCategory(Node, String, String, boolean) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Removes a category from a given node.
removeContext(ComponentPlugin) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Removes definitions of a context from the publication plugin.
removeDraft(String) - Method in interface org.exoplatform.wiki.service.WikiService
Removes a draft page by its name.
removeDraftOfPage(WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Removes a draft page of a wiki page which is specified by the wiki page param.
removeEntry(SessionProvider, String) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Removes the entry at the given absolute path (concatenation of group path / entry name)
removeEventListener(Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
Unregisters a listener out of the event system.
removeEventListener(String, Listener<S, D>) - Method in interface org.exoplatform.commons.api.event.EventManager
Unregisters a listener out of a given event group in the event system.
removeExpired() - Method in interface org.exoplatform.services.jcr.impl.core.lock.WorkspaceLockManager
Remove expired locks.
removeFavorite(Node, String) - Method in interface org.exoplatform.services.cms.documents.FavoriteService
Removes favorite from a node.
removeForum(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a forum by its category Id and forum Id.
removeFriendly(String) - Method in interface org.exoplatform.services.wcm.friendly.FriendlyService
Removes a friendly entry based on the friendly key.
removeGroup(Group, boolean) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to remove a group from the group database.
removeGroupEventListener(GroupEventListener) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to unregister a group event listener
removeIdentityProvider(IdentityProvider<?>) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Removes a specific identity provider.
removeInvitedUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Removes a user from the list of users who are invited to join a space.
removeLifecycle(ComponentPlugin) - Method in interface org.exoplatform.services.wcm.extensions.publication.PublicationManager
Removes definitions of a lifecycle from the publication plugin.
removeLike(ExoSocialActivity, Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
Use ActivityManager.deleteLike(ExoSocialActivity, Identity) instead. Will be removed by 4.0.x.
removeListener(NodeTypeManagerListener) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
removeListener(WorkspaceStorageCacheListener) - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Removes a listener
removeListenerPlugin(PollEventListener) - Method in interface org.exoplatform.poll.service.PollService
Removes a listener plugin.
removeLocal(Serializable) - Method in interface org.exoplatform.services.cache.ExoCache
Removes an entry from the cache local mode (avoid replication).
removeLockedNode(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.LockTableHandler
Removes locked node directly from database.
removeLockToken(String) - Method in interface org.exoplatform.services.jcr.impl.core.lock.SessionLockManager
Invoked by a session to inform that a lock token has been removed.
removeMember(User) - Method in interface org.exoplatform.forum.service.ForumService
Removes an existing member from a forum.
removeMember(String) - Method in interface org.exoplatform.forum.service.ForumStatisticsService
Decreases the count of users when a member is removed.
removeMember(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Removes a member from a space.
removeMember(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
removeMembership(String, boolean) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to remove a membership.
removeMembershipByUser(String, boolean) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to remove all user's membership.
removeMembershipEventListener(MembershipEventListener) - Method in interface org.exoplatform.services.organization.MembershipHandler
Use this method to unregister a membership event listener.
removeMembershipType(String, boolean) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to remove a membership type.
removeMembershipTypeEventListener(MembershipTypeEventListener) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to unregister a membership type event listener.
removeNodeType(NodeTypeData) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Removes a node type from memory
removePageMetadata(PageMetadataModel, String, boolean, String) - Method in interface org.exoplatform.services.seo.SEOService
Removes metadata from a given page.
removePendingUser(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Removes a user from a list of pending requests for joining a space.
removePermission(String) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Removes permissions for particular identity.
removePermission(String, String) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Removes specified permission for particular identity.
removePermissions(String) - Method in class org.exoplatform.services.jcr.access.AccessControlList
Removes all the permissions of a given identity
removePermissions(String, String) - Method in class org.exoplatform.services.jcr.access.AccessControlList
Removes the permission corresponding to the given identity and the given permission type
removePlugin(String) - Method in class org.exoplatform.services.naming.InitialContextInitializer
 
removePoll(String) - Method in interface org.exoplatform.poll.service.PollService
Removes a poll.
removePortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Removes the portal container
removePost(String, String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a post.
removePrivateMessage(String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a private message.
removeRegistryLocation(String) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
removeRelatedPage(WikiPageParams, WikiPageParams) - Method in interface org.exoplatform.wiki.service.WikiService
Removes a related page of the current wiki page.
removeRepository(String) - Method in interface org.exoplatform.services.jcr.RepositoryService
Remove repository with name repositoryName.
removeRepository(String, boolean) - Method in interface org.exoplatform.services.jcr.RepositoryService
Remove repository with name repositoryName.
removeSuperManagersMembership(String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Remove spaces super manager membership
removeTag(String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Removes a tag.
removeTagOfDocument(String, Node, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Removes tag from a given document.
removeTagPermission(String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Removes a given user or group from the list of tag permissions.
removeTagsOfNodeRecursively(Node, String, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Removes all tags linked to the child nodes of a given node.
removeTaxonomyNode(String, String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Removes a taxonomy node located at the given absolute path.
removeTaxonomyTree(String) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Removes a taxonomy tree.
removeTemplate(String, String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ApplicationTemplateManagerService
Removes a template from a given portlet.
removeTemplate(String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Removes a template by a given path.
removeTemplate(String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Removes a template by a given path.
removeTopic(String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a topic.
removeUser(String, boolean) - Method in interface org.exoplatform.services.organization.UserHandler
Remove an user and broadcast the event to all the registered listener.
removeUserEventListener(UserEventListener) - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to unregister an user event listener
removeUserProfile(String, boolean) - Method in interface org.exoplatform.services.organization.UserProfileHandler
This method should remove the user profile record in the database.
removeUserProfileEventListener(UserProfileEventListener) - Method in interface org.exoplatform.services.organization.UserProfileHandler
This method is used to unregister listener.
removeView(String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Removes a view from the views list in the system.
removeWatch(int, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a watch.
removeWorkspace(String) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Remove workspace with name workspaceName.
rename(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Renames NodeData using Node identifier and new name and index from the data.
renamePage(String, String, String, String, String) - Method in interface org.exoplatform.wiki.service.WikiService
Renames a wiki page.
renameSpace(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Renames a space.
renameSpace(String, Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Renames a space by an identity who has rights of super admin.
render(String, String, String, boolean) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Renders a wiki page from its markup to HTML by using the right syntax.
render(String, String, String, boolean, boolean) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Renders a wiki page from its markup to HTML by using the right syntax.
rendererRegistry - Variable in class org.exoplatform.forum.rendering.MarkupRenderingService
 
RenderingService - Interface in org.exoplatform.wiki.rendering
Renders a wiki page from its markup to something readable, such as HTML.
REPLACE_IF_EXISTS - Static variable in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
 
RepositoryEntry - Class in org.exoplatform.services.jcr.config
Created by The eXo Platform SAS
The repository configuration bean
RepositoryEntry() - Constructor for class org.exoplatform.services.jcr.config.RepositoryEntry
 
repositoryName - Variable in class org.exoplatform.commons.api.settings.data.SettingContext
Name of the repository in JCR.
repositoryService - Variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
RepositoryService - Interface in org.exoplatform.services.jcr
Created by The eXo Platform SAS
The repository service interface
RepositoryServiceConfiguration - Class in org.exoplatform.services.jcr.config
Created by The eXo Platform SAS
Repository service configuration class is used to manage repository configuration.
RepositoryServiceConfiguration() - Constructor for class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
RepositoryServiceConfiguration(String, List<RepositoryEntry>) - Constructor for class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
 
requestJoin(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
requestJoin(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
requiredPrimaryTypes - Variable in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionData
 
requiredType - Variable in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
residualSet - Variable in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
resizeImage(String, InputStream, int, int, boolean) - Method in interface org.exoplatform.forum.common.image.ResizeImageService
Resizes an image to given dimensions.
resizeImage(String, InputStream, int, int, boolean) - Method in interface org.exoplatform.wiki.service.image.ResizeImageService
Resizes a given image to the specified dimensions.
resizeImageByHeight(String, InputStream, int) - Method in interface org.exoplatform.forum.common.image.ResizeImageService
Resizes an image to a given height.
resizeImageByHeight(String, InputStream, int) - Method in interface org.exoplatform.wiki.service.image.ResizeImageService
Resizes a given image input stream to adapt with the desired height and keep the aspect ratio.
resizeImageByWidth(String, InputStream, int) - Method in interface org.exoplatform.forum.common.image.ResizeImageService
Resizes an image to a given width.
resizeImageByWidth(String, InputStream, int) - Method in interface org.exoplatform.wiki.service.image.ResizeImageService
Resizes a given image to adapt with the desired width and keep the aspect ratio.
ResizeImageService - Interface in org.exoplatform.forum.common.image
Resizes the dimension of images.
ResizeImageService - Interface in org.exoplatform.wiki.service.image
Provides different methods which handle images with the right ratio and optimize them.
resolveGroupByMembership(String, String) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to find all the groups of an user with the specified membership type or *.
RESOURCE_URL - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
restoreVersionOfPage(String, Page) - Method in interface org.exoplatform.wiki.service.WikiService
Restores a version of a page
retain() - Method in class org.exoplatform.services.jcr.config.RepositoryServiceConfiguration
Saves current configuration to persistent.
reuseConnection(WorkspaceStorageConnection) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
revokeInvitation(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
revokeInvitation(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
revokeRequestJoin(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
revokeRequestJoin(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
RolesExtractor - Interface in org.exoplatform.services.security
Created by The eXo Platform SAS
Strategy of extraction J2EE roles from given group names
rollback() - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Refuses persistent changes and closes connection.
rollbackTransaction() - Method in interface org.exoplatform.services.jcr.dataflow.persistent.WorkspaceStorageCache
Forget about changes
RootContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
A base container which plays an important role during the startup.
RootContainer() - Constructor for class org.exoplatform.container.RootContainer
 
RootContainer.PortalContainerInitTask - Interface in org.exoplatform.container
This interface is used to define a task that needs to be launched at a given state during the initialization of a portal container
RootContainer.PortalContainerPostCreateTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched after creating a portal container Those type of tasks must be launched after all the "post-init" tasks.
RootContainer.PortalContainerPostInitTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched after the initialization of a portal container
RootContainer.PortalContainerPreInitTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched before the initialization of a portal container
ROUTE_DELIMITER - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
run() - Method in class org.exoplatform.services.listener.ListenerService.RunListener
RunListener(Listener<S, D>, Event<S, D>) - Constructor for class org.exoplatform.services.listener.ListenerService.RunListener
 
runPrune(PruneSetting) - Method in interface org.exoplatform.forum.service.ForumService
Runs settings of a prune.
runPrune(String) - Method in interface org.exoplatform.forum.service.ForumService
Runs settings of a prune by a forum path.

S

save() - Method in interface org.exoplatform.commons.api.event.data.BaseObject
Stores all information to the database.
save(Context) - Method in interface org.exoplatform.commons.api.settings.SettingService
Saves a Context on database
save(List<BBCode>) - Method in interface org.exoplatform.forum.bbcode.api.BBCodeService
Saves a list of BBCodes.
save(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use actions (inviteToConnect, confirm) instead. Will be removed by 4.0.x.
saveActivity(Identity, String, String) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Saves a new activity by indicating stream owner, activity type and title.
saveActivity(Identity, ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Deprecated.
saveActivity(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
saveActivityIdForOwner(String, String) - Method in interface org.exoplatform.poll.service.PollService
Saves information of a poll activity that is used for processing the activity streams.
saveActivityIdForOwnerId(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves information of a forum activity by the owner Id that is used for processing the activity streams.
saveActivityIdForOwnerPath(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves information of a forum activity by the owner path that is used for processing the activity streams.
saveActivityNoReturn(Identity, ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Saves a newly created activity to a stream.
saveActivityNoReturn(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Saves a newly created activity to the stream.
saveCategory(Category, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves a category which is added or updated.
saveCollapsedCategories(String, String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves a collapsed category.
saveComment(ExoSocialActivity, ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Saves a new comment or comment reply to a specific activity.
saveCommentIdForOwnerId(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves information of a comment by the owner Id.
saveCommentIdForOwnerPath(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves information of a comment by the owner path.
saveForum(String, Forum, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves a forum into a specific category.
saveForumAdministration(ForumAdministration) - Method in interface org.exoplatform.forum.service.ForumService
Saves the administration settings of Forums.
saveForumStatistic(ForumStatistic) - Method in interface org.exoplatform.forum.service.ForumService
Saves statistics of Forums.
saveForumSubscription(ForumSubscription, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves a subscription of a user.
saveGroup(Group, boolean) - Method in interface org.exoplatform.services.organization.GroupHandler
Use this method to update the properties of an existed group.
saveIdentity(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
saveLastPostIdRead(String, String[], String[]) - Method in interface org.exoplatform.forum.service.ForumService
Saves Ids of the last read posts into a topic or forum.
saveLike(ExoSocialActivity, Identity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Saves the like information of an identity to a specific activity.
saveMembershipType(MembershipType, boolean) - Method in interface org.exoplatform.services.organization.MembershipTypeHandler
Use this method to update an existed MembershipType data.
saveModerateOfForums(List<String>, String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves or removes a moderator to/from a list of forums.
saveModOfCategory(List<String>, String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Sets a moderator for a category.
savePoll(Poll, boolean, boolean) - Method in interface org.exoplatform.poll.service.PollService
Saves a poll.
savePost(String, String, String, Post, boolean, MessageBuilder) - Method in interface org.exoplatform.forum.service.ForumService
Saves or updates a post.
savePrivateMessage(ForumPrivateMessage) - Method in interface org.exoplatform.forum.service.ForumService
Saves a private message.
saveProfile(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
savePruneSetting(PruneSetting) - Method in interface org.exoplatform.forum.service.ForumService
Saves settings of a prune.
saveReadMessage(String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Saves a read message.
saveRelationship(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Deprecated.
Use RelationshipManager.update(Relationship) instead. Will be removed by 4.0.x.
saveSpace(Space, boolean) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
saveTag(Tag) - Method in interface org.exoplatform.forum.service.ForumService
Saves a new tag.
saveTopic(String, String, Topic, boolean, boolean, MessageBuilder) - Method in interface org.exoplatform.forum.service.ForumService
Saves or updates a topic by category Id and forum Id.
saveUser(User, boolean) - Method in interface org.exoplatform.services.organization.UserHandler
This method is used to update an existing User object
saveUserAvatar(String, ForumAttachment) - Method in interface org.exoplatform.forum.service.ForumService
Saves an avatar for a user.
saveUserBookmark(String, String, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves a user's bookmark.
saveUserModerator(String, List<String>, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Sets the moderator role to a user in a forum or a category.
saveUserProfile(UserProfile, boolean, boolean) - Method in interface org.exoplatform.forum.service.ForumService
Saves the user profile.
saveUserProfile(UserProfile, boolean) - Method in interface org.exoplatform.services.organization.UserProfileHandler
This method should persist the profile instance to the database.
saveUserSettingProfile(UserProfile) - Method in interface org.exoplatform.forum.service.ForumService
Saves the settings information of a user profile.
Scope - Class in org.exoplatform.commons.api.settings.data
Saves some settings linked to a scope.
Scope(String, String) - Constructor for class org.exoplatform.commons.api.settings.data.Scope
 
scope - Variable in class org.exoplatform.commons.api.settings.data.SettingScope
 
scopePath - Variable in class org.exoplatform.commons.api.settings.data.SettingScope
 
search(SearchContext, String, Collection<String>, Collection<String>, int, int, String, String) - Method in class org.exoplatform.commons.api.search.SearchService
Aggregates search results from all connectors.
search(SearchContext, String, Collection<String>, int, int, String, String) - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
Returns a collection of search results from the connectors.
search(String) - Method in interface org.exoplatform.forum.service.ForumService
Searches by a query statement.
search(SearchContext, String, Collection<String>, int, int, String, String) - Method in class org.exoplatform.wiki.service.impl.WikiSearchServiceConnector
Implements the search method by given criteria.
search(WikiSearchData) - Method in interface org.exoplatform.wiki.service.WikiService
Searches in all wiki pages.
searchPageContents(SessionProvider, QueryCriteria, int, boolean) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
Searches for pages.
SearchService - Class in org.exoplatform.commons.api.search
Defines a Search API that a driver can implement, and provides the add/get methods to the connector.
SearchService() - Constructor for class org.exoplatform.commons.api.search.SearchService
 
SearchServiceConnector - Class in org.exoplatform.commons.api.search
Is extended by all SearchService connectors, and allows to build configuration needed by a list of connectors that is used for the Unified Search.
SearchServiceConnector(InitParams) - Constructor for class org.exoplatform.commons.api.search.SearchServiceConnector
Initializes a search service connector.
searchSiteContents(SessionProvider, QueryCriteria, int, boolean) - Method in interface org.exoplatform.services.wcm.search.SiteSearchService
Searches for content nodes of a site.
searchSpaces(String) - Method in interface org.exoplatform.wiki.service.WikiService
Searches for spaces by a given keyword.
searchTemplate(TemplateSearchData) - Method in interface org.exoplatform.wiki.service.WikiService
Searches in all templates.
searchUserProfile(String) - Method in interface org.exoplatform.forum.service.ForumService
searchUserProfileByFilter(UserProfileFilter) - Method in interface org.exoplatform.forum.service.ForumService
Searches for user profiles return as ListAccess.
select(K, ObjectCacheInfo<? extends V>) - Method in interface org.exoplatform.services.cache.CachedObjectSelector
Indicates whether or not a given key must be selected
select(CachedObjectSelector<? super K, ? super V>) - Method in interface org.exoplatform.services.cache.ExoCache
Selects a subset of the cache.
SEOService - Interface in org.exoplatform.services.seo
Supplies APIs to manage SEO data of pages or content.
session - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The session of the user executing this query
SESSION_PROVIDER - Static variable in class org.exoplatform.services.jcr.ext.common.SessionProvider
Constant for handlers.
SESSION_TO_BE_INVALIDATED_ATTRIBUTE_NAME - Static variable in class org.exoplatform.container.RootContainer
The name of the attribute used to mark a session as to be invalidated
SessionActionCatalog - Class in org.exoplatform.services.jcr.impl.ext.action
Created by The eXo Platform SAS
SessionActionCatalog service allows to register actions.
SessionActionCatalog(RepositoryService) - Constructor for class org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog
 
SessionLifecycleListener - Interface in org.exoplatform.services.jcr.core
Created by The eXo Platform SAS
A listener allowing to be notified when a session is closed
SessionLockManager - Interface in org.exoplatform.services.jcr.impl.core.lock
Created by The eXo Platform SAS
This interface encapsulates methods for the management of locks by session.
SessionProvider - Class in org.exoplatform.services.jcr.ext.common
Created by The eXo Platform SAS
Provides JCR Session for client program.
SessionProvider(ConversationState) - Constructor for class org.exoplatform.services.jcr.ext.common.SessionProvider
Creates SessionProvider for certain identity.
set(Context, Scope, String, SettingValue<?>) - Method in interface org.exoplatform.commons.api.settings.SettingService
Sets a value with the key that is composed by context, scope, key.
SET_PROPERTY - Static variable in interface org.exoplatform.services.jcr.access.PermissionType
The name of the permission needed to set a property to a node
setAccessManager(AccessManagerEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setAction(Action) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setActionClassName(String) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setActions(List<ActionConfiguration>) - Method in class org.exoplatform.services.jcr.impl.ext.action.AddActionsPlugin.ActionsConfig
 
setAttribute(String, String) - Method in interface org.exoplatform.services.organization.UserProfile
Use this method to change or add a new attribute to the user info map.
setAttribute(String, Object) - Method in class org.exoplatform.services.security.ConversationState
sets attribute.
setCache(CacheEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setCacheMode(CacheMode) - Method in class org.exoplatform.services.cache.ExoCacheConfig
 
setCaseInsensitiveOrder(boolean) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
setClosedPoll(Poll) - Method in interface org.exoplatform.poll.service.PollService
Sets a poll to "closed".
setConfigurationPath(String) - Static method in class org.exoplatform.container.StandaloneContainer
Set configuration path.
setConfigurationURL(String) - Static method in class org.exoplatform.container.StandaloneContainer
Set configuration URL.
setContainer(ContainerEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setContext(InvocationContext) - Method in class org.exoplatform.services.jcr.access.AccessManager
 
setContext(QueryHandlerContext) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Sets QueryHandlerContext
setCreatedDate(Date) - Method in interface org.exoplatform.services.organization.MembershipType
 
setCreatedDate(Date) - Method in interface org.exoplatform.services.organization.User
Deprecated.
The third party should not used this method.
setCssURL(String) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Sets a CSS URL.
setCurrent(ConversationState) - Static method in class org.exoplatform.services.security.ConversationState
Preset current ConversationState.
setCurrentRepository(ManageableRepository) - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Sets the current repository Repository.
setCurrentRepositoryName(String) - Method in interface org.exoplatform.services.jcr.RepositoryService
Set current repository name.
setCurrentWorkspace(String) - Method in class org.exoplatform.services.jcr.ext.common.SessionProvider
Sets the current Workspace
setDeclaredChildNodeDefinitionValues(List<NodeDefinitionValue>) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setDeclaredPropertyDefinitionValues(List<PropertyDefinitionValue>) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setDeclaredSupertypeNames(List<String>) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setDeep(boolean) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
Sets the flag indicating if the action must be applied to direct children of the list of provided paths or to the the descendants too
setDefaultAvatar(String) - Method in interface org.exoplatform.forum.service.ForumService
Sets a default avatar.
setDefaultNodeTypeName(String) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
setDefaultValueStrings(List<String>) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
setDefinition(PropertyDefinitionData) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionDatas
 
setDescription(String) - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
setDescription(String) - Method in interface org.exoplatform.services.organization.Group
 
setDescription(String) - Method in interface org.exoplatform.services.organization.MembershipType
 
setDisplayName(String) - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
Sets a display name.
setDisplayName(String) - Method in interface org.exoplatform.services.organization.User
 
setDistributed(boolean) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets distributed state
setEmail(String) - Method in interface org.exoplatform.services.organization.User
 
setEnable(boolean) - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
set enable by default
setEnabled(String, boolean, boolean) - Method in interface org.exoplatform.services.organization.UserHandler
Enables/Disables the given user.
setEventType(EventType) - Method in class org.exoplatform.commons.api.settings.data.SettingData
Sets an event type associated with the setting data.
setEventTypes(String) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setFirstName(String) - Method in interface org.exoplatform.services.organization.User
 
setFullName(String) - Method in interface org.exoplatform.services.organization.User
Deprecated.
This method call setDiplayName
setGroupName(String) - Method in interface org.exoplatform.services.organization.Group
 
setIgnored(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Assigns the user who has ignored the space.
setImplementation(String) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets the full qualified name of the cache implementation to use.
setIndexerIoModeHandler(IndexerIoModeHandler) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
 
setIndexInfos(IndexInfos) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Sets IndexInfos instance into QueryHandler, which is later passed to MultiIndex.
setIndexUpdateMonitor(IndexUpdateMonitor) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
 
setInitialized() - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Sets the initialized flag.
setInitializer(WorkspaceInitializerEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setInstance(PortalContainer) - Static method in class org.exoplatform.container.PortalContainer
 
setInstance(RootContainer) - Static method in class org.exoplatform.container.RootContainer
Set the unique instance of the root container
setKey(String) - Method in class org.exoplatform.commons.api.settings.data.SettingKey
Sets a key value of the SettingKey object.
setLabel(String) - Method in interface org.exoplatform.services.cache.ExoCache
Sets the cache label
setLabel(String) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets the cache label
setLabel(String) - Method in interface org.exoplatform.services.organization.Group
 
setLastLoginTime(Date) - Method in interface org.exoplatform.services.organization.User
Deprecated.
The third party developer should not aware of this method
setLastName(String) - Method in interface org.exoplatform.services.organization.User
 
setLazyReadThreshold(int) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setLeader(Space, String, boolean) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
setLeader(String, String, boolean) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
setLimit(long) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Sets the maximum size of the result set.
setLiveTime(long) - Method in interface org.exoplatform.services.cache.ExoCache
Sets the maximum life time of an entry in the cache.
setLiveTime(long) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets the amount of time (in seconds) a cache entry is not written or read before it is evicted
setLockManager(LockManagerEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setLogEnabled(boolean) - Method in interface org.exoplatform.services.cache.ExoCache
 
setLogEnabled(boolean) - Method in class org.exoplatform.services.cache.ExoCacheConfig
 
setManager(Space, String, boolean) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Assigns the "manager" role to a user in a space.
setMaxSize(int) - Method in interface org.exoplatform.services.cache.ExoCache
Sets the maximum capacity of the cache.
setMaxSize(int) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets the maximum amount of entries allowed in the cache
setMemberships(Collection<MembershipEntry>) - Method in class org.exoplatform.services.security.Identity
Deprecated.
for back compatibility.
setMembershipType(String) - Method in interface org.exoplatform.services.organization.Membership
 
setMixin(boolean) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setModifiedDate(Date) - Method in interface org.exoplatform.services.organization.MembershipType
 
setMultiple(boolean) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
setName(String) - Method in interface org.exoplatform.services.cache.ExoCache
Sets the cache name.
setName(String) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets the cache name
setName(String) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setName(String) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setName(String) - Method in class org.exoplatform.services.listener.ListenerService.AsynchronousListener
 
setName(String) - Method in interface org.exoplatform.services.organization.MembershipType
 
setNodeTypes(String) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setOffset(long) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
Sets the start offset of the result set.
setOnline(boolean, boolean, boolean) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Switches index into corresponding ONLINE or OFFLINE mode.
setOrderableChild(boolean) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setOrganizationId(String) - Method in interface org.exoplatform.services.organization.User
sets the organizationId
setOwner(String) - Method in class org.exoplatform.services.jcr.access.AccessControlList
Sets owner.
setOwner(String) - Method in interface org.exoplatform.services.organization.MembershipType
 
setPassword(String) - Method in interface org.exoplatform.services.organization.User
This method is used to change the user account password.
setPath(String) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setPermission(String, String[]) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Sets permissions for particular identity.
setPermissions(Map<String, String[]>) - Method in interface org.exoplatform.services.jcr.core.ExtendedNode
Sets permission.
setPortletsPrefsRequired(PortletPreferenceRequiredPlugin) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Use SpaceApplicationConfigPlugin instead. Will be removed by 4.0.x.
setPrimaryItemName(String) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
 
setPrimaryType(NodeData, InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
Changes the primary node type of this node to nodeTypeName.
setQueryHandler(QueryHandlerEntry) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setReplicated(boolean) - Method in class org.exoplatform.services.cache.ExoCacheConfig
Sets replicated state
setRequiredNodeTypeNames(List<String>) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
setRequiredType(int) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
setResourceBundleService(ResourceBundleService) - Method in class org.exoplatform.social.core.processor.I18NActivityProcessor
Sets the external resource bundle service.
setRoles(Collection<String>) - Method in class org.exoplatform.services.security.Identity
Sets the roles for J2EE environment using.
setSameNameSiblings(boolean) - Method in class org.exoplatform.services.jcr.core.nodetype.NodeDefinitionValue
 
setSearchType(String) - Method in class org.exoplatform.commons.api.search.SearchServiceConnector
Sets a search type.
setSettingContext(SettingContext) - Method in class org.exoplatform.commons.api.settings.data.SettingData
Sets a setting context associated with the setting data.
setSettingValue(SettingValue<?>) - Method in class org.exoplatform.commons.api.settings.data.SettingData
Sets a setting value of setting property (SettingKey) associated with the setting data.
setSpaceApplicationConfigPlugin(SpaceApplicationConfigPlugin) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Sets a space application config plugin for configuring the home and space applications.
setState(int) - Method in interface org.exoplatform.services.jcr.core.ManageableRepository
Set repository state.
setSubject(Subject) - Method in class org.exoplatform.services.security.Identity
Deprecated.
setTimeout(long) - Method in interface org.exoplatform.services.jcr.core.ExtendedSession
Sets the local timeout of the session
SettingContext - Class in org.exoplatform.commons.api.settings.data
Associates setting properties with a specified context (GLOBAL/USER).
SettingContext(Context) - Constructor for class org.exoplatform.commons.api.settings.data.SettingContext
Creates a SettingContext object with a specified context type.
SettingData - Class in org.exoplatform.commons.api.settings.data
Supports the setting event management that contains all information of event.
SettingData(EventType, SettingContext) - Constructor for class org.exoplatform.commons.api.settings.data.SettingData
Creates the setting data with the specified event type and context.
SettingData(EventType, SettingContext, SettingValue<?>) - Constructor for class org.exoplatform.commons.api.settings.data.SettingData
Creates the setting data with the specified event type and setting properties.
SettingKey - Class in org.exoplatform.commons.api.settings.data
Associates setting properties with a specified key.
SettingKey(Context, Scope, String) - Constructor for class org.exoplatform.commons.api.settings.data.SettingKey
Creates a SettingKey with a composite value [context, scope, key].
SettingListener - Class in org.exoplatform.commons.api.settings
This class is registered with the SettingsService and is invoked when an event with the same name is broadcasted.
SettingListener() - Constructor for class org.exoplatform.commons.api.settings.SettingListener
 
SettingScope - Class in org.exoplatform.commons.api.settings.data
Associates setting properties with a specified scope (for example, GLOBAL/PORTAL/APPLICATION).
SettingScope(Context, Scope) - Constructor for class org.exoplatform.commons.api.settings.data.SettingScope
Creates a setting scope object with a composite key [context, scope].
SettingService - Interface in org.exoplatform.commons.api.settings
Stores and removes a value associated with a key in JCR.
SettingValue<T> - Class in org.exoplatform.commons.api.settings
All possible value types are stored in JCR.
SettingValue(T) - Constructor for class org.exoplatform.commons.api.settings.SettingValue
Creates a setting value object with a specified value type.
setUniqueName(String) - Method in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
setUserInfoMap(Map<String, String>) - Method in interface org.exoplatform.services.organization.UserProfile
 
setUserName(String) - Method in interface org.exoplatform.services.organization.User
Deprecated.
The third party developer should not used this method
setUserName(String) - Method in interface org.exoplatform.services.organization.UserProfile
Deprecated.
The third party developer should not used this method. We should pass the username to the UserProfileHandler.createUserProfileInstance(String) and set the username for the instance once only.
setValueConstraints(List<String>) - Method in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionValue
 
setViewCountTopic(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Counts the number of topic viewers.
setWorkspace(String) - Method in class org.exoplatform.services.jcr.impl.ext.action.ActionConfiguration
 
setWorkspaceEntries(List<WorkspaceEntry>) - Method in class org.exoplatform.services.jcr.config.RepositoryEntry
Set workspaces.
SITE - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of sites.
SITE - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name SITE
SiteSearchService - Interface in org.exoplatform.services.wcm.search
Is used in the Search portlet that allows users to find all information matching with your given keyword.
sortIdentities(List<String>, String) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Sorts a list of user identities using a field
SPACE - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of spaces.
SPACE_DEFAULT_AVATAR_URL - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
SPACE_MANAGER_ICON - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
SPACE_MEMBER_ICON - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
SPACE_WAITING_CONFIRM_ICON - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
SPACES_APP_ID - Static variable in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
SpaceService - Interface in org.exoplatform.social.core.space.spi
Provides methods to work with Space.
splitTopic(Topic, Post, List<String>, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Splits a topic into 2 ones.
StandaloneContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point.
start(boolean) - Method in class org.exoplatform.container.ExoContainer
Starts the container
start() - Method in class org.exoplatform.container.ExoContainer
 
start() - Method in class org.exoplatform.container.PortalContainer
 
start() - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
start() - Method in class org.exoplatform.services.listener.ListenerService
 
started - Variable in class org.exoplatform.services.jcr.ext.registry.RegistryService
 
STARTER_ACTIVITY_AVATAR - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
STARTER_ACTIVITY_IMAGE - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
statement - Variable in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
The query statement
stop() - Method in class org.exoplatform.container.ExoContainer
 
stop() - Method in class org.exoplatform.container.PortalContainer
 
stop() - Method in class org.exoplatform.container.RootContainer
 
stop() - Method in class org.exoplatform.container.StandaloneContainer
stop() - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
stop() - Method in class org.exoplatform.services.listener.ListenerService
 
stopping - Variable in class org.exoplatform.container.ExoContainer
 
storeAsNode(String) - Method in class org.exoplatform.services.jcr.impl.core.query.QueryImpl
storeEditedNode(String, Node, Map, boolean) - Method in interface org.exoplatform.services.cms.CmsService
Stores the edited node in a given repository with given properties used in case that user only has permission to access storeNode but cannot access parent of storeNode (storeHomeNode).
storeMetadata(PageMetadataModel, String, boolean, String) - Method in interface org.exoplatform.services.seo.SEOService
Stores metadata of a given page/content.
storeNode(String, String, String, Map) - Method in interface org.exoplatform.services.cms.CmsService
Stores a node in a given workspace and repository with given properties.
storeNode(String, Node, Map, boolean) - Method in interface org.exoplatform.services.cms.CmsService
Stores a node in a given repository with given properties.
storeNodeByUUID(String, Node, Map, boolean) - Method in interface org.exoplatform.services.cms.CmsService
Stores a node in a repository with given properties.
SUBJECT - Static variable in class org.exoplatform.services.security.ConversationState
"subject".
SUSPENDED - Static variable in interface org.exoplatform.services.jcr.core.ManageableRepository
Repository SUSPENDED status.
SWAPDIR_PROP - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 

T

TAG_RATE_PROP - Static variable in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Property name TAG_RATE_PROP
TaxonomyService - Interface in org.exoplatform.services.cms.taxonomy
Is used to work with taxonomies.
TEXT_X_JCR_CND - Static variable in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
The experimental content type for the compact node type definition files.
TEXT_XML - Static variable in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
The standard XML content type to be used with XML-formatted node type streams.
TimelineService - Interface in org.exoplatform.services.cms.timeline
Supports to get all documents by time frame (days, months and years).
Tools - Class in org.exoplatform.commons.api.settings.data
This class is useful to build the object path saved in JCR.
Tools() - Constructor for class org.exoplatform.commons.api.settings.data.Tools
 
toString() - Method in class org.exoplatform.services.jcr.access.AccessControlEntry
 
toString() - Method in class org.exoplatform.services.jcr.core.nodetype.ItemDefinitionData
 
toString() - Method in class org.exoplatform.services.security.MembershipEntry
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_MOVE_DEFAULT - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
TRIGGER_EVENTS_FOR_DESCENDANTS_ON_RENAME - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
TRIGGER_EVENTS_FOR_DESCENDENTS_ON_RENAME - Static variable in interface org.exoplatform.services.jcr.storage.WorkspaceDataContainer
 
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
The name of the type of task
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
The name of the type of task
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
The name of the type of task

U

UNDEFINED - Static variable in interface org.exoplatform.services.jcr.core.ManageableRepository
Repository UNDEFINED status.
uniqueName - Variable in class org.exoplatform.services.jcr.config.WorkspaceEntry
 
unregisterAllComponents() - Method in class org.exoplatform.container.ExoContainer
Unregister all components from container to avoid keeping instances in memory.
unregisterContext(ServletContext) - Method in class org.exoplatform.container.PortalContainer
Unregister a servlet context that contains configuration files and potentially resource files
unregisterNodeType(String) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Unregisters the specified node type.
unregisterNodeType(InternalQName) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
unregisterNodeType(NodeTypeData) - Method in interface org.exoplatform.services.jcr.impl.core.nodetype.NodeTypeRepository
Removes a node type from memory and persists the change
unregisterNodeTypes(String[]) - Method in interface org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager
Unregisters the specified set of node types.
Used to unregister a set of node types with mutual dependencies.
unregisterProfileListener(ProfileListener) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
unregisterSpaceLifeCycleListener(SpaceLifeCycleListener) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
Will be removed by 4.0.x.
unregisterSpaceListenerPlugin(SpaceListenerPlugin) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Unregisters an existing space listener plugin.
UnregisterTask() - Constructor for class org.exoplatform.container.PortalContainer.UnregisterTask
 
unTag(String, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Removes a tag from a given topic.
update(Event<S, D>) - Method in interface org.exoplatform.commons.api.event.EventListener
Processes a dedicated work when the update event is triggered.
update(SearchEntryId, Map<String, Object>) - Method in class org.exoplatform.commons.api.indexing.IndexingService
Updates a search entry.
update(NodeData) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Updates NodeData.
update(PropertyData, ChangedSizeHandler) - Method in interface org.exoplatform.services.jcr.storage.WorkspaceStorageConnection
Updates PropertyData.
update(Relationship) - Method in interface org.exoplatform.social.core.manager.RelationshipManager
Updates an existing relationship.
updateActivity(ExoSocialActivity) - Method in interface org.exoplatform.social.core.manager.ActivityManager
Updates an existing activity.
updateAvatar(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
updateBasicInfo(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
updateComment(Node, String) - Method in interface org.exoplatform.services.cms.comments.CommentsService
Updates comment for a document.
updateContactSection(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
updateContentOfSection(String, String, String, String) - Method in interface org.exoplatform.wiki.rendering.RenderingService
Updates content of the selected section.
updateEmailWatch(List<String>, String, String) - Method in interface org.exoplatform.forum.service.ForumService
Updates an email address of a watch for a user.
updateEntry(SessionProvider, String, RegistryEntry) - Method in class org.exoplatform.services.jcr.ext.registry.RegistryService
Update an entry in the group.
updateExperienceSection(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
updateForum(String) - Method in interface org.exoplatform.forum.service.ForumService
Updates information of a forum.
updateForumAccess(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Updates the access information to a forum of a user.
updateHeaderSection(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Deprecated.
Will be removed by 4.0.x.
updateIdentity(Identity) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Updates specific properties of an identity.
updateLink(Node, Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Updates a link node.
updateLoggedinUsers() - Method in interface org.exoplatform.forum.service.ForumService
Updates information of logged-in users.
updateLoggedinUsers(String) - Method in interface org.exoplatform.forum.service.ForumService
 
updateNodes(Iterator<String>, Iterator<NodeData>) - Method in interface org.exoplatform.services.jcr.impl.core.query.QueryHandler
Updates the index in an atomic operation.
updateNodeType(NodeTypeData, NodeTypeData, Map<InternalQName, NodeTypeData>) - Method in interface org.exoplatform.services.jcr.core.nodetype.NodeTypeDataManager
 
updatePage(Page, PageUpdateType) - Method in interface org.exoplatform.wiki.service.WikiService
Update the given page.
updateProfile(Profile) - Method in interface org.exoplatform.social.core.manager.IdentityManager
Updates a specific profile.
updateSpace(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Updates information of a space.
updateSpaceAccessed(String, Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Updates the most recently accessed space of a user to the top of spaces list.
updateSpaceAvatar(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Updates a space's avatar.
updateSpaceBanner(Space) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Updates a space's avatar.
updateStatisticCounts(long, long) - Method in interface org.exoplatform.forum.service.ForumService
Updates information about topics and posts.
updateSymlink(Node) - Method in interface org.exoplatform.services.cms.link.LinkManager
Updates information for a symlink, including "exo:title", "exo:dateCreated", "exo:dateModified", "publication:liveDate" and "exo:index".
updateTagStyle(String, String, String, String) - Method in interface org.exoplatform.services.cms.folksonomy.NewFolksonomyService
Updates a tag style.
updateTaxonomyTree(String, Node) - Method in interface org.exoplatform.services.cms.taxonomy.TaxonomyService
Updates a taxonomy tree.
updateTemplate(String, String, String) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Updates a template at the given path.
updateTemplate(String, String, String, SessionProvider) - Method in interface org.exoplatform.services.cms.views.ManageViewService
Updates a template at the given path.
updateTemplate(Template) - Method in interface org.exoplatform.wiki.service.WikiService
Modifies an existing wiki template.
updateTemplatesSQLFilter() - Method in interface org.exoplatform.services.wcm.publication.WCMComposer
Updates the SQL filter of templates.
updateTopicAccess(String, String) - Method in interface org.exoplatform.forum.service.ForumService
Updates the access information to a topic of a user.
updateUserProfile(User) - Method in interface org.exoplatform.forum.service.ForumService
Saves the user profile.
updateUserProfileInfo(String) - Method in interface org.exoplatform.forum.service.ForumService
Updates the user profile information.
updateUserProfileSetting(UserProfile) - Method in interface org.exoplatform.forum.service.ForumService
Updates settings of the user profile.
updateValue(int, InputStream, long, long) - Method in interface org.exoplatform.services.jcr.core.ExtendedProperty
Write binary data portion to the property value data.
updateWikiPermission(String, String, List<PermissionEntry>) - Method in interface org.exoplatform.wiki.service.WikiService
Adds a list of permissions to Wiki.
USER - Static variable in class org.exoplatform.commons.api.settings.data.Context
USER: Each user should be able to save his own settings.
User - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Aug 21, 2003 Time: 3:22:54 PM This is the interface for a User data model.
UserEventListener - Class in org.exoplatform.services.organization
If the other service or a third party want to customize their code to handle an user event, the event can be new , update or remove.
UserEventListener() - Constructor for class org.exoplatform.services.organization.UserEventListener
 
UserEventListenerHandler - Interface in org.exoplatform.services.organization
Provides the ability to get the list of UserEventListener
UserHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This interface is a sub part of the organization service.
userLogin(String) - Method in interface org.exoplatform.forum.service.ForumService
Sets the login information of a user.
userLogin(String, String) - Method in interface org.exoplatform.forum.service.ForumService
 
userLogout(String) - Method in interface org.exoplatform.forum.service.ForumService
Sets the logout information of a user.
UserProfile - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This is the interface for a UserProfile data model.
UserProfileEventListener - Class in org.exoplatform.services.organization
If the other service or a third party want to customize their code to handle an user profile event, the event can be save or delete, they should make a class that extends from this class and register the listener to the organization service.
UserProfileEventListener() - Constructor for class org.exoplatform.services.organization.UserProfileEventListener
 
UserProfileEventListenerHandler - Interface in org.exoplatform.services.organization
Provides the ability to get the list of UserProfileEventListener
UserProfileHandler - Interface in org.exoplatform.services.organization
Created by The eXo Platform SAS
This interface is a sub part of the organization service.

V

validateNodeType() - Method in class org.exoplatform.services.jcr.core.nodetype.NodeTypeValue
validateNodeType, method checks the value bean for each valid filed
validateRequest(Space, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
validateRequest(String, String) - Method in interface org.exoplatform.social.core.space.spi.SpaceService
Deprecated.
validateUser(Credential[]) - Method in interface org.exoplatform.services.security.Authenticator
Authenticate user and return userId which can be different to username.
valueConstraints - Variable in class org.exoplatform.services.jcr.core.nodetype.PropertyDefinitionData
 
valueOf(String) - Static method in enum org.exoplatform.commons.api.settings.data.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.commons.api.settings.data.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
VISIBILITY_PUBLIC - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant VISIBILITY PUBLIC.
VISIBILITY_USER - Static variable in interface org.exoplatform.services.wcm.publication.WCMComposer
The constant VISIBILITY USER.

W

WAITING_CONFIRMATION_ICON - Static variable in class org.exoplatform.social.core.service.LinkProvider
 
WCMComposer - Interface in org.exoplatform.services.wcm.publication
Gets content inside WCM.
WIKI_PAGE_ICON - Static variable in class org.exoplatform.wiki.service.impl.WikiSearchServiceConnector
URL pointing to the icon representing the wiki pages in the unified search results.
WikiSearchServiceConnector - Class in org.exoplatform.wiki.service.impl
Provides a connector service for the unified search.
WikiSearchServiceConnector(InitParams) - Constructor for class org.exoplatform.wiki.service.impl.WikiSearchServiceConnector
Initializes the Wiki search service.
WikiService - Interface in org.exoplatform.wiki.service
Provides functions for processing database with wikis and pages, including: adding, editing, removing and searching for data.
WINDOWS - Static variable in class org.exoplatform.commons.api.settings.data.Scope
Settings of portlets or gadgets.
WorkspaceDataContainer - Interface in org.exoplatform.services.jcr.storage
Created by The eXo Platform SAS
Serves repository workspace persistent storage.
WorkspaceEntry - Class in org.exoplatform.services.jcr.config
Created by The eXo Platform SAS
The workspace configuration bean
WorkspaceEntry() - Constructor for class org.exoplatform.services.jcr.config.WorkspaceEntry
 
WorkspaceLockManager - Interface in org.exoplatform.services.jcr.impl.core.lock
The workspace lock manager interface
workspaces - Variable in class org.exoplatform.services.jcr.config.RepositoryEntry
 
WorkspaceStorageCache - Interface in org.exoplatform.services.jcr.dataflow.persistent
Created by The eXo Platform SAS
Defines storage cache contract
WorkspaceStorageCacheListener - Interface in org.exoplatform.services.jcr.dataflow.persistent
This class allows other class to be notified when a given cache event occurs
WorkspaceStorageConnection - Interface in org.exoplatform.services.jcr.storage
Created by The eXo Platform SAS
Includes methods for direct read (by identifier and qPath), node child traversing, reference access as well as write single item methods (add, update, delete) and batch operations support.
write(InputStream) - Method in interface org.exoplatform.services.jcr.config.ConfigurationPersister
Create table, write data.
writeExternal(ObjectOutput) - Method in class org.exoplatform.services.jcr.access.AccessControlList
writeReads() - Method in interface org.exoplatform.forum.service.ForumService
Marks topics which have been read, then saves them into the user profile.
writeViews() - Method in interface org.exoplatform.forum.service.ForumService
Saves the number of topic viewers.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2003–2019 eXo Platform SAS. All rights reserved.