All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractBackgroundProcessRequest |
|
| AbstractContributionRenderer<T extends ContributionContent> |
|
| AbstractDAO |
|
| AbstractDateTemporal<T extends Temporal<? super T>> |
Deprecated.
|
| AbstractJpaEntity<T extends IdentifiableEntity,U extends EntityIdentifier> |
|
| AbstractJpaEntityRepository<T extends AbstractJpaEntity<T,?>> |
Abstract implementation of the EntityRepository interface that uses the JPA API.
|
| AbstractMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| AbstractRequestTask<C extends AbstractRequestTask.ProcessContext> |
|
| AbstractRequestTask.ProcessContext |
|
| AbstractRequestTask.Request<C> |
Each request must define a method called process which will process the request.
|
| AbstractResourceEvent<T extends Serializable> |
It is an abstract implementation of a notification event on a resource's state change.
|
| AbstractResourceEventListener<T extends ResourceEvent<?>> |
An abstract class implementing the org.silverpeas.core.notification.system.ResourceEventListener
interface for concrete classes preferring extending a class than implementing an interface.
|
| AbstractServerEvent |
|
| AbstractTable<T> |
A Table object manages a table in a database.
|
| AccessControlContext |
This class permits to define the context of access to a resource.
|
| AccessController<T> |
A controller of accesses on the Silverpeas resources by a user..
|
| AccessControllerProvider |
A provider of the different access controllers available in Silverpeas.
|
| AccessControlOperation |
|
| ActionType |
Transverse definition of possible actions a user did on a contribution or a set of contributions.
|
| AfterSentToAllContexts |
Implements this interface in order to get "an after sent to all context" behavior.
|
| ApplicationService |
A service providing the transverse operations related to a given Silverpeas application.
|
| ApplicationServiceProvider |
|
| ArgumentAssertion |
ArgumentAssertion gathers all of the assertion operations that can be used for for checking the
arguments specified in method call are correct.
|
| Attachment |
An attachment is a document file that is attached to a contribution in Silverpeas.
|
| Attendee |
An attendee is a user that participates in a calendar component that can be an event or anything
that can be planned in a calendar.
|
| Attendee.ParticipationStatus |
Predefined participation status of an attendee.
|
| Attendee.PresenceStatus |
Predefined presence status of an attendee in his participation in a calendar event.
|
| AttendeeLifeCycleEvent |
|
| AttendeeLifeCycleEventNotifier |
A notifier of lifecycle events of Attendees.
|
| AttendeeSet |
A set of attendees in a given calendar component.
|
| AttributeSet |
|
| AuthDomain |
An authentication domain of users and groups of users in Silverpeas.
|
| Authentication |
Authentication of a user in Silverpeas.
|
| AuthenticationBadCredentialException |
|
| AuthenticationCredential |
A credential is a set of security-related capabilities for a given user, it contains information
used to authenticate him.
|
| AuthenticationException |
Exception thrown when an error occurs while a user is authenticating himself against
Silverpeas.
|
| AuthenticationExceptionVisitor |
A processor of authentication exceptions.
|
| AuthenticationHostException |
|
| AuthenticationNoMoreUserConnectionAttemptException |
|
| AuthenticationPasswordAboutToExpireException |
|
| AuthenticationPasswordExpired |
|
| AuthenticationPasswordMustBeChangedAtNextLogon |
|
| AuthenticationPasswordMustBeChangedOnFirstLogin |
|
| AuthenticationPwdChangeNotAvailException |
|
| AuthenticationPwdNotAvailException |
|
| AuthenticationResponse |
The authentication result represents the response of an authentication process while
authenticating a given user for Silverpeas.
|
| AuthenticationResponse.Status |
The status of an authentication process.
|
| AuthenticationUserAccountBlockedException |
|
| AuthenticationUserAccountDeactivatedException |
|
| AuthenticationUserMustAcceptTermsOfService |
|
| BackgroundProcessLogger |
Logger provider for background processes.
|
| BackgroundProcessTask |
|
| BackgroundProcessTask.LOCK_DURATION |
|
| BackgroundReminderProcess |
Each scheduled reminder is linked to a process which must be performed when the reminder is
triggered.
The linked process must be an implementation of this interface.
|
| BackgroundReminderProcess.Constants |
|
| BasicIdentifier |
A basic implementation of an identifier of a resource in Silverpeas.
|
| BasicJpaEntity<E extends IdentifiableEntity,I extends EntityIdentifier> |
This abstract class must be extended by all basic JPA entities that don't fit to the persistence
rules of the Silverpeas Persistence API.
|
| BasicJpaEntityRepository<E extends BasicJpaEntity<E,?>> |
It represents the repositories taken in charge the persistence of the business entities in
Silverpeas in a basic way, that is to say without any of the added features from the new
Silverpeas persistence mechanism (creation and update date, ...).
|
| Bean |
This annotation is to tag an object as to be managed by the underlying IoC container with the
following default life-cycle: for each ask for such a bean, a new instance is created and that
object is bound to the life-cycle of the client object.
|
| BuiltInNotifAddress |
Definition of the builtin addresses that are used in the notification to the users.
|
| CacheAccessorProvider |
A provider of different kinds of cache accessors available in Silverpeas.
|
| Calendar |
A calendar is a particular system for scheduling and organizing events and activities that occur
at different times or on different dates throughout the years.
|
| CalendarComponent |
A calendar component is a set of properties that express a common semantic for all objects
planned in a calendar.
|
| CalendarContributionLocator |
|
| CalendarEvent |
An event planned in a calendar.
|
| CalendarEvent.EventOperationResult |
|
| CalendarEventFilter |
A filter to apply on the calendar events that occur in a given window of time.
|
| CalendarEventInternalParticipationView |
A view in which the occurrences of calendar events are grouped by their participants.
|
| CalendarEventLifeCycleEvent |
|
| CalendarEventLifeCycleEventNotifier |
|
| CalendarEventModel |
The default implementation of the CalendarEvent entity which is extending the default
one.
|
| CalendarEventOccurrence |
The occurrence of an event in a Silverpeas calendar.
|
| CalendarEventOccurrenceGenerator |
A generator of occurrences of CalendarEvent instances that will occur in a given period
of time.
|
| CalendarEventOccurrenceLifeCycleEvent |
Notification event about changes in the life-cycle of one or several event occurrences.
|
| CalendarEventOccurrenceLifeCycleEventNotifier |
A notifier of a change in the life-cycle of one or several occurrences of a given calendar event.
|
| CalendarEventOccurrenceRepository |
A repository to persist occurrences of recurrent calendar events when they have changed from the
event or from their planning in the timeline of a calendar.
|
| CalendarEventRepository |
A persistence repository of calendar events.
|
| CalendarEvents |
This class permits to get events belonging calendars.
|
| CalendarEventView<T> |
A view in which the occurrences of the calendar events are grouped by a given event
or occurrence property whose type is T.
|
| CalendarLifeCycleEvent |
A lifecycle event of Calendar instances.
|
| CalendarLifeCycleEventNotifier |
A notifier of lifecycle events of Calendar instances.
|
| CalendarReference |
A reference to a given calendar in Silverpeas, such calendar being represented by a
Calendar instance.
|
| CalendarRepository |
A persistence repository of calendars.
|
| CalendarResourcePathProvider |
|
| CalendarTimeWindow |
This class represents a window of time within which calendar events can occur.
|
| Categorized |
It defines the property of an object of being potentially classified in some categories.
|
| CategorySet |
|
| CDIAfterSuccessfulTransactionResourceEventListener<T extends ResourceEvent<?>> |
A synchronous event listener using the notification bus of CDI.
|
| CDIResourceEventListener<T extends ResourceEvent<?>> |
A synchronous event listener using the notification bus of CDI.
|
| CDIResourceEventNotifier<R extends Serializable,T extends AbstractResourceEvent<?>> |
A synchronous event notifier using the notification bus of CDI.
|
| CDIServerEventListener<T extends AbstractServerEvent> |
A synchronous ServerEvent listener using the notification bus of CDI.
|
| CDIServerEventNotifier<T extends AbstractServerEvent> |
A synchronous ServerEvent notifier using the notification bus of CDI.
|
| Charsets |
|
| ClassAnnotationUtil |
|
| CollectionUtil |
|
| CollectionUtil.RuptureContext<T> |
|
| ComponentAccessControl |
This interface extends access controller interface for a Component resource.
|
| ComponentAuthorization |
Component security provides a way to check a user have enough rights to access a given object in
a Silverpeas component instance.
|
| ComponentAuthorization.ComponentResourceReference |
Representation of a resource in order to be filtered by the API implementations.
|
| ComponentInstanceCalendars |
|
| ComponentInstanceManualUserNotification |
|
| ComponentInstanceManualUserNotification.Constants |
Constants are predefined value used by manual user notification to work with and that
carries a semantic that has to be shared by all the implementations of this interface.
|
| ComponentInstanceRoutingMap |
It provides different URL or URI in order to access component resource views or data.
|
| ComponentInstanceRoutingMapProvider |
|
| ComponentInstanceRoutingMapProviderByInstance |
Provides the provider of routing map by component instance identifier.
|
| ComponentResourceIdentifier |
Identifier of a resource managed by a component instance in Silverpeas (an application instance
or a user personal component).
|
| CompositeEntityIdentifier |
A composite entity identifier is a unique identifier that is made up of several identification
values.
|
| ConnectionPool |
A pool of JDBC connections.
|
| Contribution |
A contribution in Silverpeas.
|
| ContributionContent<T> |
The content of a contribution in Silverpeas.
|
| ContributionContentRenderer |
|
| ContributionContentRendererProvider |
In charge of providing ContributionContentRenderer as implementations of renderer
are existing at most of time into UI modules but not at the API level.
|
| ContributionCreation |
It is a process implied within the creation of a contribution.
|
| ContributionDeletion |
It is a process implied within the deletion of a contribution.
|
| ContributionIdentifier |
A contribution identifier is an identifier that identifies uniquely a contribution in Silverpeas
whatever its type and the application instance or tools to which it belongs.
|
| ContributionIndicatorRegistry |
Registry of different kind of contribution indicator.
|
| ContributionLocalizationBundle |
|
| ContributionLocator |
|
| ContributionLocatorByLocalIdAndType |
This interface defines the locator of Contribution instances which must be implemented by
services providing contributions.
|
| ContributionModel |
Model of a contribution.
|
| ContributionModification |
It is a process implied within the modification of a contribution.
|
| ContributionMove |
It is a process implied within the move of a contribution between two different locations, each
of them being either a node in a component instance or a component instance.
|
| ContributionSettings |
The different settings that are applied on the contributions, whatever their concrete type.
|
| CoreContributionType |
The different types of contributions handled by core services are listed by this enumeration.
|
| CredentialsChangePolicy |
Policy of what can be done on the credentials of a user in given authentication domain.
|
| CredentialsChangePolicyProvider |
|
| CronExpression |
A well-formed cron expression.
|
| CronExpressionFactory |
A factory to build CronExpression instances whose
implementation is provided by the scheduling engine used as backend of the Silverpeas
Scheduler API.
|
| CronJobTrigger |
This job trigger fires a job execution at given moments in time, defined with a Unix cron-like
definition.
|
| Date |
Deprecated.
|
| DateCollectionNamedParameter |
The parameter to pass to a JPA query is a collection of date.
|
| DateNamedParameter |
The parameter to pass to a JPA query is a date.
|
| DateRange |
Annotation for JSR-303 validator.
|
| DateRangeValidator |
The validator of a date range constraint.
|
| DateRenderer |
|
| DateTime |
Deprecated.
|
| DateTimeReminder |
A reminder about any contribution that is triggered at a specified date time.
|
| DateUtil |
DateUtil is an helper class for date manipulation.
|
| DayOfWeekOccurrence |
The occurrence of a day of week represents the nth occurrence of a day of week in a month or
in a year within a recurrence rule of a PlannableOnCalendar object.
|
| DayPeriod |
Deprecated.
|
| DBUtil |
|
| DecodingException |
A runtime exception that is thrown when an error occurs while decoding a serialized
representation of a bean.
|
| DefaultContributionModel<C extends Contribution> |
|
| DefaultServerEventContextManager |
|
| DefaultServerEventNotifier |
A common implementation that extends CDIServerEventNotifier.
Any treatment of Silverpeas has just to use this implementation in order to notify on a server
event.
|
| DefaultServerEventTaskListener |
A common implementation that handles a common BUS of server event dispatching.
|
| DelayedNotificationData |
Data on a delayed notification to users.
|
| DelayedNotificationFrequency |
The different recurrence rule for a delayed notification.
|
| DelayedNotificationUserSetting |
The user settings about the delayed notifications.
|
| DisplayI18NHelper |
This class permits to handle the different languages that a user can choose to display the
labels of the application.
Be careful, this class handles possible user languages and not possible content languages.
The different content languages are managed by org.silverpeas.util.i18n.I18NHelper.
|
| DomainType |
|
| DomainTypeRegistry |
Register of all domain types available into Silverpeas.
|
| DragAndDropEditorContent |
Permits to centralization some content manipulation with Drag and Drop editor.
|
| Duration |
User: Yohann Chastagnier
Date: 14/11/13
|
| DurationConversionBoardKey |
A key for the conversion board.
|
| DurationReminder |
A reminder to be triggered at a specified duration before the temporal value of the specified
property of the related contribution.
|
| EhCache |
Implementation of the external cache by using the EhCache API.
|
| Either<T,U> |
It represents objects with two exclusive possibilities: either it is an object of type T or an
object of type U.
|
| EmailAddress |
An email address representation.
|
| EmptyFilterMatcher<T,U,V> |
An empty filter matcher.
|
| EncodingException |
A runtime exception that is thrown when an error occurs while encoding a bean into a
serialized representation.
|
| EncodingException |
A runtime exception that is thrown when an error occurs while encoding a Silverpeas object into a
formatted string or stream.
|
| Entity<E extends Entity<E,I>,I extends EntityIdentifier> |
An entity is an object managed or handled by Silverpeas and that can be persisted into a data
source.
|
| EntityIdentifier |
All Silverpeas entities must use this interface for their identifier.
|
| EntityIdentifierConverter |
|
| EntityManagerProvider |
A provider of the JPA entity manager with which the persistence of entities can be managed.
|
| EntityReference<T> |
A reference to an entity in Silverpeas.
|
| EntityRepository<T extends IdentifiableEntity> |
A repository storing the entities managed or handled by Silverpeas.
|
| EnumCollectionNamedParameter |
The parameter to pass to a JPA query is a collection of enum values.
|
| EnumNamedParameter |
The parameter to pass to a JPA query is an enum value.
|
| Error |
An annotation applicable to methods and types for which you wish to trace the exceptions
occurring within the execution of the method.
|
| ErrorMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| ExecutionAttempts |
This class embeds a logic of reattempting the execution of jobs when an exception is thrown
during a job execution.
|
| ExecutionAttempts.Job |
The interface a job within a retry mechanism should implements.
|
| ExportDescriptor |
It represents a descriptor for the export of a resource into a writer or an output stream.
|
| Exporter<T> |
An exporter of Silverpeas resource into a format of a given MIME type.
|
| ExportException |
Exception thrown when the export of a Silverpeas resource failed.
|
| ExternalAttendee |
An attendee that is a person external to Silverpeas.
|
| ExternalEntityIdentifier |
When the primary identifier of an entity corresponds to an identifier of another entity,
then the identifier must implement this interface.
|
| ExternalIntegerIdentifier |
This external entity identifier implementation handles external integer identifier.
|
| ExternalRecipient |
|
| ExternalStringIdentifier |
This identifier implementation handles external one with string type.
|
| FallbackToCoreTemplatePathBehavior |
Implementation of UserNotificationBuilder must implement this interface in order to
specify to the mechanism that if the template path does not exist into component repository then
it is looked up into core repository.
This interface must be used only by UserNotificationBuilder implemented into the core.
|
| FileLink |
A link to a file that can be accessed through the Web.
|
| Filter<T,U> |
A filter is an object that plays all the predicates against a given object and that applies the
operation associated with the matched predicate.
|
| FilterByType |
A filter by the type of the wrapped object.
|
| FilterMatcher<T,U,V> |
A filter matcher.
|
| FixedDateTimeJobTrigger |
A job trigger that fires the execution of a job at a specified date and time.
|
| FixedPeriodJobTrigger |
A job trigger that fires repeatedly the execution of a job at a specified interval.
|
| Folder |
A folder is a contribution with folding capabilities that can contain others contributions,
folders included.
|
| FromModule |
Deprecated. |
| Group |
A group of users in Silverpeas.
|
| GroupProvider |
In charge of providing groups.
|
| GroupRecipient |
|
| GroupState |
The state of the group in Silverpeas.
|
| HtmlSanitizer |
In data sanitization, HTML sanitization is the process of examining an HTML document and
producing a new HTML document that preserves only whatever tags are designated "safe" and
desired.
|
| I18n |
This interface defines all the i18n related stuff as it is configured in Silverpeas: the default
language, all the languages supported in the current Silverpeas, and so on.
|
| I18nContribution |
An internationalized contribution.
|
| ICalendarEventImportProcessor |
A processor of importation of events from an iCalendar source into the Silverpeas Calendar
Engine.
|
| ICalendarEventSynchronization |
A processor of synchronization of calendar events from a remote calendar into the Silverpeas
Calendar Engine.
|
| ICalendarEventSynchronization.CalendarBatchSynchronizationErrorEvent |
Event notified on a synchronization error by batch.
|
| ICalendarExporter |
An exporter of a stream of calendar events into an output stream of an iCalendar text.
|
| ICalendarImporter |
An importer of an input stream of iCalendar text into a stream of calendar events.
|
| ICalendarImportResult |
Result of an import processing of calendar events into Silverpeas.
|
| Identifiable |
An object in Silverpeas that is identifiable by a unique identifier encoded as a String.
|
| IdentifiableEntity |
An identifiable entity is a serializable business entity that is uniquely identifiable over the
time and over different runtime.
|
| IdPK |
|
| IgnoreStoring |
|
| ImportDescriptor |
It represents a descriptor about the import of resources from a reader or an input stream.
|
| Importer<T> |
An importer of a resource encoded into a format of a given MIME type.
|
| ImportException |
Exception thrown when the import of a Silverpeas resource failed.
|
| ImportExportDescriptor |
An import-export descriptor is an object that provides useful information to exporters and
importers for performing their tasks.
|
| InfoMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| Initialization |
This is a markup interface.
|
| Instance<T> |
An object satisfying this interface means that it COULD be born from an other object (so the
parent).
|
| InstantAttributeConverter |
|
| InternalAttendee |
An attendee that is a user in Silverpeas.
|
| JdbcData |
Title: Description: Copyright: Copyright (c) 2001 Company:
|
| JdbcSqlQueries |
This class handles list of JdbcSqlQuery instance and provide a method execute to
perform each one.
As there is no sense that the collection handles other query than those of modification,
this collection is oriented to SQL query modifications.
The queries are executed into processes (transactional or not) without
handling the connection to the database.
|
| JdbcSqlQuery |
This class permits to build easily a SQL query with parameters.
|
| JdbcSqlQuery.Configuration |
Configuration of execution that has to be taken into account.
|
| JMSOperation |
A JMS operation processor.
|
| JMSOperation.Operation |
Defines a JMS operation to perform.
|
| JMSResourceEventListener<T extends AbstractResourceEvent<?>> |
An asynchronous event listener.
|
| JMSResourceEventNotifier<R extends Serializable,T extends AbstractResourceEvent<?>> |
An asynchronous notifier of resource events based on JMS.
|
| Job |
A job to schedule at a given moments in time.
|
| JobExecutionContext |
The context of a job execution.
|
| JobTrigger |
A trigger of a job execution.
|
| JobTriggerProvider |
A factory of job triggers.
|
| JobTriggerVisitor |
A visitor of a job trigger.
|
| JPA |
|
| JpaEntityReflection |
This class permits to manipulate hidden attributes of a Silverpeas JPA entity.
It is useful in particular case of technical treatments.
|
| JpaPersistOperation |
|
| JpaUpdateOperation |
|
| JSONCodec |
An encoder of Java bean to a JSON representation and a decoder of JSON stream into the
corresponding Java bean.
|
| JSONCodec.JSONArray |
|
| JSONCodec.JSONObject |
|
| KeepAlwaysLastStored |
|
| LifeCycleEventSubType |
|
| Link |
Link to a given web resource.
|
| ListSlice<T> |
This list represents a slice of a more complete lists and as such contains only the items that
are part of this slice.
|
| LocalDateAttributeConverter |
|
| LocalizedAttachment |
An attachment localized in a given language.
|
| LocalizedContribution |
A contribution produced in a given l10n (Localisation).
|
| LocalizedResource |
An identifiable resource in Silverpeas with localization support.
|
| Log |
An annotation applicable to methods and types for which you wish to trace the invocation of the
method(s).
|
| LongText |
|
| ManagedThreadPool |
A pool of threads that are managed by the underlying application server in which runs Silverpeas.
|
| ManagedThreadPool.ExecutionConfig |
Class that permits to specify the execution configuration.
|
| ManagedThreadPoolException |
|
| MemoizedBooleanSupplier |
Represents a memoized supplier of a boolean result.
|
| MemoizedSupplier<T> |
Represents a memoized supplier of a result.
|
| MemoizedSyncSupplier<T> |
|
| MemoryData |
User: Yohann Chastagnier
Date: 14/11/13
|
| MemoryUnit |
User: Yohann Chastagnier
Date: 15/11/13
|
| Message |
User: Yohann Chastagnier
Date: 07/11/13
|
| MessageContainer |
User: Yohann Chastagnier
Date: 07/11/13
|
| MessageListener |
User: Yohann Chastagnier
Date: 08/11/13
|
| MessageManager |
This manager provides tools to register and restitute volatile messages (info, success or error)
to the user (on screen).
|
| MessageNotifier |
This utility class provides tools to display easily some dynamic notifications using the
notifier
plugin.
|
| MessageType |
User: Yohann Chastagnier
Date: 07/11/13
|
| ModificationTracked |
An annotation to semantically flag a contribution type in order to indicate to the Contribution
Modification Tracking API this type supports the tracking of its instances' modifications.
|
| MonthPeriod |
Deprecated.
|
| Nameable |
A nameable object in Silverpeas is an object that has both a name and a short textual description
about it.
|
| NamedParameter<T> |
|
| NamedParameters |
This class permits to handle as a friendly way the named parameters of a query.
|
| NewContributionIndicator |
This interface allows indicating if a contribution is considered as a new one.
|
| NoDataToExportException |
A specific export exception that is raised when there is no data to export and the format of the
file into which the export has to be done requires the existance of at least one such data.
|
| NoNamedParameter |
This class permits to indicate empty parameters to JPA repository framework methods that
performed JPA queries.
|
| NoSuchPropertyException |
Exception that is thrown when a property of a business object isn't found.
|
| NotifAction |
The user action related to a contribution that is behind the notification.
|
| NotifChannel |
Channel used to notify users.
|
| NotificationAddress |
A notification address is an address to which a user can receive the notification messages
that are addressed to him.
|
| NotificationContext |
Context about a user notification.
|
| NotificationData |
Data on the notifications to the user.
|
| NotificationException |
Exception thrown when an error occurs while preparing, sending, or treating a notification in
Silverpeas.
|
| NotificationManager |
A manager of notification against users.
|
| NotificationManagerSettings |
Centralizing the access to the settings associated to the management of notifications.
|
| NotificationMetaData |
|
| NotificationParameters |
|
| NotificationResourceData |
Data on the notification about an action operated on a resource in Silverpeas.
|
| NotificationResourceDataDetails |
|
| NotificationTemplateKey |
Keys of the predefined fields injected by default in the text templates used in the notifications
to users.
|
| NotifMessageType |
The level of information carried by the message.
|
| ObjectNamedParameter |
The parameter to pass to a JPA query is an object.
|
| Occurrence |
An instance of a plannable object occurring in the timeline of a calendar.
|
| OnlyByCreator |
Annotation for JSR-303 validator.
|
| OnlyByCreatorValidator |
|
| OperationContext |
This class permits to give details about operation actions (save action for now), especially the
user who is the trigger of the operation.
|
| OperationContext.State |
|
| OperationResult<T extends PlannableOnCalendar,U extends Occurrence> |
Result of an operation that was performed against an object in the calendar business model like
a calendar event and its occurrences for example.
|
| OrderBy |
Centralizing the order by processing.
|
| PaginationCriterion |
A pagination criterion.
|
| PaginationList<T> |
The pagination list is a decorator of a collection by adding it some methods used in the
pagination.
|
| Parameters |
A collection of parameters used to filter a query or used in a criterion.
|
| Period |
A period is a lapse of time starting at a given date or datetime and ending at another given date
or datetime.
|
| Period |
Deprecated.
|
| Period.PeriodBuilder |
A builder of a Period instance that starts at a specified date or datetime.
|
| PeriodType |
Deprecated.
|
| PersistenceException |
|
| PersistenceOperation |
A persistence operation.
|
| PersistentResourceToken |
A persistent token used to identify uniquely a resource.
|
| PersistentResourceTokenGenerator |
A generator of PersistentResourceToken instances.
|
| PersistentResourceTokenService |
A service on the persistent token for Silverpeas entities.
|
| PersistentScheduling |
A qualifier to mark the implementation of the Scheduler interface is for persistent
scheduling, that is to say its will persist all the scheduled jobs so that they can be restored
at each runtime starting.
|
| PersistOperation |
|
| PersonalizationService |
|
| Plannable |
An interface that indicates a resource or a contribution is plannable in the time like an event
or a task for example.
|
| PlannableOnCalendar |
A plannable object is an object that can be planned in a calendar and that can be serialized
on a data source.
|
| PrefixedNotationExpressionEngine<R> |
This engine reads a prefixed notation expression in order to evaluate it.
Each part of the expression is composed of an operator with one or several operands.
Each operand must be wrapped into parentheses.
An operand can be:
a value to evaluate (by the converter given as first parameter of
PrefixedNotationExpressionEngine.from(Function, OperatorFunction[])) method.
|
| PrefixedNotationExpressionEngine.OperatorFunction<T> |
Defines an operator behavior.
|
| Prioritized |
It defines the property of an object of being potentially prioritized.
|
| Priority |
|
| Process<V> |
Defines a process to execute.
|
| Provider |
This annotation is to tag a managed bean as being a provider of business objects.
|
| QueryCriteria |
Criteria is a simplified representation of conditions the entities targeted by a query have to
satisfy and that constrains the query of such entities.
|
| QueryCriteria.Clause |
A clause representing the criteria the entities have to match.
|
| Recurrence |
|
| Recurrence.ExceptionDateNormalizer |
|
| RecurrencePeriod |
A period of a recurrence.
|
| Recurrent |
|
| ReentrantSemaphore |
|
| Reminder |
A reminder.
|
| Reminder.ReminderBuilder |
A builder of reminders.
|
| ReminderIdentifier |
Identifier of a reminder in the persistence context.
|
| ReminderProcess |
The process to send a notification to the user aimed by a reminder.
|
| ReminderProcessName |
|
| ReminderRepository |
Repository of reminders.
|
| ReminderSettings |
|
| RemoveSenderRecipientBehavior |
Implementation of UserNotificationBuilder must implement this interface in order to
specify to the mechanism that the sender of a notification must be removed from the
recipients.
By this way, the implementation takes advantage on centralized treatments.
|
| Repository |
This annotation is to tag an object as being a repository of business objects.
|
| RequestTaskManager |
|
| ResourceEvent<T extends Serializable> |
A notification event on the change of the state of a given resource in Silverpeas.
|
| ResourceEvent.Type |
It defines the more common type of notification in use in Silverpeas.
|
| ResourceEventListener<T extends ResourceEvent<?>> |
A resource event listener.
|
| ResourceEventNotifier<R extends Serializable,T extends ResourceEvent<?>> |
A notifier of an event about a resource in Silverpeas.
|
| ResourceIdentifier |
Interface of all identifiers of resources managed by Silverpeas.
|
| ResourcePath<T extends SilverpeasResource> |
The path of a resource in the organization tree of Silverpeas.
|
| ResourcePath.Constants |
Constants
|
| ResourceReference |
Reference to a resource managed by a component instance in Silverpeas.
|
| ResourcesRootDirectoriesLocator |
Locator of the root directories of each resources type used by Silverpeas.
|
| ResourceTranslation |
Translation about the properties of a resource in Silverpeas.
|
| ResultSetWrapper |
This class wraps a result set in order to ass some features.
|
| RunnableBackgroundProcess |
|
| ScheduledJob |
A job that is scheduled in the scheduler.
|
| Scheduler |
It is the main interface of a Silverpeas scheduler.
|
| SchedulerEvent |
A scheduler event represents an event that is generated within the scheduling system and that is
dispatched by schedulers to registered event listeners.
|
| SchedulerEvent.Type |
The different possible types of an event send by the scheduler.
|
| SchedulerEventListener |
A listener of events generating within the scheduling system and about scheduled jobs.
|
| SchedulerException |
Exception thrown when an error occurs within the scheduler.
|
| SchedulerProvider |
The factory of Scheduler objects.
|
| Securable |
A securable object is an object for which some operations on it requires for the user to be
authorized.
|
| SecurableRequestCache |
A common tool to handled securable implementation with a request cache.
|
| SecuritySettings |
User: Yohann Chastagnier
Date: 05/03/14
|
| SecuritySettings.Registration |
|
| SelectionBasket |
A basket of a selection of Silverpeas resources.
|
| SelectionContext |
The context of a selection by a user of a resource in Silverpeas.
|
| SelectionContext.Reason |
Reason about the selection of a resource by a user.
|
| SelectionEntry<T extends SilverpeasResource> |
|
| SelectResultRowProcess<R> |
Result Set Row Processor
|
| SendEveryAmountOfTime |
If an event implements this interface, its sending is performed by a JOB which is triggered
every an amount of time.
|
| SerializationUtil |
|
| ServerEvent |
An event implying data the server has to push to client without the client requesting
Silverpeas.
|
| ServerEvent.ServerEventName |
|
| ServerEventDispatcherTask |
This task is in charge of dispatching server events without blocking the thread of the emitter.
|
| ServerEventListener<T extends ServerEvent> |
|
| ServerEventNotifier<T extends ServerEvent> |
A notifier of a ServerEvent about Silverpeas has to push to WEB client.
|
| ServerEventWaitForManager |
|
| Service |
This annotation is to tag an object as being a business service.
|
| ServiceProvider |
A provider of Silverpeas services such as repositories, controllers, transactional services, and
so on.
|
| SessionCacheAccessor |
Accessor to a session scoped cache.
|
| SevereMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| SilverpeasArrayList<T> |
|
| SilverpeasAsyncContext |
This is a wrap of a AsyncContext instance.
|
| SilverpeasBean |
Deprecated.
|
| SilverpeasBeanDAO<T extends SilverpeasBeanIntf> |
Deprecated.
|
| SilverpeasBeanDAOFactory |
Deprecated. |
| SilverpeasBeanDAOImpl<T extends SilverpeasBeanIntf> |
Deprecated. |
| SilverpeasBeanIntf |
Deprecated. |
| SilverpeasComponentDataProvider |
This API permits to get data about component specified into sub hidden projects at core-api
level.
|
| SilverpeasComponentInstance |
An instance of a component.
|
| SilverpeasComponentInstanceProvider |
In charge of providing silverpeas component instance.
|
| SilverpeasException |
Deprecated. |
| SilverpeasExceptionMessages |
It defines the patterns of the common messages to pass with Silverpeas exceptions when an error
is occurring during a treatment in Silverpeas.
|
| SilverpeasExceptionMessages.LightExceptionMessage |
In charge to produce lighter error messages but with a bit of contextualization.
|
| SilverpeasJpaEntity<E extends Entity<E,I>,I extends EntityIdentifier> |
This abstract class must be extended by all Silverpeas JPA entities that satisfy all the rules
of the Silverpeas Persistence API.
|
| SilverpeasJpaEntityRepository<E extends SilverpeasJpaEntity<E,?>> |
A repository of Silverpeas Entity
objects using JPA as persistence backend.
|
| SilverpeasList<T> |
A common definition of Silverpeas's list in order to get common behaviours.
|
| SilverpeasListWrapper<E> |
A wrapper of List instances.
|
| SilverpeasPersonalComponentInstance |
|
| SilverpeasResource |
A resource managed in Silverpeas that is uniquely identifiable.
|
| SilverpeasRole |
The core predefined user roles in Silverpeas.
|
| SilverpeasRuntimeException |
Deprecated. |
| SilverpeasServerEventContext |
Definition of a Server Event context.
|
| SilverpeasServerEventContextManager |
|
| SilverpeasServiceInitialization |
This class provides the method to initialize all the services that implement the
org.silverpeas.core.initialization.Initialization interface when the application is starting.
|
| SilverpeasSharedComponentInstance |
|
| SilverpeasStringTemplate |
|
| SilverpeasStringTemplateUtil |
|
| SilverpeasTemplate |
|
| SilverpeasTemplateFactory |
|
| SilverpeasTrappedException |
Deprecated. |
| SilverpeasUserSession |
Represents a session opened by a User in Silverpeas.
|
| SilverpeasWebSocketContext |
This is a wrap of a Session instance.
|
| SimpleQueryCriteria |
|
| SpaceAccessControl |
This interface extends access controller for a Space resource.
|
| SplitExecuteProcess<D,T> |
Split Processor on discriminant data.
|
| SplitListProcess<D,T> |
Split Processor on discriminant data used for list queries.
|
| SqlBigDecimalParamSetter |
|
| SqlBigIntegerParamSetter |
|
| SqlBinaryParamSetter |
A setter of SQL parameters of type binaries.
|
| SqlBooleanParamSetter |
A setter of SQL parameters of type Boolean.
|
| SqlDateParamSetter |
A setter of SQL parameters of type date that includes java.sql. Date,
Date and LocalDate.
|
| SQLDateTimeConstants |
Some constants to take care when converting dates and date times to their database counterpart.
|
| SqlEnumParamSetter |
A setter of SQL parameters of type Enum.
|
| SqlIntegerParamSetter |
The setter of SQL parameters of type Integer.
|
| SqlLongParamSetter |
A setter of SQL parameters of type Long.
|
| SqlStatementParameterSetter |
A setter of parameters of a PreparedStatement instance according to the concrete type of
the value with which the parameter has to be set.
|
| SqlTemporalParamSetter |
An abstract setter of SQL parameters of type temporal.
|
| SqlTextSetter |
A setter of SQL parameters of type String.
|
| SqlTypedParameterSetter |
|
| SseLogger |
|
| StateTransition<T extends Serializable> |
It is a generic representation of a transition between two states of a state-machine, whatever
the state-machine is.
|
| StoreLastOnly |
If an event implements this interface, the last added will be stored and the previous one will
be cleaned from the store handled by ServerEventDispatcherTask in charge of dispatching
all ServerEvent.
|
| StreamingProvider |
Data defining a stream provider.
|
| StreamingProvidersRegistry |
Register of all streaming providers handled into Silverpeas.
|
| StreamWrapper<T> |
|
| StringRenderer |
Some useful formatting usable from string templates.
|
| SuccessMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| Temporal<T extends Temporal<? super T>> |
Deprecated.
|
| TemporalConverter |
A converter of date and datetime into different temporal types used in Silverpeas.
|
| TemporalConverter.Conversion<T extends Temporal,R> |
A conversion function of a temporal object into a value of type R.
|
| TemporalFormatter |
A formatter of date and datetime in String into different formats, both localized and ISO.
|
| TemporalNamedParameter<D> |
The parameter to pass to a JPA query is a temporal one.
|
| Thumbnail |
A thumbnail is an image summarizing a type of resource or the content of a contribution.
|
| TimeUnit |
An enumeration of time units to be used to express a well known defined unit in the timeline.
|
| TimeUnit |
The unit of times as used and supported by the scheduling system in Silverpeas.
|
| TimeZoneUtil |
|
| Token |
A token in Silverpeas is an atom or a symbol, encoded in a String, that is either used to
identify uniquely a resource or to stamp a resource for security reason.
|
| TokenException |
The exception for all normal errors occuring with the Token API and for which the client requires
to perform a dedicated action.
|
| TokenGenerationException |
An exception thrown when an error is encountered during the generation of a token.
|
| TokenGenerationParameter<T> |
Parameters for customizing the generation of a token.
|
| TokenGenerationParameter.Builder |
A builder of a chain of different token generation parameters.
|
| TokenGenerator |
An annotation to inform the generator a token is mapped with.
|
| TokenGenerator |
A generator of tokens.
|
| TokenRuntimeException |
The exception for all abnormal errors occuring with the Token API and for which the client
doesn't need to perform a dedicated action.
|
| TokenValidationException |
An exception that is thrown when a token validation fails.
|
| TrackedApplications |
It defines the applications in Silverpeas for which the tracking of modifications on
contributions are enabled.
|
| Transaction |
A transaction.
|
| TransactionProvider |
A factory of transaction instances.
|
| TransactionRuntimeException |
|
| Translatable |
An object in Silverpeas whose the textual properties are translatable in different languages.
|
| Translation |
A translation of a text, a property of a resource supporting the i18n features.
|
| UniqueIntegerIdentifier |
|
| UniqueLongIdentifier |
|
| UnitUtil |
Unit values handling tools
|
| UpdateOperation |
|
| User |
This interface represents simple data of a user.
|
| UserAccessLevel |
The access level of a user account in Silverpeas.
|
| UserI18NTranslationMap |
This map is dedicated to simple translation management around user languages.
|
| UserMenuDisplay |
User: ehugonnet Date: 21/03/11 Time: 16:59
|
| UserNotification |
A notification to a user.
|
| UserNotificationBuilder |
A builder of a user notification.
|
| UserPreferences |
|
| UserProvider |
In charge of providing users.
|
| UserRecipient |
|
| UserReference |
A reference to a given user in Silverpeas, such user being represented by a
User instance.
|
| UserState |
The state of the user account in Silverpeas.
|
| UserSubscriptionNotificationBehavior |
Implementation of UserNotificationBuilder must implement this interface if it deals with
subscription notifications.
By this way, the implementation takes advantage on centralized treatments around the
subscription notification.
|
| UtilException |
Deprecated. |
| UtilException |
An exception thrown from a failure in a treatment of a utility class.
|
| UtilTrappedException |
Deprecated. |
| UuidIdentifier |
|
| Variable |
A variable is a mapping between a literal and one or more values, each of them being scheduled
in a given period.
|
| VariableScheduledValue |
|
| VariableScheduledValueRepository |
The repository into which the scheduled values of the variables are persisted.
|
| VariablesRepository |
The repository in which are persisted the variables.
|
| VariableValueSet |
A set of variable's values.
|
| VisibilityLevel |
Predefined visibility level of a plannable object.
|
| WAPrimaryKey |
Deprecated. |
| WarningMessage |
User: Yohann Chastagnier
Date: 07/11/13
|
| WbeClientManager |
In charge of the management of Web Browser Edition (WBE) clients (LibreOffice Online for example
which uses WOPI protocol).
|
| WbeEdition |
Represents the preparation of a Web Browser Edition.
|
| WbeEdition.Configuration |
This class permits to handle additional configuration that can set by Silverpeas and be used
by WBE clients.
|
| WbeFile |
Representation of a Silverpeas's file exposed to the Office infrastructure.
|
| WbeFileLock |
This class permits to handle Web Browser Edition file locking from point of view of the HOST.
|
| WbeHostManager |
In charge of the management of Web Browser Edition contexts.
|
| WbeUser |
Representation of a WbeUser.
|
| WebEncodeHelper |
Utility class to encode special string or characters to be compliant with the web (HTML and
Javascript).
|
| WebService |
This annotation is to tag an object as being a web service whose lifecycle is bound to the scope
of the HTTP exchange (request/response) between him and the client behind de request.
|
| WeekPeriod |
Deprecated.
|
| WithAttachment |
An interface to indicate that a resource or a contribution supports attachments.
|
| WithNested |
Deprecated. |
| WithPermanentLink |
An interface to indicate that a resource or a contribution can be accessed by a permanent link.
|
| WithReminder |
An interface to indicate that a resource supports reminder.
|
| WithSaveAndFlush<T extends IdentifiableEntity> |
This interface is dedicated to repositories that want to support a way to both save the entity
into the persistence context and then to flush it to the underlying data source.
|
| WithThumbnail |
An interface to indicate that a resource or a contribution supports thumbnail.
|
| WysiwygContent |
A WYSIWYG content is a rich text (text with styles with graphics and images) that is produced by
an editor in a form closely resembling its appearance when printed or displayed.
|
| WysiwygContentRepository |
A repository of WYSIWYG contents.
|
| YearPeriod |
Deprecated.
|