Uses of Class
org.silverpeas.core.annotation.Bean
-
-
Uses of Bean in org.silverpeas.core.admin.component.notification
Classes in org.silverpeas.core.admin.component.notification with annotations of type Bean Modifier and Type Class Description class
ComponentInstanceEventNotifier
A notifier of an event about the life-cycle of a component instance. -
Uses of Bean in org.silverpeas.core.admin.domain.model
Classes in org.silverpeas.core.admin.domain.model with annotations of type Bean Modifier and Type Class Description class
DomainCache
Cache with all the Silverpeas domains being used. -
Uses of Bean in org.silverpeas.core.admin.service
Classes in org.silverpeas.core.admin.service with annotations of type Bean Modifier and Type Class Description class
RemovedSpaceAndComponentInstanceChecker
Centralizing the determination of the removed status of component instances and spaces. -
Uses of Bean in org.silverpeas.core.admin.service.cache
Classes in org.silverpeas.core.admin.service.cache with annotations of type Bean Modifier and Type Class Description class
AdminCache
The class Store and manage all the Admin's cacheclass
TreeCache
A cache with the organizational tree of the application instances in Silverpeas. -
Uses of Bean in org.silverpeas.core.admin.space.notification
Classes in org.silverpeas.core.admin.space.notification with annotations of type Bean Modifier and Type Class Description class
SpaceEventNotifier
-
Uses of Bean in org.silverpeas.core.admin.user
Classes in org.silverpeas.core.admin.user with annotations of type Bean Modifier and Type Class Description class
UserIndexation
Indexation of the users in Silverpeas. -
Uses of Bean in org.silverpeas.core.admin.user.model
Classes in org.silverpeas.core.admin.user.model with annotations of type Bean Modifier and Type Class Description class
GroupCache
Cache of user groups. -
Uses of Bean in org.silverpeas.core.admin.user.notification
Classes in org.silverpeas.core.admin.user.notification with annotations of type Bean Modifier and Type Class Description class
GroupEventNotifier
A notifier of an event concerning the life-cycle of a user group in Silverpeas.class
UserEventNotifier
A notifier of an event concerning the life-cycle of a user account in Silverpeas. -
Uses of Bean in org.silverpeas.core.backgroundprocess
Classes in org.silverpeas.core.backgroundprocess with annotations of type Bean Modifier and Type Class Description class
BackgroundProcessTask
This task is in charge of processing background processes.
All services which needs to perform background processes needs to push aAbstractBackgroundProcessRequest
toBackgroundProcessTask
. -
Uses of Bean in org.silverpeas.core.calendar.ical4j
Classes in org.silverpeas.core.calendar.ical4j with annotations of type Bean Modifier and Type Class Description class
ICal4JCalendarEventOccurrenceGenerator
An implementation of theCalendarEventOccurrenceGenerator
by using the iCal4J library.class
ICal4JDateCodec
A decoder/encoder of iCal4J dates with Silverpeas dates.class
ICal4JRecurrenceCodec
A codec to encode/decode iCal4J recurrence with Silverpeas event recurrence. -
Uses of Bean in org.silverpeas.core.calendar.notification
Classes in org.silverpeas.core.calendar.notification with annotations of type Bean Modifier and Type Class Description class
AttendeeLifeCycleEventNotifier
A notifier of lifecycle events ofAttendee
s.class
CalendarEventLifeCycleEventNotifier
A notifier of lifecycle events ofCalendarEvent
instances.class
CalendarEventOccurrenceLifeCycleEventNotifier
A notifier of a change in the life-cycle of one or several occurrences of a given calendar event.class
CalendarLifeCycleEventNotifier
A notifier of lifecycle events ofCalendar
instances.class
CalendarUserEventListener
class
UserPreferenceEventListener
-
Uses of Bean in org.silverpeas.core.calendar.subscription
Classes in org.silverpeas.core.calendar.subscription with annotations of type Bean Modifier and Type Class Description class
SubscriptionCalendarEventListener
Listener of events on the deletion of a node in a component instance to delete all subscriptions on that node. -
Uses of Bean in org.silverpeas.core.chat
Classes in org.silverpeas.core.chat with annotations of type Bean Modifier and Type Class Description class
ChatSettings
Setting properties of the chat service. -
Uses of Bean in org.silverpeas.core.cmis
Classes in org.silverpeas.core.cmis with annotations of type Bean Modifier and Type Class Description class
SilverpeasCmisSettings
The CMIS settings to customize some properties of the implementation of CMIS by Silverpeas. -
Uses of Bean in org.silverpeas.core.comment.dao.jdbc
Classes in org.silverpeas.core.comment.dao.jdbc with annotations of type Bean Modifier and Type Class Description class
JDBCCommentRequester
A specific JDBC requester dedicated on the comments persisted in the underlying data source. -
Uses of Bean in org.silverpeas.core.comment.service.notification
Classes in org.silverpeas.core.comment.service.notification with annotations of type Bean Modifier and Type Class Description class
CommentEventNotifier
A notifier of events about the comments. -
Uses of Bean in org.silverpeas.core.contribution
Classes in org.silverpeas.core.contribution with annotations of type Bean Modifier and Type Class Description class
ContributionEventProcessor
Processor listening for events on a contribution to perform additional tasks relative to the contribution concerned by the received event. -
Uses of Bean in org.silverpeas.core.contribution.attachment.notification
Classes in org.silverpeas.core.contribution.attachment.notification with annotations of type Bean Modifier and Type Class Description class
AttachmentEventNotifier
A service to notify about the events which occurs on attachment. -
Uses of Bean in org.silverpeas.core.contribution.attachment.webdav
Classes in org.silverpeas.core.contribution.attachment.webdav with annotations of type Bean Modifier and Type Class Description class
AttachmentWebdavListener
Handles the Web Browser Edition releasing on attachment manipulations. -
Uses of Bean in org.silverpeas.core.contribution.content.wysiwyg.notification
Classes in org.silverpeas.core.contribution.content.wysiwyg.notification with annotations of type Bean Modifier and Type Class Description class
WysiwygEventNotifier
A notifier of events about a WYSIWYG content. -
Uses of Bean in org.silverpeas.core.contribution.publication.notification
Classes in org.silverpeas.core.contribution.publication.notification with annotations of type Bean Modifier and Type Class Description class
PublicationEventNotifier
An synchronous notifier of change on a publication in Silverpeas. -
Uses of Bean in org.silverpeas.core.contribution.publication.subscription
Classes in org.silverpeas.core.contribution.publication.subscription with annotations of type Bean Modifier and Type Class Description class
SubscriptionPublicationEventListener
Listener of events on the deletion of a node in a component instance to delete all subscriptions on that node. -
Uses of Bean in org.silverpeas.core.contribution.template.publication
Classes in org.silverpeas.core.contribution.template.publication with annotations of type Bean Modifier and Type Class Description class
PublicationTemplateUserEventListener
Created by Nicolas on 14/09/2017. -
Uses of Bean in org.silverpeas.core.index.indexing.model
Classes in org.silverpeas.core.index.indexing.model with annotations of type Bean Modifier and Type Class Description class
IndexEngineProxy
A proxy to the Indexing Engine.class
IndexerTask
This task is in charge of processing indexation requests.class
IndexManager
An IndexManager manage all the index in Silverpeas. -
Uses of Bean in org.silverpeas.core.index.indexing.parser
Classes in org.silverpeas.core.index.indexing.parser with annotations of type Bean Modifier and Type Class Description class
ParserManager
The ParserManager class manages all the parsers which will be used to parse the indexed files. -
Uses of Bean in org.silverpeas.core.index.indexing.parser.tika
Classes in org.silverpeas.core.index.indexing.parser.tika with annotations of type Bean Modifier and Type Class Description class
TikaParser
-
Uses of Bean in org.silverpeas.core.index.search.model
Classes in org.silverpeas.core.index.search.model with annotations of type Bean Modifier and Type Class Description class
IndexSearcher
The IndexSearcher class implements search over all the indexes. -
Uses of Bean in org.silverpeas.core.mail.engine
Classes in org.silverpeas.core.mail.engine with annotations of type Bean Modifier and Type Class Description class
MailSenderTask
A task MailSenderTask runs in the background a batch of mail to send.
When it get no more mail to send, the task ends and a new one will be instantiated on the next mail sending request.
Priority is given to synchronous mail sending request. -
Uses of Bean in org.silverpeas.core.mylinks
Classes in org.silverpeas.core.mylinks with annotations of type Bean Modifier and Type Class Description class
MyLinksUserEventListener
Deleting links associated to a user. -
Uses of Bean in org.silverpeas.core.node.notification
Classes in org.silverpeas.core.node.notification with annotations of type Bean Modifier and Type Class Description class
NodeEventNotifier
-
Uses of Bean in org.silverpeas.core.notification.sse
Classes in org.silverpeas.core.notification.sse with annotations of type Bean Modifier and Type Class Description class
DefaultServerEventNotifier
A common implementation that extendsCDIServerEventNotifier
.
Any treatment of Silverpeas has just to use this implementation in order to notify on a server event.class
DefaultServerEventTaskListener
A common implementation that handles a common BUS of server event dispatching.class
ServerEventDispatcherTask
This task is in charge of dispatching server events without blocking the thread of the emitter. -
Uses of Bean in org.silverpeas.core.notification.system
Classes in org.silverpeas.core.notification.system with annotations of type Bean Modifier and Type Class Description class
JMSOperation
A JMS operation processor. -
Uses of Bean in org.silverpeas.core.notification.user.client
Classes in org.silverpeas.core.notification.user.client with annotations of type Bean Modifier and Type Class Description class
NotificationUserEventListener
A listener of events about a given user account in Silverpeas. -
Uses of Bean in org.silverpeas.core.notification.user.server
Classes in org.silverpeas.core.notification.user.server with annotations of type Bean Modifier and Type Class Description class
NotificationServer
-
Uses of Bean in org.silverpeas.core.pdc.pdc.service
Classes in org.silverpeas.core.pdc.pdc.service with annotations of type Bean Modifier and Type Class Description class
PdcGroupEventListener
class
PdcNodeEventListener
Listener of notifications about some events that can have an impact on the PdC or on the classification on the PdC.class
PdcUserEventListener
-
Uses of Bean in org.silverpeas.core.persistence
Classes in org.silverpeas.core.persistence with annotations of type Bean Modifier and Type Class Description class
Transaction
A transaction. -
Uses of Bean in org.silverpeas.core.persistence.datasource.model.jpa
Classes in org.silverpeas.core.persistence.datasource.model.jpa with annotations of type Bean Modifier and Type Class Description class
JpaPersistOperation
class
JpaUpdateOperation
-
Uses of Bean in org.silverpeas.core.persistence.jdbc
Classes in org.silverpeas.core.persistence.jdbc with annotations of type Bean Modifier and Type Class Description class
ConnectionPool
A pool of JDBC connections. -
Uses of Bean in org.silverpeas.core.persistence.jdbc.sql.setters
Classes in org.silverpeas.core.persistence.jdbc.sql.setters with annotations of type Bean Modifier and Type Class Description class
SqlBigDecimalParamSetter
Setter of SQL parameters of typeBigDecimal
.class
SqlBigIntegerParamSetter
Setter of SQL parameters of typeBigInteger
.class
SqlBinaryParamSetter
A setter of SQL parameters of type binaries.class
SqlBooleanParamSetter
A setter of SQL parameters of typeBoolean
.class
SqlDateParamSetter
class
SqlEnumParamSetter
A setter of SQL parameters of typeEnum
.class
SqlIntegerParamSetter
The setter of SQL parameters of typeInteger
.class
SqlLongParamSetter
A setter of SQL parameters of typeLong
.class
SqlStatementParameterSetter
A setter of parameters of aPreparedStatement
instance according to the concrete type of the value with which the parameter has to be set.class
SqlTemporalParamSetter
An abstract setter of SQL parameters of type temporal.class
SqlTextSetter
A setter of SQL parameters of typeString
. -
Uses of Bean in org.silverpeas.core.personalization.notification
Classes in org.silverpeas.core.personalization.notification with annotations of type Bean Modifier and Type Class Description class
PersonalizationSpaceEventListener
class
UserPreferenceEventNotifier
-
Uses of Bean in org.silverpeas.core.process.annotation
Classes in org.silverpeas.core.process.annotation with annotations of type Bean Modifier and Type Class Description class
SimulationActionProcessProcessor
Centralizing the management of a simulation of actions performed by a caller. -
Uses of Bean in org.silverpeas.core.reminder
Classes in org.silverpeas.core.reminder with annotations of type Bean Modifier and Type Class Description class
UserPreferenceReminderListener
class
UserReminderListener
-
Uses of Bean in org.silverpeas.core.socialnetwork.relationship
Classes in org.silverpeas.core.socialnetwork.relationship with annotations of type Bean Modifier and Type Class Description class
RelationShipEventNotifier
Notifier about creation or deletion of relationship between users. -
Uses of Bean in org.silverpeas.core.subscription
Classes in org.silverpeas.core.subscription with annotations of type Bean Modifier and Type Class Description class
SubscriptionComponentInstEventListener
Listener of the events on the deletion or on an update of a component instance.class
SubscriptionGroupEventListener
class
SubscriptionNodeEventListener
Listener of events on the deletion of a node in a component instance to delete all subscriptions on that node.class
SubscriptionUserEventListener
-
Uses of Bean in org.silverpeas.core.thread
Classes in org.silverpeas.core.thread with annotations of type Bean Modifier and Type Class Description class
ManagedThreadPool
A pool of threads that are managed by the underlying application server in which runs Silverpeas. -
Uses of Bean in org.silverpeas.core.thread.task
Classes in org.silverpeas.core.thread.task with annotations of type Bean Modifier and Type Class Description class
RequestTaskManager
This manager handles the threading side ofAbstractRequestTask
processing. -
Uses of Bean in org.silverpeas.core.web.authentication
Classes in org.silverpeas.core.web.authentication with annotations of type Bean Modifier and Type Class Description class
SilverpeasSessionOpener
Service used to open an HTTP session in the Silverpeas platform. -
Uses of Bean in org.silverpeas.core.web.authentication.credentials
Classes in org.silverpeas.core.web.authentication.credentials with annotations of type Bean Modifier and Type Class Description class
RegistrationUserEventListener
A listener of events about a given user account in Silverpeas. -
Uses of Bean in org.silverpeas.core.web.mvc.processor
Classes in org.silverpeas.core.web.mvc.processor with annotations of type Bean Modifier and Type Class Description class
UserAndGroupSelectionProcessor
Processor of the selection of some users and user groups with a dedicated form. -
Uses of Bean in org.silverpeas.core.web.token
Classes in org.silverpeas.core.web.token with annotations of type Bean Modifier and Type Class Description class
SilverpeasWebTokenService
This service allows generating several WEB tokens per identifier. -
Uses of Bean in org.silverpeas.core.webapi.admin.scim
Classes in org.silverpeas.core.webapi.admin.scim with annotations of type Bean Modifier and Type Class Description class
ScimSelfIdResolver
-
Uses of Bean in org.silverpeas.core.webapi.calendar
Classes in org.silverpeas.core.webapi.calendar with annotations of type Bean Modifier and Type Class Description class
CalendarResourceURIs
Base URIs from which the REST-based resources representing calendar and event entities are defined. -
Uses of Bean in org.silverpeas.core.webapi.documenttemplate
Classes in org.silverpeas.core.webapi.documenttemplate with annotations of type Bean Modifier and Type Class Description class
DocumentTemplateResourceURIs
Base URIs from which the REST-based ressources representing MyLinks entities are defined. -
Uses of Bean in org.silverpeas.core.webapi.mylinks
Classes in org.silverpeas.core.webapi.mylinks with annotations of type Bean Modifier and Type Class Description class
MyLinksResourceURIs
Base URIs from which the REST-based ressources representing MyLinks entities are defined. -
Uses of Bean in org.silverpeas.core.webapi.notification.sse
Classes in org.silverpeas.core.webapi.notification.sse with annotations of type Bean Modifier and Type Class Description class
SilverpeasServerEventContextCleaner
Listener in charge of server event context cleaning. -
Uses of Bean in org.silverpeas.core.webapi.notification.user
Classes in org.silverpeas.core.webapi.notification.user with annotations of type Bean Modifier and Type Class Description class
InboxUserNotificationResourceURIs
Base URIs from which the REST-based ressources representing message container entities are defined. -
Uses of Bean in org.silverpeas.core.webapi.reminder
Classes in org.silverpeas.core.webapi.reminder with annotations of type Bean Modifier and Type Class Description class
ReminderResourceURIs
Base URIs from which the REST-based resources representing reminder are defined. -
Uses of Bean in org.silverpeas.core.webapi.session
Classes in org.silverpeas.core.webapi.session with annotations of type Bean Modifier and Type Class Description class
SilverpeasUserSessionTokenCleaner
Listener in charge of session token cleaning. -
Uses of Bean in org.silverpeas.core.webapi.wbe
Classes in org.silverpeas.core.webapi.wbe with annotations of type Bean Modifier and Type Class Description class
WbeFileEdition
In charge of the management of WBE contexts. -
Uses of Bean in org.silverpeas.core.workflow.engine
Classes in org.silverpeas.core.workflow.engine with annotations of type Bean Modifier and Type Class Description class
WorkflowEngineTask
-
Uses of Bean in org.silverpeas.core.workflow.engine.user
Classes in org.silverpeas.core.workflow.engine.user with annotations of type Bean Modifier and Type Class Description class
ReplacementEventNotifier
Notifier of events on the replacements of users in a given workflow. -
Uses of Bean in org.silverpeas.web.sharing.control
Classes in org.silverpeas.web.sharing.control with annotations of type Bean Modifier and Type Class Description class
AttachmentSharingListener
class
NodeSharingListener
class
PublicationSharingListener
-
Uses of Bean in org.silverpeas.web.socialnetwork.web.html
Classes in org.silverpeas.web.socialnetwork.web.html with annotations of type Bean Modifier and Type Class Description class
SocialNetworkJavascriptPluginInclusion
-
Uses of Bean in org.silverpeas.web.test.environment
Classes in org.silverpeas.web.test.environment with annotations of type Bean Modifier and Type Class Description class
SilverpeasTestEnvironment
This class allows to load easily a Silverpeas environment dedicated to the tests: Spaces Components Users etc. -
Uses of Bean in org.silverpeas.web.usercalendar
Classes in org.silverpeas.web.usercalendar with annotations of type Bean Modifier and Type Class Description class
UserCalendarInstanceRoutingMap
-