A B C D E F G H I J K L M N O P Q R S T U V W Y _ 
All Classes All Packages

A

A_DAY - org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
about(ContributionIdentifier) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
The reminder is about the specified contribution.
absolute() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMapProvider
All the URI provided by the ComponentInstanceRoutingMap instance will be prefixed with the server URL and the URI part of the Silverpeas application name.
absolute(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
AbstractBackgroundProcessRequest - Class in org.silverpeas.core.backgroundprocess
Defines a request performed by BackgroundProcessTask.
AbstractBackgroundProcessRequest() - Constructor for class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
Initializes a unique request.
AbstractBackgroundProcessRequest(String, BackgroundProcessTask.LOCK_DURATION) - Constructor for class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
Initializes a request by given a unique identifier.
AbstractContributionRenderer<T extends ContributionContent> - Class in org.silverpeas.core.contribution.content.renderer
All implementations MUST extend this abstraction in order to be provided automatically by ContributionContentRendererProvider.
AbstractContributionRenderer() - Constructor for class org.silverpeas.core.contribution.content.renderer.AbstractContributionRenderer
 
AbstractDAO - Class in org.silverpeas.core.persistence.jdbc
 
AbstractDAO() - Constructor for class org.silverpeas.core.persistence.jdbc.AbstractDAO
 
AbstractDateTemporal<T extends Temporal<? super T>> - Class in org.silverpeas.core.date
Deprecated.
Use the java.time API
AbstractDateTemporal(long) - Constructor for class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
AbstractJpaEntity<T extends IdentifiableEntity,​U extends EntityIdentifier> - Class in org.silverpeas.core.persistence.datasource.model.jpa
Abstract implementation of the IdentifiableEntity interface that uses the JPA API.
AbstractJpaEntity() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
 
AbstractJpaEntityRepository<T extends AbstractJpaEntity<T,​?>> - Class in org.silverpeas.core.persistence.datasource.repository.jpa
Abstract implementation of the EntityRepository interface that uses the JPA API.
AbstractJpaEntityRepository() - Constructor for class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
AbstractMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
AbstractMessage(String) - Constructor for class org.silverpeas.core.notification.message.AbstractMessage
 
AbstractRequestTask<C extends AbstractRequestTask.ProcessContext> - Class in org.silverpeas.core.thread.task
Centralizing the management of a thread in charge of processing in the background a batch of AbstractRequestTask.Request.
When there is no more AbstractRequestTask.Request to perform, the task ends.
When adding a new AbstractRequestTask.Request to perform, the request is added into a queue and the task is started if it is not running.
Requests are performed one after one.
To add a request to process, use RequestTaskManager.push(Class, Request)
AbstractRequestTask() - Constructor for class org.silverpeas.core.thread.task.AbstractRequestTask
Nothing is done for now.
AbstractRequestTask.ProcessContext - Interface in org.silverpeas.core.thread.task
The process context given to the AbstractRequestTask.Request.process(Object) method.
The process context instance is provided by AbstractRequestTask.getProcessContext() method implementation.
AbstractRequestTask.Request<C> - Interface in org.silverpeas.core.thread.task
Each request must define a method called process which will process the request.
AbstractResourceEvent<T extends Serializable> - Class in org.silverpeas.core.notification.system
It is an abstract implementation of a notification event on a resource's state change.
AbstractResourceEvent() - Constructor for class org.silverpeas.core.notification.system.AbstractResourceEvent
 
AbstractResourceEvent(ResourceEvent.Type, T...) - Constructor for class org.silverpeas.core.notification.system.AbstractResourceEvent
Constructs a new instance representing the specified event type in relation to the specified state change of the concerned resource.
AbstractResourceEventListener<T extends ResourceEvent<?>> - Class in org.silverpeas.core.notification.system
An abstract class implementing the org.silverpeas.core.notification.system.ResourceEventListener interface for concrete classes preferring extending a class than implementing an interface.
AbstractResourceEventListener() - Constructor for class org.silverpeas.core.notification.system.AbstractResourceEventListener
 
AbstractServerEvent - Class in org.silverpeas.core.notification.sse
It is an abstract implementation of a ServerEvent.
AbstractServerEvent() - Constructor for class org.silverpeas.core.notification.sse.AbstractServerEvent
 
AbstractTable<T> - Class in org.silverpeas.core.persistence.jdbc
A Table object manages a table in a database.
AbstractTable(String) - Constructor for class org.silverpeas.core.persistence.jdbc.AbstractTable
 
accept() - Method in class org.silverpeas.core.calendar.Attendee
Accepts the attendance.
Calling this method represents an answer action.
Call Attendee.setParticipationStatus(ParticipationStatus) method to modify the status without specifying that is in case of an answer.
accept(JobTriggerVisitor) - Method in class org.silverpeas.core.scheduler.trigger.CronJobTrigger
 
accept(JobTriggerVisitor) - Method in class org.silverpeas.core.scheduler.trigger.FixedDateTimeJobTrigger
 
accept(JobTriggerVisitor) - Method in class org.silverpeas.core.scheduler.trigger.FixedPeriodJobTrigger
 
accept(JobTriggerVisitor) - Method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Accepts the specified visitor to visit it.
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationBadCredentialException
 
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationException
 
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationHostException
 
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordAboutToExpireException
 
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdChangeNotAvailException
 
accept(AuthenticationExceptionVisitor) - Method in exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdNotAvailException
 
ACCEPTED - org.silverpeas.core.calendar.Attendee.ParticipationStatus
The attendee has accepted to attend the calendar event.
accepts(Temporal) - Method in class org.silverpeas.core.date.TemporalConverter.Conversion
Does this conversion function accepts to the type of the specified temporal object.
AccessControlContext - Class in org.silverpeas.core.security.authorization
This class permits to define the context of access to a resource.
AccessController<T> - Interface in org.silverpeas.core.security.authorization
A controller of accesses on the Silverpeas resources by a user..
AccessControllerProvider - Class in org.silverpeas.core.security.authorization
A provider of the different access controllers available in Silverpeas.
AccessControlOperation - Enum in org.silverpeas.core.security.authorization
 
acquire() - Method in class org.silverpeas.core.thread.concurrent.ReentrantSemaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
ActionType - Enum in org.silverpeas.core
Transverse definition of possible actions a user did on a contribution or a set of contributions.
add(byte[]) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(int, E) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
add(int, T) - Method in class org.silverpeas.core.util.PaginationList
 
add(E) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
add(Boolean) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Double) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Float) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Integer) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Long) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Number) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Short) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(String) - Method in class org.silverpeas.core.calendar.AttendeeSet
Adds an external attendee in this calendar component.
add(String) - Method in class org.silverpeas.core.calendar.CategorySet
Adds a category to a PlannableOnCalendar.
add(String) - Method in class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Adds a criterion to this clause.
add(String) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(String, Object) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameters
Adding a new named parameter.
add(String, Object) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NoNamedParameter
 
add(String, Object) - Method in interface org.silverpeas.core.persistence.datasource.repository.Parameters
Adds a new parameter with the specified key and value.
add(String, Object, TemporalType) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameters
Adding a new temporal named parameter.
add(String, Object, TemporalType) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NoNamedParameter
 
add(BigDecimal) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
add(Connection, T) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
add(Connection, T) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
add(DomainType) - Method in class org.silverpeas.core.admin.domain.DomainTypeRegistry
Adds a domain type into registry.
add(User) - Method in class org.silverpeas.core.calendar.AttendeeSet
Adds an internal attendee in this calendar component.
add(StreamingProvider) - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
Adds a StreamingProvider instance into registry.
add(VariableScheduledValue) - Method in class org.silverpeas.core.variables.VariableValueSet
Adds the specified variable value into this variable's values set.
add(T) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
create the bean and a row in DB.
add(T) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
add(T) - Method in class org.silverpeas.core.util.PaginationList
 
addAll(int, Collection<? extends E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
addAll(int, Collection<? extends T>) - Method in class org.silverpeas.core.util.PaginationList
 
addAll(String...) - Method in class org.silverpeas.core.calendar.CategorySet
Adds one or several categories to a PlannableOnCalendar.
addAll(Collection<? extends E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
addAll(Collection<? extends VariableScheduledValue>) - Method in class org.silverpeas.core.variables.VariableValueSet
Adds the specified variable values into this variable's values set.
addAll(Collection<? extends T>) - Method in class org.silverpeas.core.util.PaginationList
 
addAll(List<String>) - Method in class org.silverpeas.core.calendar.CategorySet
Adds several categories to a PlannableOnCalendar.
addAllFrom(AttributeSet) - Method in class org.silverpeas.core.calendar.AttributeSet
Adds to this attributes all those from the specified ones.
addAllFrom(CategorySet) - Method in class org.silverpeas.core.calendar.CategorySet
Adds to this categories all those from the specified ones.
addAllIgnoreNull(Collection<? super T>, T...) - Static method in class org.silverpeas.core.util.CollectionUtil
Null elements are not taking into account.
addAndSave(VariableScheduledValue) - Method in class org.silverpeas.core.variables.VariableValueSet
Adds the specified variable value into the variable's values set and saves automatically the set.
addDays(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addDays(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of days to the temporal instance returning a new one.
addDaysExceptWeekEnds(Calendar, int) - Static method in class org.silverpeas.core.util.DateUtil
Compute a new date by adding the specified number of days without couting week-ends.
addDefaultAddress(String, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Sets the specified notification address as a default one for the given user identifier.
added() - Method in class org.silverpeas.core.calendar.ICalendarImportResult
Gets the number of PlannableOnCalendar objects added in the calendar after an import a calendar content.
addError(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an error message.
addError(String, Object...) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
 
addError(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an error message.
addExternalRecipient(ExternalRecipient) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
addExtraMessage(String, String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
addField(String, String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters (FOR TABLE CREATION ONLY).
addGroupRecipient(GroupRecipient) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Add a group recipient to group recipients
addGroupRecipients(Collection<GroupRecipient>) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
addHours(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addHours(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of hours to the temporal instance returning a new one.
addInfo(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an info message.
addInfo(String, Object...) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
 
addInfo(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an info message.
addJSONArray(UnaryOperator<JSONCodec.JSONArray>) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
addJSONArray(List<String>) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
addJSONObject(UnaryOperator<JSONCodec.JSONObject>) - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
addLanguage(String, String, String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
addListener(String, MessageListener) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
addListener(AsyncListener) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
addListener(MessageListener) - Method in class org.silverpeas.core.notification.message.MessageContainer
 
addListener(MessageListener) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
addLongText(String) - Static method in class org.silverpeas.core.persistence.jdbc.LongText
 
addMessage(Message) - Method in class org.silverpeas.core.notification.message.MessageContainer
 
addMilliseconds(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addMilliseconds(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of milliseconds to the temporal instance returning a new one.
addMinutes(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addMinutes(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of minutes to the temporal instance returning a new one.
addMonths(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addMonths(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of months to the temporal instance returning a new one.
addNewContributionIndicator(NewContributionIndicator) - Method in class org.silverpeas.core.contribution.indicator.ContributionIndicatorRegistry
Adds a NewContributionIndicator instance into registry.
addSeconds(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addSeconds(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of seconds to the temporal instance returning a new one.
addSevere(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an severe message.
addSevere(String, Object...) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
 
addSevere(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an severe message.
addSqlPart(String, Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
addStates(OperationContext.State...) - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Adds states into context.
addSuccess(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add a success message.
addSuccess(String, Object...) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
 
addSuccess(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add a success message.
addTo(R, long) - Method in enum org.silverpeas.core.date.TimeUnit
 
addUserRecipient(UserRecipient) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Add a user recipient to user recipients.
addUserRecipients(Collection<UserRecipient>) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Add a user recipient to user recipients.
addUserRecipients(UserRecipient...) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Add a user recipient to user recipients.
addUserRecipientToExclude(UserRecipient) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Add a user recipient to user recipients to exclude
addWarning(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an warning message.
addWarning(String, Object...) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
 
addWarning(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Add an warning message.
addWeeks(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addWeeks(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of weeks to the temporal instance returning a new one.
addYears(int) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
addYears(int) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Adds a number of years to the temporal instance returning a new one.
ADMIN - org.silverpeas.core.admin.user.model.SilverpeasRole
ADMIN means a component instance administrator (also called manager of component instance)
ADMINISTRATOR - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is an administrator.
AFTER_MESSAGE_FOOTER_TAG - Static variable in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
afterAllContexts() - Method in interface org.silverpeas.core.notification.sse.behavior.AfterSentToAllContexts
Called just after the sending to all context process.
afterLast() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
afterLoadingFromPersistenceContext() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
afterMessageAdded(MessageContainer, Message) - Method in interface org.silverpeas.core.notification.message.MessageListener
 
afterNoMoreRequest() - Method in class org.silverpeas.core.thread.task.AbstractRequestTask
Invoked when it does not exist AbstractRequestTask.Request to process anymore.
AfterSentToAllContexts - Interface in org.silverpeas.core.notification.sse.behavior
Implements this interface in order to get "an after sent to all context" behavior.
all(DayOfWeek) - Static method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
Creates an instance of DayOfWeekOccurrence representing all the occurrences of the specified day of week in a week, in a month or in a year.
ALL - org.silverpeas.core.personalization.UserMenuDisplay
 
ALL - Static variable in class org.silverpeas.core.contribution.tracking.TrackedApplications
 
ALL_OCCURRENCES - Static variable in class org.silverpeas.core.calendar.DayOfWeekOccurrence
A constant that defines a specific value for all the occurrences of the represented day of week in a week, a month or a year.
allMatch(Predicate<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
AN_HALF_DAY - org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
AN_HOUR - org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
and(String, Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
and(String, Collection<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
andNotNull(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
The specified parameter, in a conjunction filter, must not be null when requesting the data source.
andNull(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
The specified parameter, in a conjunction filter, must be null when requesting the data source.
anyMatch(Predicate<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
append(StringBuilder, List<OrderBy>) - Static method in class org.silverpeas.core.persistence.OrderBy
 
append(StringBuilder, OrderBy...) - Static method in class org.silverpeas.core.persistence.OrderBy
 
ApplicationService - Interface in org.silverpeas.core
A service providing the transverse operations related to a given Silverpeas application.
ApplicationServiceProvider - Class in org.silverpeas.core
A provider of objets implementing the ApplicationService interface.
ApplicationServiceProvider() - Constructor for class org.silverpeas.core.ApplicationServiceProvider
 
apply(Temporal) - Method in class org.silverpeas.core.date.TemporalConverter.Conversion
Applies the conversion to the specified Temporal object.
apply(Function<? super T, ? extends R>, Function<? super U, ? extends R>) - Method in class org.silverpeas.core.util.Either
Applies one of the specified functions according to the nature of this Either: apply leftFunction if it is a left-object or apply the rightFunction if it is a right-object.
apply(List<CalendarEventOccurrence>) - Method in class org.silverpeas.core.calendar.view.CalendarEventInternalParticipationView
 
apply(List<CalendarEventOccurrence>) - Method in interface org.silverpeas.core.calendar.view.CalendarEventView
Applies this view on the specified list of calendar event occurrences.
applyAttributes(StringTemplate) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
applyByType(Temporal, TemporalConverter.Conversion<? extends Temporal, T>...) - Static method in class org.silverpeas.core.date.TemporalConverter
Performs one of the specified conversion function against the given temporal object according to its concrete type.
applyFileTemplate(String) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
applyFileTemplate(String) - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
applyFileTemplateOnComponent(String, String) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
applyFileTemplateOnComponent(String, String) - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
applyStringTemplate(String) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
applyStringTemplate(String) - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
applyTechnicalDataTo(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaPersistOperation
Applying information of the context to the given entity on a persist operation.
applyTechnicalDataTo(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaUpdateOperation
Applying information of the context to the given entity on a update operation.
applyTechnicalDataTo(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.PersistenceOperation
Applies to the specified entity a computation consisting to set its technical data before being serialized to a datasource.
applyTo(E) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameters
Applies the named parameters to the given query.
ArgumentAssertion - Class in org.silverpeas.core.util
ArgumentAssertion gathers all of the assertion operations that can be used for for checking the arguments specified in method call are correct.
ArgumentAssertion() - Constructor for class org.silverpeas.core.util.ArgumentAssertion
 
as(T[]) - Static method in interface org.silverpeas.core.util.SilverpeasList
Gets an array as a SilverpeasList.
asArray() - Method in class org.silverpeas.core.calendar.CategorySet
Converts this categories container to an array of category identifiers.
asc(String) - Static method in class org.silverpeas.core.persistence.OrderBy
 
asCalendarComponent() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the CalendarComponent representation of this event.
asCalendarComponent() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the CalendarComponent representation of this occurrence.
asDate() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
asDate() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
asDate() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets the java Date representation of this temporal.
asDate(String, String) - Static method in class org.silverpeas.core.persistence.jdbc.AbstractDAO
Decodes the specified String representation of a date to a Date object.
asDate(Temporal) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal in a Date instance.
asInstant(Temporal) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal in an Instant instance.
asInternetAddress() - Method in class org.silverpeas.core.util.EmailAddress
 
asList() - Method in class org.silverpeas.core.calendar.CategorySet
Converts this categories container to a list of category identifiers.
asList(T...) - Static method in class org.silverpeas.core.util.CollectionUtil
 
asLocalDate(Temporal) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal instance to an LocalDate instance.
asLocalDate(Temporal, ZoneId) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal instance to an LocalDate instance after applying the timezone conversion.
asLocalId() - Method in class org.silverpeas.core.BasicIdentifier
Gets the local identification value of this identifier if any.
asOffsetDateTime(Temporal) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal instance to an OffsetDateTime instance.
assertDefined(String, String) - Static method in class org.silverpeas.core.util.ArgumentAssertion
Asserts the specified String argument is well defined, that is it is not null and not empty.
assertNotDefined(String, String) - Static method in class org.silverpeas.core.util.ArgumentAssertion
Asserts the specified String argument is not defined, that is it is null or empty.
assertNotNull(Object, String) - Static method in class org.silverpeas.core.util.ArgumentAssertion
Asserts the specified argument is not null.
assertTrue(boolean, String) - Static method in class org.silverpeas.core.util.ArgumentAssertion
Asserts the specified argument is true.
asSet(T...) - Static method in class org.silverpeas.core.util.CollectionUtil
 
asSilverpeas() - Method in class org.silverpeas.core.wbe.WbeUser
Gets the Silverpeas's user.
asString() - Method in class org.silverpeas.core.BasicIdentifier
 
asString() - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Gets the absolute value of this identifier.
asString() - Method in interface org.silverpeas.core.notification.sse.ServerEvent.ServerEventName
 
asString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
asString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
asString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
asString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
asString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
asString() - Method in class org.silverpeas.core.reminder.ReminderIdentifier
 
asString() - Method in interface org.silverpeas.core.reminder.ReminderProcessName
 
asString() - Method in interface org.silverpeas.core.ResourceIdentifier
Gets the value of this identifier as a String.
asString() - Method in class org.silverpeas.core.ResourceReference
 
asString(Set<SilverpeasRole>) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets the role name as used in Silverpeas for each of the specified SilverpeasRole instances.
asZonedDateTime(Temporal) - Static method in class org.silverpeas.core.date.TemporalConverter
Converts the specified temporal instance to a ZonedDateTime instance.
Attachment - Interface in org.silverpeas.core.contribution.model
An attachment is a document file that is attached to a contribution in Silverpeas.
Attendee - Class in org.silverpeas.core.calendar
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() - Constructor for class org.silverpeas.core.calendar.Attendee
Constructs an empty attendee.
Attendee(String, CalendarComponent) - Constructor for class org.silverpeas.core.calendar.Attendee
Constructs a participant in the specified calendar component.
Attendee.ParticipationStatus - Enum in org.silverpeas.core.calendar
Predefined participation status of an attendee.
Attendee.PresenceStatus - Enum in org.silverpeas.core.calendar
Predefined presence status of an attendee in his participation in a calendar event.
AttendeeLifeCycleEvent - Class in org.silverpeas.core.calendar.notification
An lifecycle event of an Attendee.
AttendeeLifeCycleEvent(Contribution, ResourceEvent.Type, LifeCycleEventSubType, Attendee...) - Constructor for class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEvent
Constructs a new lifecycle event with the specified type and with the specified Attendee instances representing each of them a state in a transition in the lifecycle of an attendee.
AttendeeLifeCycleEventNotifier - Class in org.silverpeas.core.calendar.notification
A notifier of lifecycle events of Attendees.
AttendeeLifeCycleEventNotifier() - Constructor for class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEventNotifier
 
AttendeeSet - Class in org.silverpeas.core.calendar
A set of attendees in a given calendar component.
AttendeeSet() - Constructor for class org.silverpeas.core.calendar.AttendeeSet
Constructs an empty set of attendees for the persistence engine.
AttributeSet - Class in org.silverpeas.core.calendar
A set of attributes of a PlannableOnCalendar object.
AttributeSet() - Constructor for class org.silverpeas.core.calendar.AttributeSet
Constructs an empty attribute container.
AuthDomain - Interface in org.silverpeas.core.security.authentication
An authentication domain of users and groups of users in Silverpeas.
authenticate(AuthenticationCredential) - Method in interface org.silverpeas.core.security.authentication.Authentication
Authenticates a user with the specified authentication credential.
Authentication - Interface in org.silverpeas.core.security.authentication
Authentication of a user in Silverpeas.
AuthenticationBadCredentialException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationBadCredentialException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationBadCredentialException
 
AuthenticationBadCredentialException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationBadCredentialException
 
AuthenticationBadCredentialException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationBadCredentialException
 
AuthenticationCredential - Class in org.silverpeas.core.security.authentication
A credential is a set of security-related capabilities for a given user, it contains information used to authenticate him.
AuthenticationException - Exception in org.silverpeas.core.security.authentication.exception
Exception thrown when an error occurs while a user is authenticating himself against Silverpeas.
AuthenticationException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationException
 
AuthenticationExceptionVisitor - Interface in org.silverpeas.core.security.authentication.exception
A processor of authentication exceptions.
AuthenticationHostException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationHostException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationHostException
 
AuthenticationHostException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationHostException
 
AuthenticationHostException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationHostException
 
AuthenticationNoMoreUserConnectionAttemptException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationNoMoreUserConnectionAttemptException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationNoMoreUserConnectionAttemptException
 
AuthenticationNoMoreUserConnectionAttemptException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationNoMoreUserConnectionAttemptException
 
AuthenticationNoMoreUserConnectionAttemptException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationNoMoreUserConnectionAttemptException
 
AuthenticationPasswordAboutToExpireException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPasswordAboutToExpireException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordAboutToExpireException
 
AuthenticationPasswordAboutToExpireException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordAboutToExpireException
 
AuthenticationPasswordAboutToExpireException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordAboutToExpireException
 
AuthenticationPasswordExpired - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPasswordExpired(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordExpired
 
AuthenticationPasswordExpired(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordExpired
 
AuthenticationPasswordExpired(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordExpired
 
AuthenticationPasswordMustBeChangedAtNextLogon - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPasswordMustBeChangedAtNextLogon(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedAtNextLogon
 
AuthenticationPasswordMustBeChangedAtNextLogon(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedAtNextLogon
 
AuthenticationPasswordMustBeChangedAtNextLogon(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedAtNextLogon
 
AuthenticationPasswordMustBeChangedOnFirstLogin - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPasswordMustBeChangedOnFirstLogin(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedOnFirstLogin
 
AuthenticationPasswordMustBeChangedOnFirstLogin(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedOnFirstLogin
 
AuthenticationPasswordMustBeChangedOnFirstLogin(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPasswordMustBeChangedOnFirstLogin
 
AuthenticationPwdChangeNotAvailException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPwdChangeNotAvailException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdChangeNotAvailException
 
AuthenticationPwdChangeNotAvailException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdChangeNotAvailException
 
AuthenticationPwdChangeNotAvailException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdChangeNotAvailException
 
AuthenticationPwdNotAvailException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationPwdNotAvailException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdNotAvailException
 
AuthenticationPwdNotAvailException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdNotAvailException
 
AuthenticationPwdNotAvailException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationPwdNotAvailException
 
AuthenticationResponse - Class in org.silverpeas.core.security.authentication
The authentication result represents the response of an authentication process while authenticating a given user for Silverpeas.
AuthenticationResponse.Status - Enum in org.silverpeas.core.security.authentication
The status of an authentication process.
AuthenticationUserAccountBlockedException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationUserAccountBlockedException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountBlockedException
 
AuthenticationUserAccountBlockedException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountBlockedException
 
AuthenticationUserAccountBlockedException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountBlockedException
 
AuthenticationUserAccountDeactivatedException - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationUserAccountDeactivatedException(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountDeactivatedException
 
AuthenticationUserAccountDeactivatedException(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountDeactivatedException
 
AuthenticationUserAccountDeactivatedException(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserAccountDeactivatedException
 
AuthenticationUserMustAcceptTermsOfService - Exception in org.silverpeas.core.security.authentication.exception
 
AuthenticationUserMustAcceptTermsOfService(String, String...) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserMustAcceptTermsOfService
 
AuthenticationUserMustAcceptTermsOfService(String, Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserMustAcceptTermsOfService
 
AuthenticationUserMustAcceptTermsOfService(Throwable) - Constructor for exception org.silverpeas.core.security.authentication.exception.AuthenticationUserMustAcceptTermsOfService
 
authoredBy(User) - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Sets a user as the current author of this content.
AWAITING - org.silverpeas.core.calendar.Attendee.ParticipationStatus
In awaiting of the answer of the attendee for the calendar event.

B

B - org.silverpeas.core.util.memory.MemoryUnit
 
BackgroundProcessLogger - Class in org.silverpeas.core.backgroundprocess
Logger provider for background processes.
BackgroundProcessTask - Class in org.silverpeas.core.backgroundprocess
This task is in charge of processing background processes.
All services which needs to perform background processes needs to push a AbstractBackgroundProcessRequest to BackgroundProcessTask.
BackgroundProcessTask.LOCK_DURATION - Enum in org.silverpeas.core.backgroundprocess
 
BackgroundReminderProcess - Interface in org.silverpeas.core.reminder
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 - Class in org.silverpeas.core.reminder
 
BAD_LOGIN_PASSWORD - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed for a bad login identifier or password.
BAD_LOGIN_PASSWORD_DOMAIN - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed for a bad login identifier, password or user domain.
BASIC_POPUP - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Builtin address related to the notification channel NotifChannel.POPUP.
BASIC_REMOVE - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Builtin address related to the notification channel NotifChannel.REMOVE.
BASIC_SERVER - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Builtin address related to the notification channel NotifChannel.SERVER.
BASIC_SILVERMAIL - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Builtin address related to the notification channel NotifChannel.SILVERMAIL.
BASIC_SMTP - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Builtin address related to the notification channel NotifChannel.SMTP.
BasicIdentifier - Class in org.silverpeas.core
A basic implementation of an identifier of a resource in Silverpeas.
BasicIdentifier() - Constructor for class org.silverpeas.core.BasicIdentifier
 
BasicIdentifier(int, String) - Constructor for class org.silverpeas.core.BasicIdentifier
Constructs a basic identifier with both a local identifier and a String representation of a unique identifier.
BasicIdentifier(String) - Constructor for class org.silverpeas.core.BasicIdentifier
Constructs a basic identifier with only the specified String representation of a unique identifier.
BasicJpaEntity<E extends IdentifiableEntity,​I extends EntityIdentifier> - Class in org.silverpeas.core.persistence.datasource.model.jpa
This abstract class must be extended by all basic JPA entities that don't fit to the persistence rules of the Silverpeas Persistence API.
BasicJpaEntity() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
 
BasicJpaEntityRepository<E extends BasicJpaEntity<E,​?>> - Class in org.silverpeas.core.persistence.datasource.repository.jpa
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, ...).
BasicJpaEntityRepository() - Constructor for class org.silverpeas.core.persistence.datasource.repository.jpa.BasicJpaEntityRepository
 
Bean - Annotation Type in org.silverpeas.core.annotation
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.
BEFORE_MESSAGE_FOOTER_TAG - Static variable in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
beforeAddMessage(MessageContainer, Message) - Method in interface org.silverpeas.core.notification.message.MessageListener
 
beforeFirst() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
beforeGetLanguage(MessageContainer) - Method in interface org.silverpeas.core.notification.message.MessageListener
 
beforeUpdate() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
between(Instant, Instant) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two non-null specified instant.
between(LocalDate, LocalDate) - Method in class org.silverpeas.core.calendar.Calendar
Gets a window of time on this calendar defined by the specified period.
between(LocalDate, LocalDate) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two non null specified dates.
between(OffsetDateTime, OffsetDateTime) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two non null specified datetime.
between(Temporal, Temporal) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified non null date or datetime.
between(Temporal, Temporal) - Method in enum org.silverpeas.core.date.TimeUnit
 
between(ZonedDateTime, ZonedDateTime) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two non null specified datetime.
betweenInDays(Instant, Instant) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two days represented by the two non-null specified instant.
betweenNullable(Instant, Instant) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified instants.
betweenNullable(LocalDate, LocalDate) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified dates.
betweenNullable(OffsetDateTime, OffsetDateTime) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified datetime.
betweenNullable(Temporal, Temporal) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified date or datetime.
betweenNullable(ZonedDateTime, ZonedDateTime) - Static method in class org.silverpeas.core.date.Period
Creates a new period of time between the two specified datetime.
BLOCKED - org.silverpeas.core.admin.user.constant.UserState
The user account is blocked and the user cannot sign in Silverpeas.
BOOKMARKS - org.silverpeas.core.personalization.UserMenuDisplay
 
build() - Method in interface org.silverpeas.core.notification.user.builder.UserNotificationBuilder
 
build() - Method in class org.silverpeas.core.security.token.TokenGenerationParameter.Builder
Builds the chain of token generation parameters.
builder() - Static method in class org.silverpeas.core.security.token.TokenGenerationParameter
Gets a builder of a chain of generation parameter.
builder() - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
BuiltInNotifAddress - Enum in org.silverpeas.core.notification.user.client.constant
Definition of the builtin addresses that are used in the notification to the users.

C

CacheAccessorProvider - Class in org.silverpeas.core.cache.service
A provider of different kinds of cache accessors available in Silverpeas.
Calendar - Class in org.silverpeas.core.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.
Calendar() - Constructor for class org.silverpeas.core.calendar.Calendar
Necessary for JPA management.
Calendar(String, String) - Constructor for class org.silverpeas.core.calendar.Calendar
Creates in the specified component instance a new calendar with the given title.
Calendar(String, String, ZoneId) - Constructor for class org.silverpeas.core.calendar.Calendar
Creates in the specified component instance a new calendar with the given title and for the specified zone ID.
CALENDAR - Static variable in interface org.silverpeas.core.calendar.icalendar.ICalendarExporter
The name of the additional parameter in the descriptor that has the calendar concerned by the export.
CalendarComponent - Class in org.silverpeas.core.calendar
A calendar component is a set of properties that express a common semantic for all objects planned in a calendar.
CalendarComponent() - Constructor for class org.silverpeas.core.calendar.CalendarComponent
Constructs an empty calendar component.
CalendarContributionLocator - Class in org.silverpeas.core.calendar
This is an implementation of ContributionLocatorByLocalIdAndType which is able to locate Contribution of following types: CalendarEvent CalendarEventOccurrence
CalendarContributionLocator() - Constructor for class org.silverpeas.core.calendar.CalendarContributionLocator
 
CalendarEvent - Class in org.silverpeas.core.calendar
An event planned in a calendar.
CalendarEvent() - Constructor for class org.silverpeas.core.calendar.CalendarEvent
Constructs an empty calendar event.
CalendarEvent(Period) - Constructor for class org.silverpeas.core.calendar.CalendarEvent
Constructs a new calendar event that spawns to the specified period of time.
CalendarEvent.EventOperationResult - Class in org.silverpeas.core.calendar
 
CalendarEventFilter - Class in org.silverpeas.core.calendar
A filter to apply on the calendar events that occur in a given window of time.
CalendarEventInternalParticipationView - Class in org.silverpeas.core.calendar.view
A view in which the occurrences of calendar events are grouped by their participants.
CalendarEventInternalParticipationView() - Constructor for class org.silverpeas.core.calendar.view.CalendarEventInternalParticipationView
 
CalendarEventInternalParticipationView(Collection<User>) - Constructor for class org.silverpeas.core.calendar.view.CalendarEventInternalParticipationView
 
CalendarEventLifeCycleEvent - Class in org.silverpeas.core.calendar.notification
A lifecycle event of CalendarEvent instances.
CalendarEventLifeCycleEvent(ResourceEvent.Type, CalendarEvent...) - Constructor for class org.silverpeas.core.calendar.notification.CalendarEventLifeCycleEvent
Constructs a new lifecycle event with the specified type and that implies the specified CalendarEvent instances, each of them representing a different state in the lifecycle of the calendar event.
CalendarEventLifeCycleEventNotifier - Class in org.silverpeas.core.calendar.notification
A notifier of lifecycle events of CalendarEvent instances.
CalendarEventLifeCycleEventNotifier() - Constructor for class org.silverpeas.core.calendar.notification.CalendarEventLifeCycleEventNotifier
 
CalendarEventModel - Class in org.silverpeas.core.calendar
The default implementation of the CalendarEvent entity which is extending the default one.
CalendarEventModel(CalendarEvent) - Constructor for class org.silverpeas.core.calendar.CalendarEventModel
 
CalendarEventOccurrence - Class in org.silverpeas.core.calendar
The occurrence of an event in a Silverpeas calendar.
CalendarEventOccurrence() - Constructor for class org.silverpeas.core.calendar.CalendarEventOccurrence
Constructor for only persistence context.
CalendarEventOccurrenceGenerator - Interface in org.silverpeas.core.calendar
A generator of occurrences of CalendarEvent instances that will occur in a given period of time.
CalendarEventOccurrenceLifeCycleEvent - Class in org.silverpeas.core.calendar.notification
Notification event about changes in the life-cycle of one or several event occurrences.
CalendarEventOccurrenceLifeCycleEvent(ResourceEvent.Type, LifeCycleEventSubType, CalendarEventOccurrence...) - Constructor for class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEvent
Constructs a new lifecycle event with the specified type and that implies the specified CalendarEventOccurrence instances, each of them representing a different state in the lifecycle of one or several occurrences of an event.
CalendarEventOccurrenceLifeCycleEventNotifier - Class in org.silverpeas.core.calendar.notification
A notifier of a change in the life-cycle of one or several occurrences of a given calendar event.
CalendarEventOccurrenceLifeCycleEventNotifier() - Constructor for class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEventNotifier
 
CalendarEventOccurrenceRepository - Interface in org.silverpeas.core.calendar.repository
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 - Interface in org.silverpeas.core.calendar.repository
A persistence repository of calendar events.
CalendarEvents - Class in org.silverpeas.core.calendar
This class permits to get events belonging calendars.
CalendarEventView<T> - Interface in org.silverpeas.core.calendar.view
A view in which the occurrences of the calendar events are grouped by a given event or occurrence property whose type is T.
CalendarLifeCycleEvent - Class in org.silverpeas.core.calendar.notification
A lifecycle event of Calendar instances.
CalendarLifeCycleEvent(ResourceEvent.Type, Calendar...) - Constructor for class org.silverpeas.core.calendar.notification.CalendarLifeCycleEvent
Constructs a new lifecycle event with the specified type and that implies the specified Calendar instances, each of them representing a different state in the lifecycle of the calendar.
CalendarLifeCycleEventNotifier - Class in org.silverpeas.core.calendar.notification
A notifier of lifecycle events of Calendar instances.
CalendarLifeCycleEventNotifier() - Constructor for class org.silverpeas.core.calendar.notification.CalendarLifeCycleEventNotifier
 
CalendarReference - Class in org.silverpeas.core.calendar
A reference to a given calendar in Silverpeas, such calendar being represented by a Calendar instance.
CalendarReference(String) - Constructor for class org.silverpeas.core.calendar.CalendarReference
 
CalendarRepository - Interface in org.silverpeas.core.calendar.repository
A persistence repository of calendars.
CalendarResourcePathProvider - Interface in org.silverpeas.core.calendar
Provides ResourcePath about object handled by Calendar API.
CalendarTimeWindow - Class in org.silverpeas.core.calendar
This class represents a window of time within which calendar events can occur.
call() - Method in class org.silverpeas.core.thread.task.AbstractRequestTask
Process all the requests.
canBeAccessedBy(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasSharedComponentInstance
 
canBeAccessedBy(User) - Method in class org.silverpeas.core.calendar.Calendar
 
canBeAccessedBy(User) - Method in class org.silverpeas.core.calendar.CalendarEvent
 
canBeAccessedBy(User) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
canBeAccessedBy(User) - Method in interface org.silverpeas.core.contribution.model.Contribution
Is the specified user can access this contribution?
canBeAccessedBy(User) - Method in interface org.silverpeas.core.security.Securable
Checks the given user can access this resource.
canBeAccessedBy(User) - Method in class org.silverpeas.core.variables.Variable
 
canBeAccessedBy(User, String, Predicate<User>) - Static method in class org.silverpeas.core.security.SecurableRequestCache
Indicates if the given user can access the data managed by the object instance.
canBeCropped() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Is this thumbnail can be cropped?
canBeDeletedBy(User) - Method in interface org.silverpeas.core.security.Securable
Checks the given user can delete this resource.
canBeDeletedBy(User) - Method in class org.silverpeas.core.variables.Variable
 
canBeDeletedBy(User, String, Predicate<User>) - Static method in class org.silverpeas.core.security.SecurableRequestCache
Indicates if the given user can delete the data managed by the object instance.
canBeFiledInBy(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasSharedComponentInstance
Can the user add contributions into a shared component instance?
canBeFiledInBy(User) - Method in interface org.silverpeas.core.security.Securable
Checks the given user can file in this resource another resource.
canBeModifiedBy(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasSharedComponentInstance
Is the user can modify this component instance?
canBeModifiedBy(User) - Method in class org.silverpeas.core.calendar.Calendar
 
canBeModifiedBy(User) - Method in class org.silverpeas.core.calendar.CalendarEvent
 
canBeModifiedBy(User) - Method in interface org.silverpeas.core.security.Securable
Checks the given user can modify this resource.
canBeModifiedBy(User) - Method in class org.silverpeas.core.variables.Variable
 
canBeModifiedBy(User, String, Predicate<User>) - Static method in class org.silverpeas.core.security.SecurableRequestCache
Indicates if the given user can modify the data managed by the object instance.
CANCELED - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been canceled.
cancelRowUpdates() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
canPasswordBeChanged() - Method in interface org.silverpeas.core.security.authentication.CredentialsChangePolicy
The password of a user can be changed in the underlying authentication domain?
Categorized - Interface in org.silverpeas.core.calendar
It defines the property of an object of being potentially classified in some categories.
CategorySet - Class in org.silverpeas.core.calendar
The categories in which a PlannableOnCalendar planned in a calendar is classified.
CategorySet() - Constructor for class org.silverpeas.core.calendar.CategorySet
Constructs an empty cateogries container.
CDIAfterSuccessfulTransactionResourceEventListener<T extends ResourceEvent<?>> - Class in org.silverpeas.core.notification.system
A synchronous event listener using the notification bus of CDI.
CDIAfterSuccessfulTransactionResourceEventListener() - Constructor for class org.silverpeas.core.notification.system.CDIAfterSuccessfulTransactionResourceEventListener
 
CDIResourceEventListener<T extends ResourceEvent<?>> - Class in org.silverpeas.core.notification.system
A synchronous event listener using the notification bus of CDI.
CDIResourceEventListener() - Constructor for class org.silverpeas.core.notification.system.CDIResourceEventListener
 
CDIResourceEventNotifier<R extends Serializable,​T extends AbstractResourceEvent<?>> - Class in org.silverpeas.core.notification.system
A synchronous event notifier using the notification bus of CDI.
CDIResourceEventNotifier() - Constructor for class org.silverpeas.core.notification.system.CDIResourceEventNotifier
 
CDIServerEventListener<T extends AbstractServerEvent> - Class in org.silverpeas.core.notification.sse
A synchronous ServerEvent listener using the notification bus of CDI.
CDIServerEventListener() - Constructor for class org.silverpeas.core.notification.sse.CDIServerEventListener
 
CDIServerEventNotifier<T extends AbstractServerEvent> - Class in org.silverpeas.core.notification.sse
A synchronous ServerEvent notifier using the notification bus of CDI.
CDIServerEventNotifier() - Constructor for class org.silverpeas.core.notification.sse.CDIServerEventNotifier
 
Charsets - Class in org.silverpeas.core.util
 
check(Period) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Checks if the specified period and returns the specified one if defined, or the common Period.UNDEFINED otherwise.
ClassAnnotationUtil - Class in org.silverpeas.core.util.annotation
 
ClassAnnotationUtil() - Constructor for class org.silverpeas.core.util.annotation.ClassAnnotationUtil
 
CLASSIFIED - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been classified.
clause() - Method in interface org.silverpeas.core.persistence.datasource.repository.QueryCriteria
Gets the clause the entities must match.
clause() - Method in class org.silverpeas.core.persistence.datasource.repository.SimpleQueryCriteria
 
Clause(String, T) - Constructor for class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Constructs a clause from the specified first criterion and with the specified parameters.
Clause(T) - Constructor for class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Constructs a clause with the specified parameters.
cleanContexts() - Method in class org.silverpeas.core.notification.sse.DefaultServerEventContextManager
 
clear() - Method in class org.silverpeas.core.cache.service.EhCache
 
clear() - Method in class org.silverpeas.core.calendar.AttendeeSet
Clears this calendar component from all its attendees.
clear() - Method in class org.silverpeas.core.calendar.Calendar
Clears this calendar of all of the planned events.
clear() - Method in class org.silverpeas.core.selection.SelectionBasket
Clears this basket of all the resources it contains.
clear() - Method in class org.silverpeas.core.util.MemoizedSupplier
 
clear() - Method in class org.silverpeas.core.util.MemoizedSyncSupplier
 
clear() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
clear() - Method in class org.silverpeas.core.variables.VariableValueSet
 
clear() - Method in interface org.silverpeas.core.wbe.WbeClientManager
Clears all the context of the Web Browser Edition.
clear() - Method in class org.silverpeas.core.wbe.WbeFileLock
Clears the lock identifier and the associated timer.
clear() - Method in interface org.silverpeas.core.wbe.WbeHostManager
Clears all the context of the Web Browser Edition.
clear(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
clear(String) - Static method in class org.silverpeas.core.security.SecurableRequestCache
Clears the cache linked to an entity represented by the given unique identifier.
clear(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaPersistOperation
 
clear(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaUpdateOperation
 
clear(Entity<?, ?>) - Method in class org.silverpeas.core.persistence.datasource.PersistenceOperation
Clears the specified entity for the current persistence operation.
clearWarnings() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
clone() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
clone() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
clone() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
clone() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
clone() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Clones itself.
clone() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
 
close() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
close() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Closes the context.
close() - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
 
close() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
close() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
close(Connection) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
close(ResultSet) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
close(ResultSet, Statement) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
close(Statement) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
closeOnPreviousCheckFailure() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
closeOnPreviousCheckFailure() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Performs a check on the context and close it if a failure is detected.
code() - Method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
collect(Collector<? super T, A, R>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
CollectionUtil - Class in org.silverpeas.core.util
 
CollectionUtil.RuptureContext<T> - Class in org.silverpeas.core.util
Handles the context of a rupture treatment.
It must by initialized by calling CollectionUtil.RuptureContext.newOne(List) after using CollectionUtil.findNextRupture(RuptureContext, Predicate).
Callers can verify if it is no more possible to get an element from the rupture by calling CollectionUtil.RuptureContext.isTerminated().
collector(List<?>) - Static method in interface org.silverpeas.core.util.SilverpeasList
Returns a Collector that accumulates the input items into a new SilverpeasList.
COMMENT - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been commented.
COMPARATOR_BY_DATE_ASC - Static variable in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
COMPARATOR_BY_DATE_DESC - Static variable in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
COMPARATOR_BY_ORIGINAL_DATE_ASC - Static variable in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
compareTo(Object) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
compareTo(Date, Date) - Static method in class org.silverpeas.core.util.DateUtil
Compare 2 dates on year/month/day only.
compareTo(Date, Date, boolean) - Static method in class org.silverpeas.core.util.DateUtil
Compare 2 dates.
compareTo(Period) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
The comparison is at first time executed on the begin dates.
compareTo(EntityIdentifier) - Method in interface org.silverpeas.core.persistence.datasource.model.EntityIdentifier
Compares this identifier of entity with the specified one.
complete() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
COMPONENT_DEFINED - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Refers the notification address that was specifically set by the reciepient user for notifications sent within a given component instance.
COMPONENT_ID - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the unique identifier of a Silverpeas component instance.
COMPONENT_INSTANCE - org.silverpeas.core.contribution.model.CoreContributionType
 
ComponentAccessControl - Interface in org.silverpeas.core.security.authorization
This interface extends access controller interface for a Component resource.
ComponentAuthorization - Interface in org.silverpeas.core.security.authorization
Component security provides a way to check a user have enough rights to access a given object in a Silverpeas component instance.
ComponentAuthorization.ComponentResourceReference - Class in org.silverpeas.core.security.authorization
Representation of a resource in order to be filtered by the API implementations.
ComponentInstanceCalendars - Class in org.silverpeas.core.calendar
Add some functionality set around a list of calendars linked to a SilverpeasComponentInstance.
ComponentInstanceManualUserNotification - Interface in org.silverpeas.core.notification.user
This interface provides the initialization of a manual UserNotification from a NotificationContext.
ComponentInstanceManualUserNotification.Constants - Class in org.silverpeas.core.notification.user
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 - Interface in org.silverpeas.core.web.mvc.route
It provides different URL or URI in order to access component resource views or data.
ComponentInstanceRoutingMapProvider - Interface in org.silverpeas.core.web.mvc.route
Provides implementations of ComponentInstanceRoutingMap in order to get relative or absolute path without the implementations of ComponentInstanceRoutingMap care about it.
ComponentInstanceRoutingMapProviderByInstance - Interface in org.silverpeas.core.web.mvc.route
Provides the provider of routing map by component instance identifier.
componentName - Variable in class org.silverpeas.core.WAPrimaryKey
Deprecated.
The component name in the space
ComponentResourceIdentifier - Interface in org.silverpeas.core
Identifier of a resource managed by a component instance in Silverpeas (an application instance or a user personal component).
ComponentResourceReference(String, String, String) - Constructor for class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
COMPOSITE_SEPARATOR - Static variable in interface org.silverpeas.core.persistence.datasource.model.CompositeEntityIdentifier
 
CompositeEntityIdentifier - Interface in org.silverpeas.core.persistence.datasource.model
A composite entity identifier is a unique identifier that is made up of several identification values.
computeIfAbsent(Object, Class<T>, int, int, Supplier<T>) - Method in class org.silverpeas.core.cache.service.EhCache
 
computeTriggeringDate() - Method in class org.silverpeas.core.reminder.DateTimeReminder
 
computeTriggeringDate() - Method in class org.silverpeas.core.reminder.DurationReminder
 
computeTriggeringDate() - Method in class org.silverpeas.core.reminder.Reminder
Computes the date time at which this reminder will be triggered.
concat(Stream<? extends T1>, Stream<? extends T1>) - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
CONFIDENTIAL - org.silverpeas.core.calendar.VisibilityLevel
The plannable object can be only visible by the stakeholders and it is confidential, meaning it shouldn't be visible by no one other than the stakeholders.
Configuration() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery.Configuration
 
configure(Consumer<JdbcSqlQuery.Configuration>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Calling this method to configure some parameters around execution, result, etc.
CONNECTION_TYPE_DATASOURCE - Static variable in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
CONNECTION_TYPE_DATASOURCE_SILVERPEAS - Static variable in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
CONNECTION_TYPE_EJBDATASOURCE_SILVERPEAS - Static variable in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
CONNECTION_TYPE_JDBC_CLASSIC - Static variable in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
ConnectionPool - Class in org.silverpeas.core.persistence.jdbc
A pool of JDBC connections.
ConnectionPool() - Constructor for class org.silverpeas.core.persistence.jdbc.ConnectionPool
 
consumeByType(Temporal, Consumer<LocalDate>, Consumer<OffsetDateTime>) - Static method in class org.silverpeas.core.date.TemporalConverter
Performs one of the specified consumer according to the type of the specified temporal object.
contains(Object) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
contains(Object) - Method in class org.silverpeas.core.variables.VariableValueSet
 
contains(String) - Method in class org.silverpeas.core.calendar.CategorySet
Is the specified category is in the categories of a PlannableOnCalendar.
contains(Date) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Checks if the given date is included in the period.
contains(Attendee) - Method in class org.silverpeas.core.calendar.AttendeeSet
Is the specified attendee participates in this calendar component?
contains(Period) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Checks if the given period is included in the period.
contains(T) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Does this repository contains the specified entity?
contains(T) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
containsAll(Collection<?>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
containsAll(Collection<?>) - Method in class org.silverpeas.core.variables.VariableValueSet
 
containsKey(Object) - Method in class org.silverpeas.core.ui.UserI18NTranslationMap
 
containsPartOf(Period) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Checks if the given period is partially included in the period.
Contribution - Interface in org.silverpeas.core.contribution.model
A contribution in Silverpeas.
CONTRIBUTION_ID - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the unique identifier of a contribution in Silverpeas.
ContributionContent<T> - Interface in org.silverpeas.core.contribution.model
The content of a contribution in Silverpeas.
ContributionContentRenderer - Interface in org.silverpeas.core.contribution.content.renderer
The renderer of a ContributionContent.
ContributionContentRendererProvider - Interface in org.silverpeas.core.contribution.content.renderer
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 - Interface in org.silverpeas.core.contribution
It is a process implied within the creation of a contribution.
ContributionDeletion - Interface in org.silverpeas.core.contribution
It is a process implied within the deletion of a contribution.
ContributionIdentifier - Class in org.silverpeas.core.contribution.model
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.
ContributionIdentifier() - Constructor for class org.silverpeas.core.contribution.model.ContributionIdentifier
 
ContributionIdentifier(String, String, String) - Constructor for class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.
ContributionIndicatorRegistry - Class in org.silverpeas.core.contribution.indicator
Registry of different kind of contribution indicator.
ContributionIndicatorRegistry() - Constructor for class org.silverpeas.core.contribution.indicator.ContributionIndicatorRegistry
 
ContributionLocalizationBundle - Class in org.silverpeas.core.contribution.model
LocalizationBundle dedicated to Contribution instances.
ContributionLocator - Interface in org.silverpeas.core.contribution
This interface defines the locator of Contribution instances from part of ContributionIdentifier data.
ContributionLocatorByLocalIdAndType - Interface in org.silverpeas.core.contribution
This interface defines the locator of Contribution instances which must be implemented by services providing contributions.
ContributionModel - Interface in org.silverpeas.core.contribution.model
Model of a contribution.
ContributionModification - Interface in org.silverpeas.core.contribution
It is a process implied within the modification of a contribution.
ContributionMove - Interface in org.silverpeas.core.contribution
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 - Class in org.silverpeas.core.contribution
The different settings that are applied on the contributions, whatever their concrete type.
convert(Date) - Static method in class org.silverpeas.core.util.DateUtil
Convert Date to Calendar
convert(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
Convert Date to Calendar
convertAndRoundTo(MemoryData, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertAndRoundTo(Duration, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertBlanksForHtml(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Convert a text, possibly an HTML one, by replacing any blank tokens (tab and line-feeds) by their counterpart in HTML.
convertHTMLEntities(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
 
convertTo(long, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(long, TimeUnit, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(long, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(long, MemoryUnit, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(BigDecimal, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(BigDecimal, TimeUnit, TimeUnit) - Static method in class org.silverpeas.core.util.time.Duration
 
convertTo(BigDecimal, TimeUnit, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(BigDecimal, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertTo(BigDecimal, MemoryUnit, MemoryUnit) - Static method in class org.silverpeas.core.util.memory.MemoryData
 
convertTo(BigDecimal, MemoryUnit, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
convertToDatabaseColumn(Instant) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.InstantAttributeConverter
 
convertToDatabaseColumn(LocalDate) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.LocalDateAttributeConverter
 
convertToDatabaseColumn(OffsetDateTime) - Method in class org.silverpeas.core.calendar.Recurrence.ExceptionDateNormalizer
 
convertToEntityAttribute(Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.LocalDateAttributeConverter
 
convertToEntityAttribute(Timestamp) - Method in class org.silverpeas.core.calendar.Recurrence.ExceptionDateNormalizer
 
convertToEntityAttribute(Timestamp) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.InstantAttributeConverter
 
convertToEntityIdentifier(String) - Method in class org.silverpeas.core.persistence.datasource.model.EntityIdentifierConverter
Converts the given String id into the right entity identifier.
convertToEntityIdentifiers(String...) - Method in class org.silverpeas.core.persistence.datasource.model.EntityIdentifierConverter
Converts the given String ids into the right entity identifiers.
convertToEntityIdentifiers(Collection<String>) - Method in class org.silverpeas.core.persistence.datasource.model.EntityIdentifierConverter
Converts the given String ids into the right entity identifiers.
copy() - Method in class org.silverpeas.core.calendar.AttributeSet
Copies this object into another one.
copy() - Method in class org.silverpeas.core.calendar.CalendarComponent
Copies this calendar component.
copy() - Method in class org.silverpeas.core.calendar.CalendarEvent
Copies the specified event to another one.
copy() - Method in class org.silverpeas.core.calendar.CategorySet
Copies this object into another CategorySet instance.
copy() - Method in class org.silverpeas.core.calendar.Recurrence
Copies the specified recurrence into another object.
copy() - Method in class org.silverpeas.core.date.Period
 
copy() - Method in class org.silverpeas.core.reminder.DateTimeReminder
 
copy() - Method in class org.silverpeas.core.reminder.DurationReminder
 
copy() - Method in class org.silverpeas.core.reminder.Reminder
Copies this reminder to another one.
COPY - org.silverpeas.core.ActionType
 
COPY - org.silverpeas.core.selection.SelectionContext.Reason
Copy the resource in another location in Silverpeas.
copyTo(CalendarComponent) - Method in class org.silverpeas.core.calendar.CalendarComponent
Copies the state of this calendar component to the specified other calendar component.
CoreContributionType - Enum in org.silverpeas.core.contribution.model
The different types of contributions handled by core services are listed by this enumeration.
count() - Method in class org.silverpeas.core.selection.SelectionBasket
Gets the number of resources in this basket.
count() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
countAll() - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to count all the items that are in the specified table.
countAllAs(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to count all the items under the given name of counter.
countByCriteria(QueryCriteria) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
countFromJpqlString(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an entity from the specified query written in JPQL and with the specified parameters.
countOccurrencesOf(CalendarEvent, Period) - Method in interface org.silverpeas.core.calendar.CalendarEventOccurrenceGenerator
Counts the number of occurrences of the specified event in the given period.
create(String) - Method in interface org.silverpeas.core.scheduler.trigger.CronExpressionFactory
Creates a CronExpression instance from a String representation of a cron expression.
create(String, Object...) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the JDBC SQL query initialized with the given sql part.
create(String, Collection<?>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the JDBC SQL query initialized with the given sql part.
create(Contribution) - Method in interface org.silverpeas.core.contribution.ContributionCreation
Creates the resources belonging to the specified contribution.
CREATE - org.silverpeas.core.ActionType
 
CREATE - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been created.
created() - Method in class org.silverpeas.core.calendar.OperationResult
Gets the optional created planned object.
createdBy(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
This event is created by the specified user.
createdBy(String) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the identifier of the user that has persisted this entity the first time.
createdBy(User) - Method in class org.silverpeas.core.calendar.CalendarEvent
This event is created by the specified user.
createdBy(User) - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Sets explicitly the user who has created the entity (in the persistence context).
createdBy(User) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
createdBy(User, Date) - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
sets the user who has created the entity (in the persistence environment) with the date of the creation.
createdBy(User, Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
createListener(Class<T>) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
createResourceEventFrom(ResourceEvent.Type, Attendee...) - Method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEventNotifier
Creates an event about the specified operation on the specified attendees in a single event.
createResourceEventFrom(ResourceEvent.Type, Calendar...) - Method in class org.silverpeas.core.calendar.notification.CalendarLifeCycleEventNotifier
 
createResourceEventFrom(ResourceEvent.Type, CalendarEvent...) - Method in class org.silverpeas.core.calendar.notification.CalendarEventLifeCycleEventNotifier
 
createResourceEventFrom(ResourceEvent.Type, CalendarEventOccurrence...) - Method in class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEventNotifier
 
createResourceEventFrom(ResourceEvent.Type, R...) - Method in class org.silverpeas.core.notification.system.CDIResourceEventNotifier
 
createResourceEventFrom(ResourceEvent.Type, R...) - Method in class org.silverpeas.core.notification.system.JMSResourceEventNotifier
Creates a resource event about the specified cause on the specified resource.
createSilverpeasTemplate(Properties) - Static method in class org.silverpeas.core.template.SilverpeasTemplateFactory
 
createSilverpeasTemplateOnComponents() - Static method in class org.silverpeas.core.template.SilverpeasTemplateFactory
 
createSilverpeasTemplateOnComponents(String) - Static method in class org.silverpeas.core.template.SilverpeasTemplateFactory
 
createSilverpeasTemplateOnCore(String) - Static method in class org.silverpeas.core.template.SilverpeasTemplateFactory
 
createTable(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to create the specified table.
createToken(EntityReference) - Static method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Creates a token for the specified resource.
createWith(String, Date) - Static method in class org.silverpeas.core.scheduler.JobExecutionContext
Creates a new context for the execution of the specified job and fired at the specified time.
CREATION - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the creation of a resource in Silverpeas.
CREATION - org.silverpeas.core.security.authorization.AccessControlOperation
 
CredentialsChangePolicy - Interface in org.silverpeas.core.security.authentication
Policy of what can be done on the credentials of a user in given authentication domain.
CredentialsChangePolicyProvider - Interface in org.silverpeas.core.security.authentication
A provider of a CredentialsChangePolicy instances for each authentication domain.
CronExpression - Interface in org.silverpeas.core.scheduler.trigger
A well-formed cron expression.
CronExpressionFactory - Interface in org.silverpeas.core.scheduler.trigger
A factory to build CronExpression instances whose implementation is provided by the scheduling engine used as backend of the Silverpeas Scheduler API.
CronJobTrigger - Class in org.silverpeas.core.scheduler.trigger
This job trigger fires a job execution at given moments in time, defined with a Unix cron-like definition.
CronJobTrigger(String) - Constructor for class org.silverpeas.core.scheduler.trigger.CronJobTrigger
Creates a new job trigger that will fire a job execution at given moments in time as defined by the specified Unix cron-like expression.
currentRow(ResultSetWrapper) - Method in interface org.silverpeas.core.persistence.jdbc.sql.SelectResultRowProcess
Gets the current entity represented by the specified ResultSetWrapper object.
customComponentsDir - Static variable in class org.silverpeas.core.template.SilverpeasStringTemplateUtil
 
customCoreDir - Static variable in class org.silverpeas.core.template.SilverpeasStringTemplateUtil
 

D

DAILY - org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
Date - Class in org.silverpeas.core.date
Deprecated.
Use the java.time API
Date(Date) - Constructor for class org.silverpeas.core.date.Date
Deprecated.
Constructs a new date from the specified Java date.
date2SQLDate(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
date2SQLDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
Converts the specified date to a SQL formatted date
DateCollectionNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is a collection of date.
DateNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is a date.
dateOn(int, int, int) - Static method in class org.silverpeas.core.date.Date
Deprecated.
Creates a date on the specified year in the specified month (1 to 12) and in the specified day (1 to 31).
DateRange - Annotation Type in org.silverpeas.core.annotation.constraint
Annotation for JSR-303 validator.
DateRangeValidator - Class in org.silverpeas.core.annotation.constraint
The validator of a date range constraint.
DateRangeValidator() - Constructor for class org.silverpeas.core.annotation.constraint.DateRangeValidator
 
DateRenderer - Class in org.silverpeas.core.template.renderer
 
DateRenderer() - Constructor for class org.silverpeas.core.template.renderer.DateRenderer
 
datesAreEqual(Date, Date) - Static method in class org.silverpeas.core.util.DateUtil
Test if two dates are equal
DateTime - Class in org.silverpeas.core.date
Deprecated.
Use the java.time API
DateTime(Date) - Constructor for class org.silverpeas.core.date.DateTime
Deprecated.
Constructs a new datetime from the specified Java date and with the host time zone as time zone.
DateTime(Date, TimeZone) - Constructor for class org.silverpeas.core.date.DateTime
Deprecated.
Constructs a new datetime from the specified Java date and in the specified time zone.
dateTimeAt(int...) - Static method in class org.silverpeas.core.date.DateTime
Deprecated.
Creates a new datetime from the specified parts of the time specification year month day hour minute second millisecond.
DateTimeReminder - Class in org.silverpeas.core.reminder
A reminder about any contribution that is triggered at a specified date time.
DateTimeReminder() - Constructor for class org.silverpeas.core.reminder.DateTimeReminder
Empty constructors for the persistence engine.
DateTimeReminder(ContributionIdentifier, User, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.DateTimeReminder
Constructs a new reminder about the specified contribution and for the given user.
DateTimeReminder(ContributionIdentifier, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.DateTimeReminder
Constructs a new reminder about the given contribution for the system.
dateToString(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
Display the date in a language specific standard format.
DateUtil - Class in org.silverpeas.core.util
DateUtil is an helper class for date manipulation.
day - org.silverpeas.core.date.period.PeriodType
Deprecated.
 
DAY - org.silverpeas.core.date.TimeUnit
Time unit representing one day.
dayOfWeek() - Method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
Gets the day of week of this occurrence.
DayOfWeekOccurrence - Class in org.silverpeas.core.calendar
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.
DayOfWeekOccurrence() - Constructor for class org.silverpeas.core.calendar.DayOfWeekOccurrence
 
DayPeriod - Class in org.silverpeas.core.date.period
Deprecated.
Use Period
DayPeriod(DateTime) - Constructor for class org.silverpeas.core.date.period.DayPeriod
Deprecated.
Constructor : Constructs a newly allocated period.
DBUtil - Class in org.silverpeas.core.persistence.jdbc
 
DBUtil() - Constructor for class org.silverpeas.core.persistence.jdbc.DBUtil
 
DEACTIVATED - org.silverpeas.core.admin.user.constant.UserState
The user account is temporally deactivated.
DECLASSIFIED - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been unclassified.
decline() - Method in class org.silverpeas.core.calendar.Attendee
Declines the attendance.
Calling this method represents an answer action.
Call Attendee.setParticipationStatus(ParticipationStatus) method to modify the status without specifying that is in case of an answer.
DECLINED - org.silverpeas.core.calendar.Attendee.ParticipationStatus
The attendee has declined to attend the calendar event.
decode(InputStream, Class<T>) - Static method in class org.silverpeas.core.util.JSONCodec
Decodes the specified JSON representation into its corresponding bean.
decode(Integer) - Static method in enum org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Decodes the specified media type identifier to a BuiltInNotifAddress instance.
decode(Integer) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifAction
 
decode(Integer) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
Decodes the specified channel identifier to a well defined NotifChannel instance.
decode(Integer) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifMessageType
 
decode(String) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Decodes the contribution identifier from the given string.
decode(String) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
Decodes the specified channel name to the corresponding NotifChannel instance.
decode(String) - Static method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
decode(String, Class<T>) - Static method in class org.silverpeas.core.util.JSONCodec
Decodes the specified JSON representation into its corresponding bean.
DecodingException - Exception in org.silverpeas.core.exception
A runtime exception that is thrown when an error occurs while decoding a serialized representation of a bean.
DecodingException() - Constructor for exception org.silverpeas.core.exception.DecodingException
 
DecodingException(String) - Constructor for exception org.silverpeas.core.exception.DecodingException
 
DecodingException(String, Throwable) - Constructor for exception org.silverpeas.core.exception.DecodingException
 
DecodingException(String, Throwable, boolean, boolean) - Constructor for exception org.silverpeas.core.exception.DecodingException
 
DecodingException(Throwable) - Constructor for exception org.silverpeas.core.exception.DecodingException
 
DEFAULT - org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Refers the first notification address set as default in the notification preferences of the recipient user.
DEFAULT - org.silverpeas.core.personalization.UserMenuDisplay
 
DEFAULT_AVATAR_PATH - Static variable in interface org.silverpeas.core.admin.user.model.User
The path of the default avatar to use when a user has not specific avatar representing him.
DEFAULT_LOOK - Static variable in interface org.silverpeas.core.personalization.service.PersonalizationService
 
DEFAULT_MENU_DISPLAY_MODE - Static variable in interface org.silverpeas.core.personalization.service.PersonalizationService
 
DEFAULT_SEPARATOR - Static variable in class org.silverpeas.core.util.ResourcePath.Constants
The default path segments separator to use when building the path String.
defaultComponentsDir - Static variable in class org.silverpeas.core.template.SilverpeasStringTemplateUtil
 
defaultConfig() - Static method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Gets an instance of a default execution configuration.
DefaultContributionModel<C extends Contribution> - Class in org.silverpeas.core.contribution.model
The default implementation of the ContributionModel interface.
DefaultContributionModel(C) - Constructor for class org.silverpeas.core.contribution.model.DefaultContributionModel
 
defaultCoreDir - Static variable in class org.silverpeas.core.template.SilverpeasStringTemplateUtil
 
DefaultServerEventContextManager - Class in org.silverpeas.core.notification.sse
 
DefaultServerEventContextManager() - Constructor for class org.silverpeas.core.notification.sse.DefaultServerEventContextManager
 
DefaultServerEventNotifier - Class in org.silverpeas.core.notification.sse
A common implementation that extends CDIServerEventNotifier.
Any treatment of Silverpeas has just to use this implementation in order to notify on a server event.
DefaultServerEventNotifier() - Constructor for class org.silverpeas.core.notification.sse.DefaultServerEventNotifier
 
DefaultServerEventTaskListener - Class in org.silverpeas.core.notification.sse
A common implementation that handles a common BUS of server event dispatching.
DefaultServerEventTaskListener() - Constructor for class org.silverpeas.core.notification.sse.DefaultServerEventTaskListener
 
DelayedNotificationData - Class in org.silverpeas.core.notification.user.delayed.model
Data on a delayed notification to users.
DelayedNotificationData() - Constructor for class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
DelayedNotificationFrequency - Enum in org.silverpeas.core.notification.user.delayed.constant
The different recurrence rule for a delayed notification.
DelayedNotificationUserSetting - Class in org.silverpeas.core.notification.user.delayed.model
The user settings about the delayed notifications.
DelayedNotificationUserSetting() - Constructor for class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
Simple constructor
DelayedNotificationUserSetting(int, NotifChannel, DelayedNotificationFrequency) - Constructor for class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
DELEGATED - org.silverpeas.core.calendar.Attendee.ParticipationStatus
The attendee has delegated its attendance to another attendee.
delegateTo(String) - Method in class org.silverpeas.core.calendar.Attendee
Delegates the participation of this attendee to another participant.
delegateTo(User) - Method in class org.silverpeas.core.calendar.Attendee
Delegates the participation of this attendee to another participant.
delete() - Method in class org.silverpeas.core.calendar.Calendar
Deletes the calendar in the Silverpeas data source.
delete() - Method in class org.silverpeas.core.calendar.CalendarEvent
Deletes entirely this event and all of its occurrences.
delete() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Deletes only this occurrence among the occurrences of the event it comes from.
delete() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Deletes this planned object from the calendar it belongs to.
delete() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Deletes this content.
delete() - Method in class org.silverpeas.core.variables.Variable
Deletes this variable in the persistence context so it will be lost once the transaction terminated.
delete(List<T>) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Deletes entities.
delete(List<T>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
delete(Contribution) - Method in interface org.silverpeas.core.contribution.ContributionDeletion
Deletes the resources belonging to the specified contribution.
delete(WysiwygContent) - Method in interface org.silverpeas.core.contribution.service.WysiwygContentRepository
Deletes the specified content in the repository.
delete(T...) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Deletes entities.
DELETE - org.silverpeas.core.ActionType
 
DELETE - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been deleted.
deleteAll(Calendar) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Deletes all the events that belongs to the specified calendar.
deleteAllContents(Contribution) - Static method in class org.silverpeas.core.contribution.model.WysiwygContent
Deletes all the WYSIWYG contents of the specified contribution.
deleteAllDefaultAddress(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Deletes all the notification addresses set as default for the specified user.
deleteByComponentInstanceId(String) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Deletes all entities belonging to the specified component instance.
deleteByComponentInstanceId(String) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.BasicJpaEntityRepository
 
deleteByComponentInstanceId(String) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.SilverpeasJpaEntityRepository
Deletes all entities belonging to the specified component instance.
deleteByContribution(Contribution) - Method in interface org.silverpeas.core.contribution.service.WysiwygContentRepository
Deletes all the contents of the specified contribution in the repository.
deleteById(String...) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Deletes entities by their ids.
deleteById(Collection<String>) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Deletes entities by their ids.
deleteById(Collection<String>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
deleted() - Method in class org.silverpeas.core.calendar.ICalendarImportResult
Gets the number of PlannableOnCalendar objects deleted in the calendar after an import a calendar content.
DELETED - org.silverpeas.core.admin.user.constant.UserState
The user account is deleted.
deleteFrom(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to delete some items in the specified table.
deleteFromJpqlQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Deletes entities from a JPQL query and with the specified parameters.
deleteFromNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Deletes the entities from a named query and with the specified parameters.
deleteNotifAddress(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Deletes the specified custom notification address.
deleteOnly(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEvent
Deletes only the specified occurrence of this event.
deletePreference(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Deletes the specified preference.
deleteRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
deleteSince(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEvent
Deletes for this event all the occurrences since and including the specified one.
deleteSinceMe() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Deletes this occurrence and all the forthcoming occurrences of the same event.
DELETION - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the deletion of a resource in Silverpeas.
DELETION - org.silverpeas.core.security.authorization.AccessControlOperation
 
desc(String) - Static method in class org.silverpeas.core.persistence.OrderBy
 
deserializeFromString(String) - Static method in class org.silverpeas.core.util.SerializationUtil
Deserializes a single Object from a string.
destroy() - Static method in class org.silverpeas.core.notification.message.MessageManager
Clear out the thread cache the registered key referenced.
detectOperator(String) - Method in class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine
Indicates if the given expression is contains an operator, and so, a potential expression to evaluate.
DISABLE - org.silverpeas.core.personalization.UserMenuDisplay
ALL : display both tabs bookmarks and the full menu and the default is the full menu tab.
dispatch() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
dispatch(String) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
dispatch(ServletContext, String) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
dispatch(ServerEvent) - Static method in class org.silverpeas.core.notification.sse.ServerEventDispatcherTask
Add a server event to dispatch.
dispatchEvent(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
Dispatches the treatment of the specified event to the correct method according to its type: org.silverpeas.core.notification.system.ResourceEventListener#onCreation (ResourceEvent for events about the creation of a resource, org.silverpeas.core.notification.system.ResourceEventListener#onUpdate (ResourceEvent for events about the update of a resource, org.silverpeas.core.notification.system.ResourceEventListener#onRemoving (ResourceEvent for events about the removing of a resource, org.silverpeas.core.notification.system.ResourceEventListener#onDeletion (ResourceEvent for events about the deletion of a resource,
displayGroup(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
DisplayI18NHelper - Class in org.silverpeas.core.ui
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.
displayReceiversInFooter() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Calling this method to authorize the display of the users and groups that will received the same notification in the footer of the notification message.
distinct() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
DOMAIN_ADMINISTRATOR - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is an administrator of domains.
DomainType - Enum in org.silverpeas.core.admin.domain
 
DomainTypeRegistry - Class in org.silverpeas.core.admin.domain
Register of all domain types available into Silverpeas.
DOWNLOAD - org.silverpeas.core.security.authorization.AccessControlOperation
 
DragAndDropEditorContent - Class in org.silverpeas.core.ddwe
Permits to centralization some content manipulation with Drag and Drop editor.
DragAndDropEditorContent(String) - Constructor for class org.silverpeas.core.ddwe.DragAndDropEditorContent
 
dropTable(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to drop the specified table.
dualRecord() - Method in annotation type org.silverpeas.core.util.logging.Log
Is the message (the default or the custom one) concerned by a dual record?
Duration - Class in org.silverpeas.core.util.time
User: Yohann Chastagnier Date: 14/11/13
Duration(long) - Constructor for class org.silverpeas.core.util.time.Duration
 
Duration(BigDecimal) - Constructor for class org.silverpeas.core.util.time.Duration
 
DurationConversionBoardKey - Class in org.silverpeas.core.util.time
A key for the conversion board.
DurationReminder - Class in org.silverpeas.core.reminder
A reminder to be triggered at a specified duration before the temporal value of the specified property of the related contribution.
DurationReminder() - Constructor for class org.silverpeas.core.reminder.DurationReminder
Empty constructors for the persistence engine.
DurationReminder(ContributionIdentifier, User, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.DurationReminder
Constructs a new reminder about the specified contribution and for the given user.
DurationReminder(ContributionIdentifier, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.DurationReminder
Constructs a new reminder about the given contribution for the system.

E

EhCache - Class in org.silverpeas.core.cache.service
Implementation of the external cache by using the EhCache API.
EhCache() - Constructor for class org.silverpeas.core.cache.service.EhCache
Constructs the EhCache cache.
Either<T,​U> - Class in org.silverpeas.core.util
It represents objects with two exclusive possibilities: either it is an object of type T or an object of type U.
EmailAddress - Class in org.silverpeas.core.util
An email address representation.
EmailAddress(String) - Constructor for class org.silverpeas.core.util.EmailAddress
 
empty() - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
EMPTY_LINK - Static variable in class org.silverpeas.core.util.Link
An empty link is a link whose the URL and label is an empty string.
EmptyFilterMatcher<T,​U,​V> - Class in org.silverpeas.core.util.filter
An empty filter matcher.
emptyList() - Static method in class org.silverpeas.core.util.ListSlice
Returns an empty list.
enable(boolean) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Enables the services.
enableDragAndDrop(boolean) - Method in class org.silverpeas.core.personalization.UserPreferences
 
enableThesaurus(boolean) - Method in class org.silverpeas.core.personalization.UserPreferences
 
enableWebdavEdition(boolean) - Method in class org.silverpeas.core.personalization.UserPreferences
 
encode(T) - Static method in class org.silverpeas.core.util.JSONCodec
Encodes the specified bean into a JSON representation.
encodeArray(UnaryOperator<JSONCodec.JSONArray>) - Static method in class org.silverpeas.core.util.JSONCodec
Encodes an array of beans that are dynamically built thank to the specified builder.
encodeFilename(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Encode a UTF-8 filename in Base64 for the content-disposition header according to RFC2047.
encodeObject(UnaryOperator<JSONCodec.JSONObject>) - Static method in class org.silverpeas.core.util.JSONCodec
Encodes the bean dynamically built by the specified builder.
EncodingException - Exception in org.silverpeas.core.exception
A runtime exception that is thrown when an error occurs while encoding a bean into a serialized representation.
EncodingException - Exception in org.silverpeas.core.importexport
A runtime exception that is thrown when an error occurs while encoding a Silverpeas object into a formatted string or stream.
EncodingException() - Constructor for exception org.silverpeas.core.exception.EncodingException
 
EncodingException(String) - Constructor for exception org.silverpeas.core.exception.EncodingException
 
EncodingException(String) - Constructor for exception org.silverpeas.core.importexport.EncodingException
Constructs a new encoding exception with the specified message.
EncodingException(String, Throwable) - Constructor for exception org.silverpeas.core.exception.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception org.silverpeas.core.importexport.EncodingException
Constructs a new encoding exception with the specified message and the specified cause.
EncodingException(String, Throwable, boolean, boolean) - Constructor for exception org.silverpeas.core.exception.EncodingException
 
EncodingException(Throwable) - Constructor for exception org.silverpeas.core.exception.EncodingException
 
EncodingException(Throwable) - Constructor for exception org.silverpeas.core.importexport.EncodingException
Constructs a new encoding exception with the specified cause.
end() - Method in annotation type org.silverpeas.core.annotation.constraint.DateRange
The name of the field representing the temporal ending a range.
endless() - Method in class org.silverpeas.core.calendar.Recurrence
Sets that the recurrence never ends.
endsAfter(Temporal) - Method in class org.silverpeas.core.date.Period
Is this period ending after the specified temporal?
endsAtMaxDate() - Method in class org.silverpeas.core.date.Period
Is this period ends at the the maximum supported date/datetime in Java?
endsBefore(Temporal) - Method in class org.silverpeas.core.date.Period
Is this period ending before the specified temporal?
Entity<E extends Entity<E,​I>,​I extends EntityIdentifier> - Interface in org.silverpeas.core.persistence.datasource.model
An entity is an object managed or handled by Silverpeas and that can be persisted into a data source.
EntityIdentifier - Interface in org.silverpeas.core.persistence.datasource.model
All Silverpeas entities must use this interface for their identifier.
EntityIdentifierConverter - Class in org.silverpeas.core.persistence.datasource.model
 
EntityIdentifierConverter(Class<? extends EntityIdentifier>) - Constructor for class org.silverpeas.core.persistence.datasource.model.EntityIdentifierConverter
Constructs a converter of identities with the specified class.
EntityManagerProvider - Class in org.silverpeas.core.persistence.datasource.model.jpa
A provider of the JPA entity manager with which the persistence of entities can be managed.
EntityManagerProvider() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.EntityManagerProvider
 
EntityReference<T> - Class in org.silverpeas.core.persistence
A reference to an entity in Silverpeas.
EntityReference(String) - Constructor for class org.silverpeas.core.persistence.EntityReference
Constructs a reference targeting the entity identified by the specified unique identifier.
EntityRepository<T extends IdentifiableEntity> - Interface in org.silverpeas.core.persistence.datasource.repository
A repository storing the entities managed or handled by Silverpeas.
EnumCollectionNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is a collection of enum values.
EnumNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is an enum value.
equals(Object) - Method in class org.silverpeas.core.BasicIdentifier
 
equals(Object) - Method in class org.silverpeas.core.calendar.AttendeeSet
 
equals(Object) - Method in class org.silverpeas.core.calendar.AttributeSet
 
equals(Object) - Method in class org.silverpeas.core.calendar.CalendarEvent
 
equals(Object) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
equals(Object) - Method in class org.silverpeas.core.calendar.CategorySet
 
equals(Object) - Method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
 
equals(Object) - Method in class org.silverpeas.core.calendar.Recurrence
 
equals(Object) - Method in class org.silverpeas.core.calendar.RecurrencePeriod
 
equals(Object) - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
 
equals(Object) - Method in class org.silverpeas.core.contribution.model.WysiwygContent
 
equals(Object) - Method in class org.silverpeas.core.date.Date
Deprecated.
 
equals(Object) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
equals(Object) - Method in class org.silverpeas.core.date.Period
 
equals(Object) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
equals(Object) - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
 
equals(Object) - Method in class org.silverpeas.core.media.streaming.StreamingProvider
 
equals(Object) - Method in class org.silverpeas.core.notification.message.AbstractMessage
 
equals(Object) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
equals(Object) - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
 
equals(Object) - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
 
equals(Object) - Method in class org.silverpeas.core.notification.system.StateTransition
 
equals(Object) - Method in class org.silverpeas.core.notification.user.client.GroupRecipient
 
equals(Object) - Method in class org.silverpeas.core.notification.user.client.UserRecipient
 
equals(Object) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
equals(Object) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
equals(Object) - Method in class org.silverpeas.core.notification.user.NotificationContext
 
equals(Object) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
 
equals(Object) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
equals(Object) - Method in class org.silverpeas.core.persistence.EntityReference
 
equals(Object) - Method in class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
equals(Object) - Method in class org.silverpeas.core.personalization.UserPreferences
 
equals(Object) - Method in class org.silverpeas.core.reminder.DateTimeReminder
 
equals(Object) - Method in class org.silverpeas.core.reminder.DurationReminder
 
equals(Object) - Method in class org.silverpeas.core.reminder.Reminder
 
equals(Object) - Method in class org.silverpeas.core.reminder.ReminderIdentifier
 
equals(Object) - Method in class org.silverpeas.core.ResourceReference
Is the an another object is a ResourceReference instance and is equal to this object.
equals(Object) - Method in class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
equals(Object) - Method in class org.silverpeas.core.selection.SelectionContext
 
equals(Object) - Method in class org.silverpeas.core.selection.SelectionEntry
 
equals(Object) - Method in class org.silverpeas.core.util.ListSlice
 
equals(Object) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
equals(Object) - Method in class org.silverpeas.core.util.time.DurationConversionBoardKey
 
equals(Object) - Method in class org.silverpeas.core.variables.Variable
 
equals(Object) - Method in class org.silverpeas.core.variables.VariableScheduledValue
 
equals(Object) - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
This method must be specialized - Check if another object is equal to this object
error - org.silverpeas.core.notification.message.MessageType
 
error(AuthenticationResponse.Status) - Static method in class org.silverpeas.core.security.authentication.AuthenticationResponse
Gets the response of a failed or rejected authentication by specifying the error status behind this failure.
Error - Annotation Type in org.silverpeas.core.util.logging
An annotation applicable to methods and types for which you wish to trace the exceptions occurring within the execution of the method.
ERROR - org.silverpeas.core.notification.user.client.constant.NotifMessageType
The message is about an error.
ERROR - Static variable in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
ERROR - Static variable in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
ErrorMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
ErrorMessage(String) - Constructor for class org.silverpeas.core.notification.message.ErrorMessage
 
escapeXml(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
 
evaluate(String) - Method in class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine
Evaluates the given expression.
event(String) - Method in class org.silverpeas.core.calendar.Calendar
Gets either the calendar event with the specified identifier or nothing if no such event exists with the given identifier.
EventOperationResult() - Constructor for class org.silverpeas.core.calendar.CalendarEvent.EventOperationResult
 
every(int, TimeUnit) - Static method in class org.silverpeas.core.calendar.Recurrence
Creates a new recurrence from the specified frequency.
every(int, TimeUnit) - Static method in class org.silverpeas.core.calendar.RecurrencePeriod
Creates a recurrence period from the specified frequency statement that is expressed by a regular interval in a given unit of time.
every(TimeUnit) - Static method in class org.silverpeas.core.calendar.Recurrence
Creates a new recurrence from the specified frequency.
ExceptionDateNormalizer() - Constructor for class org.silverpeas.core.calendar.Recurrence.ExceptionDateNormalizer
 
excludeEventOccurrencesStartingAt(Temporal...) - Method in class org.silverpeas.core.calendar.Recurrence
Excludes from this recurrence rule the occurrences originally starting at the specified date or datetime.
execute() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQueries
Executes all the queries contained into the list.
execute() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Modify executor.
execute() - Method in interface org.silverpeas.core.util.ExecutionAttempts.Job
Executes the job.
execute() - Method in interface org.silverpeas.core.util.Process
 
execute(Collection<D>) - Method in interface org.silverpeas.core.persistence.jdbc.sql.SplitListProcess
Processes on a slice of entire list of discriminant data.
execute(Collection<D>, Map<D, List<T>>) - Method in interface org.silverpeas.core.persistence.jdbc.sql.SplitExecuteProcess
Processes on a slice of entire list of discriminant data.
execute(SelectResultRowProcess<R>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Select executor.
execute(JobExecutionContext) - Method in class org.silverpeas.core.scheduler.Job
Executes the job with the specified execution context.
executeBySplittingOn(Collection<I>, SplitExecuteProcess<I, T>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Split executor.
executeUnique(SelectResultRowProcess<R>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Select executor.
executeUniqueWith(Connection, SelectResultRowProcess<R>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Select executor.
executeWith(Connection) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQueries
Executes all the queries contained into the list.
executeWith(Connection) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Modify executor.
executeWith(Connection, SelectResultRowProcess<R>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Select executor.
ExecutionAttempts - Class in org.silverpeas.core.util
This class embeds a logic of reattempting the execution of jobs when an exception is thrown during a job execution.
ExecutionAttempts() - Constructor for class org.silverpeas.core.util.ExecutionAttempts
 
ExecutionAttempts.Job - Interface in org.silverpeas.core.util
The interface a job within a retry mechanism should implements.
exists() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Indicates if the token is well registered
exists() - Method in class org.silverpeas.core.wbe.WbeFileLock
Indicates if a lock exists.
exists(String) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Is the specified role name is one of the predefined roles in Silverpeas.
exists(DomainType) - Method in class org.silverpeas.core.admin.domain.DomainTypeRegistry
Indicates if a domain type is registered.
EXPIRED - org.silverpeas.core.admin.user.constant.UserState
The user account is expired.
EXPORT - org.silverpeas.core.persistence.datasource.OperationContext.State
 
ExportDescriptor - Class in org.silverpeas.core.importexport
It represents a descriptor for the export of a resource into a writer or an output stream.
ExportDescriptor() - Constructor for class org.silverpeas.core.importexport.ExportDescriptor
 
Exporter<T> - Interface in org.silverpeas.core.importexport
An exporter of Silverpeas resource into a format of a given MIME type.
ExportException - Exception in org.silverpeas.core.importexport
Exception thrown when the export of a Silverpeas resource failed.
ExportException(String) - Constructor for exception org.silverpeas.core.importexport.ExportException
Constructs a new ExportException with the specified message.
ExportException(String, Throwable) - Constructor for exception org.silverpeas.core.importexport.ExportException
Constructs a new ExportException with the specified message and cause.
ExportException(Throwable) - Constructor for exception org.silverpeas.core.importexport.ExportException
Constructs a new ExportException by specifying the cause.
exports(ExportDescriptor, Supplier<Stream<CalendarEvent>>) - Method in interface org.silverpeas.core.calendar.icalendar.ICalendarExporter
Exports a the supplied stream of events of a given calendar into the output stream provided by the specified descriptor.
exports(ExportDescriptor, Supplier<T>) - Method in interface org.silverpeas.core.importexport.Exporter
Exports a resource of Silverpeas provided by the given supplier according to the export information carried by the specified export descriptor.
ext() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the extension of the file.
ExternalAttendee - Class in org.silverpeas.core.calendar
An attendee that is a person external to Silverpeas.
ExternalAttendee() - Constructor for class org.silverpeas.core.calendar.ExternalAttendee
Constructs an empty external attendee.
ExternalEntityIdentifier - Interface in org.silverpeas.core.persistence.datasource.model
When the primary identifier of an entity corresponds to an identifier of another entity, then the identifier must implement this interface.
externalEvent(String) - Method in class org.silverpeas.core.calendar.Calendar
Gets either the calendar external event with the specified external identifier or nothing if no such event exists with the given external identifier.
ExternalIntegerIdentifier - Class in org.silverpeas.core.persistence.datasource.model.identifier
This external entity identifier implementation handles external integer identifier.
ExternalIntegerIdentifier() - Constructor for class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
ExternalRecipient - Class in org.silverpeas.core.notification.user.client
 
ExternalRecipient(String) - Constructor for class org.silverpeas.core.notification.user.client.ExternalRecipient
 
ExternalStringIdentifier - Class in org.silverpeas.core.persistence.datasource.model.identifier
This identifier implementation handles external one with string type.
ExternalStringIdentifier() - Constructor for class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
extractHour(String) - Static method in class org.silverpeas.core.util.DateUtil
 
extractMinutes(String) - Static method in class org.silverpeas.core.util.DateUtil
 

F

failed() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Is the authentication has failed?
failureOnAdding(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to add a given resource with the specified identifier.
failureOnClosingConnectionTo(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to close a connection with a given service.
failureOnClosingFile(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to close the given resource with the specified identifier.
failureOnConnecting(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure of a connection with a given service.
failureOnDeleting(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to delete a given resource with the specified identifier.
failureOnGetting(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to get a given resource with the specified identifier.
failureOnIndexing(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to index the given resource with the specified identifier.
failureOnMoving(String, Object, String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to move a given resource with the specified identifier to the specified target with the specified identifier.
failureOnOpeningConnectionTo(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to open a connection against a given service.
failureOnOpeningFile(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to open the given resource with the specified identifier.
failureOnRemoving(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to remove a given resource with the specified identifier.
failureOnRendering(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to render the given resource with the specified identifier.
failureOnRestoring(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to restore a given resource with the specified identifier.
failureOnSubscribing(String, String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure on the subscription of a user to a given resource.
failureOnUnindexing(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to unindex the given resource with the specified identifier.
failureOnUnsubscribing(String, String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure on the subscription cancelling of a user to a given resource.
failureOnUpdate(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to update a given resource with the specified identifier.
failureOnValidating(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about the failure to validate the correctness of a given resource with the specified identifier.
FallbackToCoreTemplatePathBehavior - Interface in org.silverpeas.core.notification.user
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.
FATAL - Static variable in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
FATAL - Static variable in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
fetchRow(ResultSet) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Builds a new row object which values are retrieved from the given ResultSet.
FileLink - Class in org.silverpeas.core.util
A link to a file that can be accessed through the Web.
FileLink(String, String, long) - Constructor for class org.silverpeas.core.util.FileLink
Constructs a new link with the specified URL, labels and file size.
fillFrom(NotificationResourceData) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
Copying all data from the given resource excepted the id
filter(Collection<T>, Function<T, ComponentAuthorization.ComponentResourceReference>, String, AccessControlOperation...) - Method in interface org.silverpeas.core.security.authorization.ComponentAuthorization
Filtering the given resources from user rights.
filter(Consumer<CalendarEventFilter>) - Method in class org.silverpeas.core.calendar.CalendarEvents
Filters the calendar events according to some predefined conditions.
filter(Consumer<CalendarEventFilter>) - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Filters the calendar events occurring in this window of time.
filter(Predicate<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
Filter<T,​U> - Interface in org.silverpeas.core.util.filter
A filter is an object that plays all the predicates against a given object and that applies the operation associated with the matched predicate.
filterAuthorizedByUser(Collection<T>, String) - Method in interface org.silverpeas.core.security.authorization.AccessController
Filters the given object list in order to keep those the specified user is authorized on.
filterAuthorizedByUser(Collection<T>, String, AccessControlContext) - Method in interface org.silverpeas.core.security.authorization.AccessController
Filters the given object list in order to keep those the specified user is authorized on.
filterByType(String, Object...) - Method in interface org.silverpeas.core.contribution.model.ContributionModel
Applies a filter on the type of the value of the specified business property.
filterByType(String, Object...) - Method in class org.silverpeas.core.contribution.model.DefaultContributionModel
 
FilterByType - Class in org.silverpeas.core.util.filter
A filter by the type of the wrapped object.
FilterByType(Object) - Constructor for class org.silverpeas.core.util.filter.FilterByType
Constructs a filter by type on the specified value.
FilterMatcher<T,​U,​V> - Class in org.silverpeas.core.util.filter
A filter matcher.
findAny() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
findByContributionAndUserIds(ContributionIdentifier, String) - Method in interface org.silverpeas.core.reminder.ReminderRepository
Finds in this repository all the reminders related to the specified contribution that were set by and for the specified user.
findByContributionId(ContributionIdentifier) - Method in interface org.silverpeas.core.reminder.ReminderRepository
Finds in this repository all the reminders related to the specified contribution.
findByCriteria(QueryCriteria) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Finds all the entities that match the specified criteria.
findByCriteria(QueryCriteria) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
findByNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Finds the entities by the specified named query (a JPQL instruction) and with the specified parameters.
findByPrimaryKey(Connection, WAPrimaryKey) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
findByPrimaryKey(Connection, WAPrimaryKey) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
findByPrimaryKey(WAPrimaryKey) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
get a bean representing a row in db from its pk
findByPrimaryKey(WAPrimaryKey) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
findByUserId(String) - Method in interface org.silverpeas.core.reminder.ReminderRepository
Finds in this repository all the reminders set by and for the specified user.
findByWhereClause(Connection, WAPrimaryKey, String) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
findByWhereClause(Connection, WAPrimaryKey, String) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
findByWhereClause(WAPrimaryKey, String) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
get a bean list, representing a specific row selection.
findByWhereClause(WAPrimaryKey, String) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
findColumn(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
findFirst() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
findFirst(List<T>, Predicate<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Gets the optional first element in the given List which matches the given predicate.
findFirst(List<T>, Predicate<T>, int) - Static method in class org.silverpeas.core.util.CollectionUtil
Gets the optional first element in the given List which matches the given predicate and the position is at or after the first given index.
findFirstByNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Finds the first entity matching the specified named query (a JPQL instruction) and with the specified parameters.
findNextRupture(CollectionUtil.RuptureContext<T>, Predicate<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Gets the optional next element in the given ordered List which matches the given CollectionUtil.RuptureContext which must be intialized by calling CollectionUtil.RuptureContext.newOne(List).
first() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
firstDayOfMonth2SQLDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
Returns the first date of month according to given date (ex. 26/08/2010)
FixedDateTimeJobTrigger - Class in org.silverpeas.core.scheduler.trigger
A job trigger that fires the execution of a job at a specified date and time.
FixedDateTimeJobTrigger(OffsetDateTime) - Constructor for class org.silverpeas.core.scheduler.trigger.FixedDateTimeJobTrigger
 
FixedPeriodJobTrigger - Class in org.silverpeas.core.scheduler.trigger
A job trigger that fires repeatedly the execution of a job at a specified interval.
FixedPeriodJobTrigger(int, TimeUnit) - Constructor for class org.silverpeas.core.scheduler.trigger.FixedPeriodJobTrigger
Creates a new job trigger that will fire a job execution at a specified interval.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
flush() - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Synchronizes the persistence context to the underlying data source.
flush() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
Folder - Interface in org.silverpeas.core.contribution.model
A folder is a contribution with folding capabilities that can contain others contributions, folders included.
forEach(Consumer<? super E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
forEach(Consumer<? super Map.Entry<String, String>>) - Method in class org.silverpeas.core.calendar.AttributeSet
 
forEach(Consumer<? super Attendee>) - Method in class org.silverpeas.core.calendar.AttendeeSet
Performs the given action for each attendee in this calendar component until all of them have been processed or the action throws an exception.
forEach(Consumer<? super VariableScheduledValue>) - Method in class org.silverpeas.core.variables.VariableValueSet
 
forEach(Consumer<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
forEachOrdered(Consumer<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
forLanguage(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
 
format(String) - Method in interface org.silverpeas.core.util.ResourcePath
Formats an relative textual path with the name of each of the resources constitutive of the path (and therefore in this list).
format(String, boolean) - Method in interface org.silverpeas.core.util.ResourcePath
Formats a textual path with the name of each of the resources constitutive of the path (and therefore in this list).
format(String, boolean, String) - Method in interface org.silverpeas.core.util.ResourcePath
Formats a textual path with the name of each of the resources constitutive of the path (and therefore in this list).
formatAsICalDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the ISO 8601 format of the iCal format (in the timezone of the date).
formatAsICalDay(Date) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the short ISO 8601 format (only the day date is rendered) used in the iCal format.
formatAsICalUTCDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the ISO 8601 format of the iCal format (in UTC).
formatAsISO8601Date(Date) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the ISO 8601 format.
formatAsISO8601Day(Date) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the short ISO 8601 format (only the day date is rendered).
formatAsLuceneDate(LocalDate) - Static method in class org.silverpeas.core.util.DateUtil
 
formatDate(LocalDate) - Static method in class org.silverpeas.core.util.DateUtil
 
formatDate(Temporal) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
Formats the given temporal into an date ISO FORMAT that will be interpreted by the UI tools.
formatDate(Calendar) - Static method in class org.silverpeas.core.util.DateUtil
Format a Calendar to a String of format yyyy/MM/dd.
formatDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
Format a Date to a String of format yyyy/MM/dd.
formatDate(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
Formats the specified date according to the specified date pattern.
formatDateTime(Temporal) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
Formats the given temporal into an datetime ISO FORMAT that will be interpreted by the UI tools.
formatDuration(long) - Static method in class org.silverpeas.core.util.DateUtil
 
formatMemSize(long) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory size with the suitable unit
formatMemSize(long, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory size with the suitable unit
formatMemSize(BigDecimal) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory size with the suitable unit
formatMemSize(BigDecimal, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory size with the suitable unit
formatPeriodForTests() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
formatTime(long) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time with the suitable unit
formatTime(long, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time with the suitable unit
formatTime(BigDecimal) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time with the suitable unit
formatTime(BigDecimal, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time with the suitable unit
formatTime(Calendar) - Static method in class org.silverpeas.core.util.DateUtil
Format a Calendar to a String of format HH:mm.
formatTime(Date) - Static method in class org.silverpeas.core.util.DateUtil
Format a Date to a String of format HH:mm.
formatValue(long, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(long, TimeUnit, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(long, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(long, MemoryUnit, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(BigDecimal, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(BigDecimal, TimeUnit, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(BigDecimal, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
formatValue(BigDecimal, MemoryUnit, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
 
forUser(User) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
The reminders is for the specified user.
from(int) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
from(long) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
from(String) - Static method in enum org.silverpeas.core.admin.user.constant.GroupState
 
from(String) - Static method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
 
from(String) - Static method in enum org.silverpeas.core.admin.user.constant.UserState
 
from(String) - Static method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
from(String) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
from(String) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
from(String) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
from(String) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
from(String) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
from(String) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
 
from(String...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
The query is about the concerned SQL table.
from(String, String, String) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.
from(String, String, CoreContributionType) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.
from(Temporal) - Static method in class org.silverpeas.core.date.Period
Prepares the creation of a new period that starts at the specified date or datetime.
from(Collection<String>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQueries
Loads a JdbcSqlQuery collection from collection of SQL queries as string.
from(Collection<T>) - Static method in class org.silverpeas.core.util.PaginationList
Decorates the specified collection with pagination features.
from(Collection<T>, long) - Static method in class org.silverpeas.core.util.PaginationList
Decorates the specified collection with pagination features.
from(Date, Date) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Initialize a period from given dates.
from(Date, Date, TimeZone) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Initialize a period from given dates.
from(Date, TimeZone, PeriodType) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
 
from(Date, TimeZone, PeriodType, String) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
 
from(Date, PeriodType) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Initialize a period from a date and a type of period.
from(Date, PeriodType, String) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
 
from(Function<String, R>, PrefixedNotationExpressionEngine.OperatorFunction<R>...) - Static method in class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine
Initializes the instance.
from(RecurrencePeriod) - Static method in class org.silverpeas.core.calendar.Recurrence
Creates a new recurrence by specifying the recurrence period at which a PlannableOnCalendar should recur.
from(Contribution) - Static method in interface org.silverpeas.core.contribution.model.LocalizedContribution
Decorates the specified contribution with the support of l10n.
from(Contribution, String) - Static method in interface org.silverpeas.core.contribution.model.LocalizedContribution
Decorates the specified contribution with the support of l10n and as authored in the specified language.
from(DateTime, DateTime) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Initialize a period from given dates.
from(DateTime, PeriodType) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
 
from(DateTime, PeriodType, String) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
 
from(ResourceIdentifier) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified Silverpeas resource identifier.
from(ResourceReference) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.
from(ResourceReference, String) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.
fromCalendar(Calendar) - Static method in class org.silverpeas.core.calendar.CalendarReference
 
fromCode(String) - Static method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
 
fromCurrentRequester() - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Creates an instance from the current requester (User.getCurrentRequester()).
fromICalLevel(int) - Static method in enum org.silverpeas.core.calendar.Priority
Gets the Silverpeas priority definition from given ICal priority level.
fromLongs(Collection<Long>) - Static method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
FromModule - Interface in org.silverpeas.core.exception
Deprecated.
fromString(String) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets the SilverpeasRole instance that matches the specified role name.
fromString(String) - Method in interface org.silverpeas.core.persistence.datasource.model.CompositeEntityIdentifier
 
fromString(String) - Method in interface org.silverpeas.core.persistence.datasource.model.EntityIdentifier
Sets the identifier's value from its given String representation.
fromString(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
fromString(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
fromString(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
fromString(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
fromString(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
fromString(String) - Method in class org.silverpeas.core.reminder.ReminderIdentifier
 
fromString(String...) - Method in interface org.silverpeas.core.persistence.datasource.model.CompositeEntityIdentifier
Sets the value of this identifier from the specified values that will be part of this composite identifier.
fromStrings(String[]) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets for each of the specified roles the matching SilverpeasRole instance.
fromUser(String) - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Creates an instance from the given identifier which aims a user.
fromUser(User) - Static method in class org.silverpeas.core.admin.user.model.UserReference
 
fromUser(User) - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Creates an instance from the given user.

G

GB - org.silverpeas.core.util.memory.MemoryUnit
 
generate(Supplier<T1>) - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
generate(TokenGenerationParameter...) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceTokenGenerator
 
generate(TokenGenerationParameter...) - Method in interface org.silverpeas.core.security.token.TokenGenerator
Generates a new token by taking into account any of the specified generation parameters.
generateId() - Method in class org.silverpeas.core.calendar.Recurrence
 
generateNewId(String...) - Method in interface org.silverpeas.core.persistence.datasource.model.EntityIdentifier
Generates a new unique entity identifier.
generateNewId(String...) - Method in interface org.silverpeas.core.persistence.datasource.model.ExternalEntityIdentifier
No identifier value is generated and returning null explicitly in order to get an NullPointerException in case of wrong code development.
generateNewId(String...) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
Generates a new numeric identifier encoded in 32 bits.
generateNewId(String...) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
Generates a new numeric identifier encoded in 64 bits.
generateNewId(String...) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
Generates a new UUID.
generateNewId(String...) - Method in class org.silverpeas.core.reminder.ReminderIdentifier
 
generateNextOccurrenceOf(CalendarEvent, ZonedDateTime) - Method in interface org.silverpeas.core.calendar.CalendarEventOccurrenceGenerator
Generates the next occurrence of the specified event since the given date time.
generateOccurrencesIn(CalendarTimeWindow) - Method in interface org.silverpeas.core.calendar.CalendarEventOccurrenceGenerator
Generates the actual occurrences of the calendar events that occur in the specified window of time.
generateOccurrencesOf(List<CalendarEvent>, Period) - Method in interface org.silverpeas.core.calendar.CalendarEventOccurrenceGenerator
Generates the actual occurrences of the specified events and that occur in the period of time.
get() - Static method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentDataProvider
 
get() - Static method in interface org.silverpeas.core.admin.component.service.SilverpeasComponentInstanceProvider
Gets the instance of the implementation of the interface.
get() - Static method in class org.silverpeas.core.admin.domain.DomainTypeRegistry
 
get() - Static method in interface org.silverpeas.core.admin.user.service.GroupProvider
Gets the instance of the implementation of the interface.
get() - Static method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets the instance of the implementation of the interface.
get() - Static method in class org.silverpeas.core.ApplicationServiceProvider
Gets an instance of the ApplicationServiceProvider class.
get() - Static method in class org.silverpeas.core.backgroundprocess.BackgroundProcessLogger
 
get() - Static method in interface org.silverpeas.core.calendar.CalendarEventOccurrenceGenerator
Gets an instance of the default implementation of this generator.
get() - Static method in interface org.silverpeas.core.calendar.CalendarResourcePathProvider
 
get() - Static method in interface org.silverpeas.core.calendar.icalendar.ICalendarExporter
Gets an instance of the implementation of the ICalendarExporter interface.
get() - Static method in interface org.silverpeas.core.calendar.icalendar.ICalendarImporter
Gets an instance of the implementation of the ICalendarImporter interface.
get() - Static method in class org.silverpeas.core.calendar.ICalendarEventSynchronization
Gets an instance of a synchronization processor.
get() - Static method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEventNotifier
 
get() - Static method in class org.silverpeas.core.calendar.notification.CalendarEventLifeCycleEventNotifier
 
get() - Static method in class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEventNotifier
 
get() - Static method in class org.silverpeas.core.calendar.notification.CalendarLifeCycleEventNotifier
 
get() - Static method in interface org.silverpeas.core.calendar.repository.CalendarEventOccurrenceRepository
Gets an instance of the implementation of a CalendarEventOccurrenceRepository.
get() - Static method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
 
get() - Static method in interface org.silverpeas.core.calendar.repository.CalendarRepository
Gets an instance of the implementation of a CalendarRepository.
get() - Static method in interface org.silverpeas.core.contribution.content.renderer.ContributionContentRendererProvider
Gets the instance of the implementation of the interface.
get() - Static method in interface org.silverpeas.core.contribution.ContributionLocator
 
get() - Static method in class org.silverpeas.core.contribution.indicator.ContributionIndicatorRegistry
 
get() - Static method in interface org.silverpeas.core.i18n.I18n
Gets an instance of I18n.
get() - Static method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
 
get() - Static method in class org.silverpeas.core.notification.sse.DefaultServerEventNotifier
Gets an instance of server event notifier.
get() - Static method in class org.silverpeas.core.notification.sse.ServerEventWaitForManager
 
get() - Static method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContextManager
 
get() - Static method in class org.silverpeas.core.notification.sse.SseLogger
 
get() - Static method in interface org.silverpeas.core.notification.user.client.NotificationManager
 
get() - Static method in class org.silverpeas.core.persistence.datasource.model.jpa.EntityManagerProvider
 
get() - Static method in class org.silverpeas.core.reminder.ReminderProcess
 
get() - Static method in interface org.silverpeas.core.reminder.ReminderRepository
Gets an instance of this repository.
get() - Static method in interface org.silverpeas.core.security.authentication.Authentication
Gets an Authentication object.
get() - Static method in interface org.silverpeas.core.security.authentication.CredentialsChangePolicyProvider
Gets an instance of this provider.
get() - Static method in interface org.silverpeas.core.security.authorization.ComponentAccessControl
 
get() - Static method in interface org.silverpeas.core.security.authorization.SpaceAccessControl
 
get() - Static method in interface org.silverpeas.core.security.html.HtmlSanitizer
 
get() - Static method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
 
get() - Static method in class org.silverpeas.core.selection.SelectionBasket
Gets the basket of resources selected by the current user.
get() - Static method in class org.silverpeas.core.thread.task.RequestTaskManager
 
get() - Method in class org.silverpeas.core.util.MemoizedSupplier
 
get() - Method in class org.silverpeas.core.util.MemoizedSyncSupplier
 
get() - Static method in interface org.silverpeas.core.variables.VariableScheduledValueRepository
Gets an instance of this repository.
get() - Static method in interface org.silverpeas.core.variables.VariablesRepository
Gets an instance of a VariablesRepository.
get() - Static method in interface org.silverpeas.core.wbe.WbeHostManager
 
get() - Static method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMapProviderByInstance
 
get(int) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
get(Object) - Method in class org.silverpeas.core.cache.service.EhCache
 
get(Object) - Method in class org.silverpeas.core.notification.user.NotificationContext
 
get(Object) - Method in class org.silverpeas.core.ui.UserI18NTranslationMap
Gets the translation corresponding to given language.
get(String) - Method in class org.silverpeas.core.calendar.AttendeeSet
Gets the attendee with the specified identifier in this calendar component.
get(String) - Method in class org.silverpeas.core.calendar.AttributeSet
Gets the value of the specified attribute or nothing is there is no a such attribute.
get(String) - Static method in interface org.silverpeas.core.notification.user.ComponentInstanceManualUserNotification
Gets the implementation of this interface with the qualified name guessed from the given component instance identifier.
get(String) - Method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
Gets the token with the specified value from the data source.
get(String) - Method in class org.silverpeas.core.variables.VariableValueSet
Gets from this variable's value set the value with the specified identifier.
get(String) - Method in class org.silverpeas.core.wbe.WbeEdition.Configuration
Gets an optional configuration detail by its key.
get(String, Class<T>) - Method in class org.silverpeas.core.security.authorization.AccessControlContext
Gets from context a value from a key that has been stored into the context instance.
get(EntityReference) - Method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
Gets the token of the resource referred by the specified EntityReference.
getAcceptedType() - Method in class org.silverpeas.core.date.TemporalConverter.Conversion
Gets the simple name of the concrete type of Temporal objects this conversion function accepts as argument.
getAccessController(Class<?>) - Static method in class org.silverpeas.core.security.authorization.AccessControllerProvider
Gets the access controller identified by the specified qualifier.
getAccessLevel() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the user access level.
getAccessToken() - Method in class org.silverpeas.core.wbe.WbeUser
Gets the WBE access token linked to the Silverpeas's user.
getAction() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getAction() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getAction() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getAddress() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getAddressId() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getAdministrationUrl() - Method in interface org.silverpeas.core.wbe.WbeClientManager
Provides the URL that permits to access the administration of Web Browser Edition client.
getAfter() - Method in class org.silverpeas.core.notification.system.StateTransition
Gets the state after the transition occurred.
getAll() - Method in class org.silverpeas.core.cache.service.EhCache
 
getAll() - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
 
getAll() - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Gets all the persisted entities.
getAll() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
getAll() - Static method in interface org.silverpeas.core.security.authorization.ComponentAuthorization
 
getAll() - Static method in class org.silverpeas.core.variables.Variable
Gets all the variables available in the persistence context (data source).
getAll(Collection<CalendarEvent>, Period) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventOccurrenceRepository
Gets all the persisted occurrences of the specified events occurring in the specified period of time.
getAllAuthDomains() - Method in interface org.silverpeas.core.security.authentication.Authentication
Gets all the domains in Silverpeas that are able to take in charge the authentication of its own users.
getAllBetween(CalendarEventFilter, Instant, Instant) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Gets all the events matching the specified filter and that occur between the two specified date and times.
getAllByEvent(CalendarEvent) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventOccurrenceRepository
Gets all the persisted occurrences of the specified event.
getAllCurrentVariables() - Method in interface org.silverpeas.core.variables.VariablesRepository
Gets all the variables that are currently active.
getAllowedDefaultSourcesInCSP() - Static method in class org.silverpeas.core.util.security.SecuritySettings
 
getAllowedDomains() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Gets the URL of all of the domains that are authorized to be accessed from Silverpeas.
getAllowedScriptSourcesInCSP() - Static method in class org.silverpeas.core.util.security.SecuritySettings
 
getAllowedStyleSourcesInCSP() - Static method in class org.silverpeas.core.util.security.SecuritySettings
 
getAllRootGroups() - Method in interface org.silverpeas.core.admin.user.service.GroupProvider
Gets all GroupState.VALID root groups in Silverpeas.
getAllRootGroupsInDomain(String) - Method in interface org.silverpeas.core.admin.user.service.GroupProvider
Gets all GroupState.VALID root groups of users that are defined in the specified domain in Silverpeas.
getAllRoots() - Static method in interface org.silverpeas.core.admin.user.model.Group
Gets all GroupState.VALID root groups in Silverpeas.
getAllRootsInDomain(String) - Static method in interface org.silverpeas.core.admin.user.model.Group
Gets all GroupState.VALID root groups available in the specified domain in Silverpeas.
getAllServices(Class<T>, Annotation...) - Static method in class org.silverpeas.core.util.ServiceProvider
Gets an instance of each service implementing the specified type and satisfying the given qualifiers if any.
getAllSince(CalendarEventOccurrence) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventOccurrenceRepository
Gets all the persisted occurrences of a given event since and including the specified one.
getAllSynchronized() - Method in interface org.silverpeas.core.calendar.repository.CalendarRepository
Gets all the calendars in Silverpeas synchronized with an external one.
getAllTableNames() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
Gets all table names.
getAllUserRecipients() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Gets the complete list of users that will receive the notification, so it takes into account users of groups.
If the sender is identified, it is removed from the result.
No internal data of the current NotificationMetaData is updated.
getAllUserRecipients(boolean) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Gets the complete list of users that will receive the notification, so it takes into account users of groups.
If the sender is identified (as a user), it is removed from the result.
getAllUsers() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the detail about all the users that are in this group (and in the subgroups of this group).
getAllVariables() - Method in interface org.silverpeas.core.variables.VariablesRepository
Gets all the variables that are persisted into this repository.
getApplicationCacheAccessor() - Static method in class org.silverpeas.core.cache.service.CacheAccessorProvider
Gets an accessor to the cache of the application.
getApplicationServiceById(String) - Method in class org.silverpeas.core.ApplicationServiceProvider
Gets the application service that is defined for the given application instance.
getApplicationsTrackedForModifications() - Static method in class org.silverpeas.core.contribution.ContributionSettings
Gets the applications in Silverpeas for which the contributions have to be tracked for change.
getArray(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getArray(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getArrayNode() - Method in class org.silverpeas.core.util.JSONCodec.JSONArray
 
getAsBoolean() - Method in class org.silverpeas.core.util.MemoizedBooleanSupplier
 
getAsBoolean(String) - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getAsciiStream(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getAsciiStream(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getAsList(String) - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getAt(int) - Method in class org.silverpeas.core.selection.SelectionBasket
Gets the resource that is at the specified position in this basket.
getAttachmentPath() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the absolute path of the document file in the filesystem.
getAttachmentTargetId() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getAttendees() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the attendees in this calendar component.
getAttendees() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the attendees.
getAttendees() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getAttribute(String) - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Gets the value of the attribute named by the specified name.
getAttribute(String) - Method in class org.silverpeas.core.selection.SelectionContext
Gets the value of the specified attribute.
getAttributes() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the additional and custom attributes of this calendar component.
getAttributes() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the different additional attributes set to this event.
getAttributes() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the attributes of this event occurrence.
getAttributes() - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
getAttributes() - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
getAuthor() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Gets the user that has authored this content.
getAuthToken(AuthenticationCredential) - Method in interface org.silverpeas.core.security.authentication.Authentication
Gets an authentication token for a given user from its specified login and from the domain to which he belongs.
getAvatar() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the avatar URL of the user.
getBefore() - Method in class org.silverpeas.core.notification.system.StateTransition
Gets the state before the transition occurred.
getBeginDatable() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Gets the begin date of the period represented as a Temporal.
getBeginDate() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Gets the begin date of the period.
getBeginOfDay() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getBeginOfDay() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Computes first hour, minute, second, millisecond from the temporal instance.
getBeginOfDay(Date) - Static method in class org.silverpeas.core.util.DateUtil
Get first hour, minute, second, millisecond of the specified date
getBeginOfMonth() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getBeginOfMonth() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the first hour, minute, second, millisecond from the temporal instance.
getBeginOfWeek() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getBeginOfWeek() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the first hour, minute, second, millisecond from the temporal instance.
getBeginOfWeek(String) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getBeginOfWeek(String) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the first hour, minute, second, millisecond from the temporal instance and a given locale.
getBeginOfYear() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getBeginOfYear() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the first hour, minute, second, millisecond from the temporal instance.
getBestDisplayValue() - Method in class org.silverpeas.core.util.memory.MemoryData
 
getBestDisplayValue() - Method in class org.silverpeas.core.util.time.Duration
Gets the best display value
getBestDisplayValueOnly() - Method in class org.silverpeas.core.util.memory.MemoryData
 
getBestDisplayValueOnly() - Method in class org.silverpeas.core.util.time.Duration
Gets the best display value
getBestUnit() - Method in class org.silverpeas.core.util.memory.MemoryData
 
getBestUnit() - Method in class org.silverpeas.core.util.time.Duration
Gets the best unit (for display as example).
getBestValue() - Method in class org.silverpeas.core.util.memory.MemoryData
 
getBestValue() - Method in class org.silverpeas.core.util.time.Duration
Gets the best unformatted value (for display as example).
getBigDecimal(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBigDecimal(int, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBigDecimal(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBigDecimal(String, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBinaryStream(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBinaryStream(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBlob(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBlob(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBoolean(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBoolean(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBundleDefault() - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getBundleKey() - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getBy(CalendarEvent, Temporal) - Static method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets optionally an event occurrence from the specified data.
getByComponentInstanceId(String) - Static method in class org.silverpeas.core.calendar.Calendar
Gets the calendars represented by the specified component instance.
getByComponentInstanceId(String) - Method in interface org.silverpeas.core.calendar.repository.CalendarRepository
Gets the calendars represented by the specified component instance.
getByComponentInstanceIds(Collection<String>) - Static method in class org.silverpeas.core.calendar.Calendar
Gets the calendars represented by the specified component instances.
getByComponentInstanceIds(Collection<String>) - Method in interface org.silverpeas.core.calendar.repository.CalendarRepository
Gets the calendars represented by the specified component instances.
getByContribution(ContributionIdentifier) - Static method in class org.silverpeas.core.reminder.Reminder
Gets the reminders linked to a contribution represented by the given identifier.
getByContribution(LocalizedContribution) - Method in interface org.silverpeas.core.contribution.service.WysiwygContentRepository
Gets the content related to the specified contribution.
getByContributionAndUser(ContributionIdentifier, User) - Static method in class org.silverpeas.core.reminder.Reminder
Gets the reminders that was set by the specified user for himself and that are about the specified contribution.
getByExternalId(Calendar, String) - Static method in class org.silverpeas.core.calendar.CalendarEvent
Gets a calendar event by its external identifier and the calendar it belongs.
getByExternalId(Calendar, String) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Gets an event by its external identifier which is unique into context of a calendar.
getById(String) - Static method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets a silverpeas component instance from the specified identifier.
getById(String) - Static method in interface org.silverpeas.core.admin.component.model.SilverpeasPersonalComponentInstance
Gets a personal silverpeas component instance from the specified identifier.
getById(String) - Static method in interface org.silverpeas.core.admin.component.model.SilverpeasSharedComponentInstance
Gets a personal silverpeas component instance from the specified identifier.
getById(String) - Method in interface org.silverpeas.core.admin.component.service.SilverpeasComponentInstanceProvider
Gets a any silverpeas component instance from the specified identifier.
getById(String) - Static method in interface org.silverpeas.core.admin.user.model.Group
Gets the detail about the specified group of users.
getById(String) - Static method in interface org.silverpeas.core.admin.user.model.User
Gets the detail about the specified user.
getById(String) - Static method in class org.silverpeas.core.calendar.Calendar
Gets a calendar by its identifier.
getById(String) - Static method in class org.silverpeas.core.calendar.CalendarEvent
Gets a calendar event by its identifier.
getById(String) - Static method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets optionally an event occurrence by its identifier.
getById(String) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Gets a persisted entity by its unique identifier.
getById(String) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
getById(String) - Static method in class org.silverpeas.core.reminder.Reminder
Gets a reminder by its identifier.
getById(String) - Static method in class org.silverpeas.core.variables.Variable
Gets the variable by its unique identifier.
getById(String...) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Gets persisted entities by their ids.
getById(Collection<String>) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Gets persisted entities by their ids.
getById(Collection<String>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
getByIds(List<String>) - Static method in class org.silverpeas.core.calendar.CalendarEvent
Gets list of calendar event by their identifier.
getByInstanceAndLanguage(Contribution, String) - Static method in class org.silverpeas.core.contribution.model.ContributionLocalizationBundle
Gets the ContributionLocalizationBundle for a Contribution adapted from a specified language.
getByInstanceId(String) - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMapProviderByInstance
Gets the provider of ComponentInstanceRoutingMap according to the given identifier of component instance.
getByName(String) - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
Gets by name (which is considered as the identifier) the registered StreamingProvider instance if any.
getByName(String) - Static method in interface org.silverpeas.core.reminder.ReminderProcessName
 
getByReflection(String, Object...) - Method in class org.silverpeas.core.contribution.model.DefaultContributionModel
Gets by reflection the value of the specified property of the underlying modelled contribution.
getByte(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getByte(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBytes(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getBytes(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getByUser(User) - Static method in class org.silverpeas.core.reminder.Reminder
Gets the reminders set by the specified user for himself.
getCache() - Method in class org.silverpeas.core.cache.service.SessionCacheAccessor
Gets the cache mapped with the current user session.
getCalendar() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the calendar to which this component is related.
getCalendar() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the calendar to which this event is related.
getCalendar() - Method in class org.silverpeas.core.calendar.ICalendarEventSynchronization.CalendarBatchSynchronizationErrorEvent
 
getCalendar() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Gets the calendar into which this plannable object is finally planned.
getCalendarComponent() - Method in class org.silverpeas.core.calendar.Attendee
Gets the calendar component for which this attendee participates.
getCalendarEvent() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the event from which this occurrence was spawned.
getCalendars() - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Gets a list of calendars on which the events to filter must be planned.
getCapabilities() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Gets the security-related capabilities associated with this credential.
getCategories() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the categories to which this event belongs.
getCategories() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the categories of this event occurrence.
getCategories() - Method in interface org.silverpeas.core.calendar.Categorized
Gets the categories in which this object is categorized.
getChainedExceptions(Throwable) - Static method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
méthode utilitaire dont le role est de représenter les exceptions encapsulées sous forme d'une collection.
getChannel() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getChannel() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
getChannelId() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getCharacterStream(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getCharacterStream(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getClientAdministrationAccesses(String) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Provides the data that permits to access administrations of Web Browser Edition clients.
getClob(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getClob(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getCode() - Method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
 
getCode() - Method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
getCode() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Gets the error code qualifying this status.
getCollaborativeWorkSpaceId() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getComment() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getComponentFullName(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets the full name of a component instance.
getComponentId() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getComponentId() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getComponentInstance() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getComponentInstanceId() - Method in class org.silverpeas.core.calendar.Calendar
Gets the identifier of the component instance which the calendar is attached.
getComponentInstanceId() - Method in interface org.silverpeas.core.ComponentResourceIdentifier
 
getComponentInstanceId() - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Gets the unique identifier of the component instance to which the contribution belongs.
getComponentInstanceId() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getComponentInstanceId() - Method in class org.silverpeas.core.ResourceReference
 
getComponentMessages(String) - Method in interface org.silverpeas.core.ApplicationService
Gets the localized messages defined in this Silverpeas component.
getComponentName() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Get the component name of this object
getComponentName(String) - Static method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the name of the Silverpeas component from which the specified instance was spawn.
getComponentName(String) - Method in interface org.silverpeas.core.admin.component.service.SilverpeasComponentInstanceProvider
Gets the name of the component from which the specified instance was spawn.
getComponentSettings() - Method in interface org.silverpeas.core.ApplicationService
Gets the settings of this Silverpeas component.
getConcurrency() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getConfiguration() - Method in class org.silverpeas.core.wbe.WbeEdition
Gets the configuration of the edition in order to specify some additional details about the edition.
getConfigurationFilesRootPath() - Method in class org.silverpeas.core.util.ResourcesRootDirectoriesLocator
 
getConnection() - Static method in class org.silverpeas.core.persistence.jdbc.ConnectionPool
Return a connection from the Silverpeas data source.
getContent() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets optionally the rich content of this event.
getContent() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the content of this event occurrence.
getContent() - Method in class org.silverpeas.core.contribution.content.renderer.AbstractContributionRenderer
 
getContent() - Method in class org.silverpeas.core.notification.message.AbstractMessage
 
getContent() - Method in interface org.silverpeas.core.notification.message.Message
Gets the content of the message.
getContent() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message content
getContent() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getContent(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getContent(LocalizedContribution) - Static method in class org.silverpeas.core.contribution.model.WysiwygContent
Gets the WYSIWYG content of the specified contribution.
getContentType() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the content type of this attached document file as a predefined MIME type.
getContext() - Method in class org.silverpeas.core.selection.SelectionEntry
Gets the context of the resource selection.
getContextSnapshot() - Method in class org.silverpeas.core.notification.sse.DefaultServerEventContextManager
 
getContextSnapshot() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContextManager
Gets safely a snapshot of the current registered asynchronous contexts.
getContribution() - Method in interface org.silverpeas.core.contribution.model.ContributionContent
Gets the localized contribution to which the content is related.
getContribution() - Method in class org.silverpeas.core.contribution.model.DefaultContributionModel
Gets the linked Contribution instance.
getContribution() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
 
getContribution() - Method in class org.silverpeas.core.reminder.Reminder
Gets the contribution related by this reminder.
getContributionById(ContributionIdentifier) - Method in interface org.silverpeas.core.ApplicationService
Gets the contribution handled by an instance of the component with the specified unique identifier.
getContributionId() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getContributionId() - Method in class org.silverpeas.core.reminder.Reminder
Gets the unique identifier of the contribution this remainder is set of.
getContributionIdentifierFromLocalIdAndType(String, String) - Method in class org.silverpeas.core.calendar.CalendarContributionLocator
 
getContributionIdentifierFromLocalIdAndType(String, String) - Method in interface org.silverpeas.core.contribution.ContributionLocatorByLocalIdAndType
Gets the full ContributionIdentifier of a Contribution from a local identifier and a type.
getContributionProperty() - Method in class org.silverpeas.core.reminder.Reminder
Gets the temporal property of the contribution to which this reminder is related.
getContributionType() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getContributionType() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getContributionType() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets the type of this contribution.
getCoveredDaysTimeData() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Computes the number of whole or partial days covered by the period.
getCreationDate() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the date of the group creation.
getCreationDate() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the date of the user creation.
getCreationDate() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getCreationDate() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getCreationDate() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getCreationDate() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the date of the entity creation (in the persistence environment).
getCreationDate() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Gets the date at which this entity has been persisted into the data store the first time.
getCreationDate() - Method in interface org.silverpeas.core.SilverpeasResource
Gets the date at which the resource has been created.
getCreator() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the user who created and planned this event.
getCreator() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getCreator() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the user which has created the entity (in the persistence environment).
getCreator() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
getCreator() - Method in interface org.silverpeas.core.SilverpeasResource
Gets the user that has created the resource.
getCreatorId() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets unique identifier of the user that has created this entity.
getCreatorId() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Gets the identifier of the user that has persisted this entity the first time.
getCredentialsChangePolicy() - Method in interface org.silverpeas.core.security.authentication.AuthDomain
Gets the policy of this domain about the possibility of a user to change one of its credentials.
getCronExpression() - Method in class org.silverpeas.core.scheduler.trigger.CronJobTrigger
Gets the cron expression that drives the triggering policy of this trigger.
getCronOfDelayedNotificationSending() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the cron configuration of the delayed notification sending.
getCropFileName() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the name of the file in which is stored the cropped version of the image and that will be actually used as thumbnail.
getCurrent() - Method in class org.silverpeas.core.variables.VariableValueSet
Gets the value among the variable's value set that is valid at the current date time.
getCurrentLanguage() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
Gets the current language into which the data are registered and provided by this entity.
getCurrentOnes() - Static method in class org.silverpeas.core.variables.VariableScheduledValue
Gets all the variable scheduled values that are currently valid.
getCurrentRequester() - Static method in interface org.silverpeas.core.admin.user.model.User
Gets the current user behind a request of treatment processing.
getCurrentRequester() - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets the user that is behind the current request in Silverpeas.
getCurrentRowIndex() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
Get the current row index.
getCurrentSessionCache() - Method in class org.silverpeas.core.cache.service.SessionCacheAccessor
Gets the cache mapped with the current user session.
getCurrentUser() - Static method in interface org.silverpeas.core.admin.user.model.User
Gets the current user behind the current treatment processing.
getCursorName() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDAO(String) - Static method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOFactory
Deprecated.
 
getData() - Method in interface org.silverpeas.core.contribution.model.ContributionContent
Gets the data of a content.
getData() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
The rich text of this content.
getData(String, User) - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
 
getData(String, User) - Method in interface org.silverpeas.core.notification.sse.ServerEvent
The data to send.
getDataSourceConnection() - Method in class org.silverpeas.core.persistence.jdbc.ConnectionPool
Return a connection from the Silverpeas data source.
getDate() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message date
getDate() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getDate() - Static method in class org.silverpeas.core.util.DateUtil
Gets the current date with reset hour.
getDate(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDate(int, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDate(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDate(String, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDate(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getDateAndHourInputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
Get the date language specific standard input format.
getDateFieldLength() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
getDateFromLong(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
Gets a Date value from a Long value from the current result set.
getDateInputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
Get the date language specific standard input format.
getDateOutputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
Get the date language specific standard output format.
getDateTime() - Method in class org.silverpeas.core.reminder.DateTimeReminder
Gets the datetime at which the trigger of this reminder is set.
getDayNumberBetween(Date, Date) - Static method in class org.silverpeas.core.util.DateUtil
Get the number of days between two dates.
getDayNumberInWeek(Date) - Static method in class org.silverpeas.core.util.DateUtil
Return the day index of the week from a given date.
getDaysOfWeek() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the days of week on which the PlannableOnCalendar should recur each time.
getDefaultAddressId(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets the default notification address of the specified user.
getDefaultDelayedNotificationFrequency() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the default delayed notification frequency of the server.
getDefaultLanguage() - Method in interface org.silverpeas.core.i18n.I18n
Gets the default language of the platform when no one is explicitly specified.
getDefaultLanguage() - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Returns the default language used to display user interface (UI)
getDefaultReminder() - Static method in class org.silverpeas.core.reminder.ReminderSettings
Gets the default reminder to set.
getDefaultZoneId() - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Returns the default zone id used dor user interface (UI)
getDelayedNotificationFrequencyChoiceList() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
The ordered frequency choice set associated to the delayed notification mechanism.
getDelegate() - Method in class org.silverpeas.core.calendar.Attendee
The delegate to whom or from whom the attendance as been delegated.
getDescription() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the description of the component (from a functional point of view).
getDescription() - Method in interface org.silverpeas.core.admin.user.model.Group
Get the group description
getDescription() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the description of this calendar component.
getDescription() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets a description about this event.
getDescription() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the description of this event occurrence.
getDescription() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets a description about this contribution if any.
getDescription() - Method in interface org.silverpeas.core.i18n.ResourceTranslation
Gets the description about the resource in the underlying language.
getDescription() - Method in interface org.silverpeas.core.Nameable
Gets the description about the object in Silverpeas.
getDescription() - Method in class org.silverpeas.core.variables.Variable
Gets this variable's description.
getDescription(String) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the translated description of the component according to given language (from a functional point of view).
If no translation exists for given language, then the one of DisplayI18NHelper.defaultLanguage is returned.
getDestination() - Method in class org.silverpeas.core.notification.system.JMSResourceEventNotifier
Gets the destination of the notification.
getDisplay() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getDisplayedName() - Method in interface org.silverpeas.core.admin.user.model.User
Default first name and last name concatenation.
getDisplayIcon() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the path of the icon representing either the attachment itself or its content type.
getDisplayLiveTime() - Method in class org.silverpeas.core.notification.message.AbstractMessage
 
getDisplayLiveTime() - Method in interface org.silverpeas.core.notification.message.Message
Gets the time to live of the message after to have been displayed.
getDomainId() - Method in interface org.silverpeas.core.admin.user.model.Group
Get the domain id where the group is stored
getDomainId() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the user domain id.
getDomainId() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Gets the unique identifier of the domain to which the user belongs.
getDouble(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDouble(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getDuration() - Method in enum org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
getDuration() - Method in enum org.silverpeas.core.date.TimeUnit
 
getDuration() - Method in class org.silverpeas.core.reminder.DurationReminder
Gets the duration before the start date of a PlannableOnCalendar object this remainder has to be triggered.
getDuration(long) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time data
getDuration(long, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time data
getDuration(BigDecimal) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time data
getDuration(BigDecimal, TimeUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the time data
getDurationOfCurrentSession() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the duration of the current user session since its last registered login date.
getEditedFilesBy(WbeUser) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Gets the list of file edited by the given user.
getEditionContextFrom(String, String, BiFunction<Optional<WbeUser>, Optional<WbeFile>, R>) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Gets the edition context from a WBE file identifier and an access token.
getEditionPage(ContributionIdentifier) - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the edition page URI of a resource handled by the component instance and represented by the given contribution identifier.
getEditorsOfFile(WbeFile) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Gets the list of users which are editor of the given file.
getElapsedTimeData() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Computes the elapsed time between the begin and the end dates.
getEmail() - Method in class org.silverpeas.core.notification.user.client.ExternalRecipient
 
getEmailAddress() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the user email.
getEncodedJson() - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
Gets the JSON content handled by Drag and Drop Editor.
getEndDatable() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Gets the end date of the period represented as a Temporal.
getEndDate() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getEndDate() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getEndDate() - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Gets the date at which this window of time ends.
getEndDate() - Method in interface org.silverpeas.core.calendar.Occurrence
The end date or datetime of the occurrence.
getEndDate() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
The end date or datetime of the plannable object.
getEndDate() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the end date of the period over which this recurrence is played by taking into account either the number of time he recurrent PlannableOnCalendar occurs or the end date of its recurrence.
getEndDate() - Method in class org.silverpeas.core.date.Period
Gets the exclusive temporal end date of this period of time.
getEndDate() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Gets the end date of the period.
getEndDateOfMonth(Date) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the last day in the month of the specified date.
getEndDateOfWeek(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the last day in the week of the specified date.
getEndDateOfYear(Date) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the last day in the year of the specified date.
getEndOfDay() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getEndOfDay() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Computes first hour, minute, second, millisecond from the temporal instance.
getEndOfDay(Date) - Static method in class org.silverpeas.core.util.DateUtil
Get last hour, minute, second, millisecond of the specified date
getEndOfMonth() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getEndOfMonth() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the date of the first day in the month from the temporal instance.
getEndOfWeek() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getEndOfWeek() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the date of the first day in the week from the temporal instance.
getEndOfWeek(String) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getEndOfWeek(String) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the date of the first day in the week from the temporal instance and a given locale.
getEndOfYear() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getEndOfYear() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the date of the first day in the year from the temporal instance.
getEntity() - Method in class org.silverpeas.core.admin.user.model.UserReference
 
getEntity() - Method in class org.silverpeas.core.calendar.CalendarReference
 
getEntity() - Method in class org.silverpeas.core.persistence.EntityReference
Gets the instance of the entity targeted by this reference.
getEntityClass() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
getEntityManager() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.EntityManagerProvider
 
getEntityManager() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets the entity manager with which the persistence of the entities stored in this repository is performed.
getErrorLevel() - Method in interface org.silverpeas.core.exception.FromModule
Deprecated.
 
getErrorLevel() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
retourne le niveau de critissicité de l'exception
getErrorLevel() - Method in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
retourne le niveau de critissicité de l'exception
getEventOccurrences() - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Gets the list of occurrences of events that occur in this window of time, once the filtering applied.
getEventOrOccurrence() - Method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEvent
Gets the event or occurrence related to the notification.
getEvents() - Static method in class org.silverpeas.core.calendar.Calendar
Gets a calendar events instance which permits to get (as stream) events.
getEvents() - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Gets all the events that have at least one occurrence in this window of time, once the filtering applied.
getEventSourceURIs() - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
Gets the Event Source URI on which the event is handled.
If empty, then the event must be sent on all Event Sources.
getExceptionDates() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the datetime exceptions to this recurrence rule.
getExpression() - Method in interface org.silverpeas.core.scheduler.trigger.CronExpression
Gets a given representation of this cron expression.
getExternalCalendarUrl() - Method in class org.silverpeas.core.calendar.Calendar
Gets the URL of the external calendar with which this calendar is synchronized.
getExternalId() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the external identifier.
getExternalLanguage() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getExternalRecipients() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getExtraInfos() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
getFetchDirection() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getFetchSize() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getFile() - Method in class org.silverpeas.core.wbe.WbeEdition
Gets the WBE file of the edition.
getFilename() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the name of the document file as stored in the filesystem.
getFileName() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getFireTime() - Method in class org.silverpeas.core.scheduler.JobExecutionContext
Gets the actual time at which the trigger fired.
getFirstDateOfMonth(Date) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the first day in the month of the specified date.
getFirstDateOfWeek(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the first day in the week of the specified date.
getFirstDateOfYear(Date) - Static method in class org.silverpeas.core.util.DateUtil
Compute the date of the first day in the year of the specified date.
getFirstDayOfWeek(String) - Static method in class org.silverpeas.core.util.DateUtil
Gets the first day of weeks of the calendar with 1 meaning for sunday, 2 meaning for monday, and so on.
getFirstDayOfWeek(Locale) - Static method in class org.silverpeas.core.util.DateUtil
Gets the first day of weeks of the calendar with 1 meaning for sunday, 2 meaning for monday, and so on.
getFirstIndex() - Method in class org.silverpeas.core.util.ListSlice
Gets the first index of this slice in the original list from which it comes.
getFirstName() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the first name of the user.
getFloat(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getFloat(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getFormattedDuration(String) - Method in class org.silverpeas.core.util.time.Duration
 
getFormattedDurationAsHMS() - Method in class org.silverpeas.core.util.time.Duration
 
getFormattedDurationAsHMSM() - Method in class org.silverpeas.core.util.time.Duration
 
getFormattedTime(Date) - Static method in class org.silverpeas.core.util.DateUtil
 
getFormattedValue(TimeUnit) - Method in class org.silverpeas.core.util.time.Duration
 
getFormattedValue(MemoryUnit) - Method in class org.silverpeas.core.util.memory.MemoryData
 
getFormattedValueOnly(TimeUnit) - Method in class org.silverpeas.core.util.time.Duration
 
getFormattedValueOnly(MemoryUnit) - Method in class org.silverpeas.core.util.memory.MemoryData
 
getFrequency() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the frequency at which the PlannableOnCalendar should recur.
getFrequency() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
getFromCache() - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Get the current OperationContext instance from a cache (thread cache (request cache exactly)).
getFromJpqlString(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an entity from the specified query written in JPQL and with the specified parameters.
getFromJpqlString(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an entity of a given type from the specified JPQL query and with the specified parameters.
getFromNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an entity from a named query and with the specified parameters.
getFromNamedQuery(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an entity from a named query and with the specified parameters.
getFromUrl(String) - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
Gets the registered StreamingProvider instance matching with the given full URL of a streaming.
getFromUserId() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getFromUserId() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getFullName() - Method in class org.silverpeas.core.calendar.Attendee
Gets the full name of this attendee.
getFullName() - Method in class org.silverpeas.core.calendar.ExternalAttendee
Gets the email address of this attendee.
getFullName() - Method in class org.silverpeas.core.calendar.InternalAttendee
Gets the full name of this attendee.
getFunction() - Method in class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine.OperatorFunction
 
getGoBackPage() - Method in exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
getGroup(String) - Method in interface org.silverpeas.core.admin.user.service.GroupProvider
Gets a group of users from the specified identifier.
getGroupId() - Method in class org.silverpeas.core.notification.user.client.GroupRecipient
 
getGroupRecipients() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message group recipients
getHighestFrom(Collection<SilverpeasRole>) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets the highest role from the given ones.
getHighestFrom(SilverpeasRole...) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets the highest role from the given ones.
getHighestSilverpeasRolesFor(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the highest silverpeas role the given user has on the component instance.
BE CAREFUL, the manager role is never returned as it corresponds to a space role.
getHoldability() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getHomePage() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the home page URI of the component instance.
getHourInputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
Get the hour (from a date) language specific standard input format.
getHourOutputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
Get the hour (from a date) language specific standard output format.
getICalLevel() - Method in enum org.silverpeas.core.calendar.Priority
Gets the ICal level according to the specifications and the Silverpeas rule.
getId() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the unique identifier of this group.
getId() - Method in interface org.silverpeas.core.admin.user.model.User
The unique identifier of the user into Silverpeas.
getId() - Method in class org.silverpeas.core.calendar.Attendee
The unique identifier of this attendee.
getId() - Method in interface org.silverpeas.core.calendar.Occurrence
Gets the unique identifier of this occurrence of an object planned in a calendar.
getId() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Gets the unique identifier of this plannable object.
getId() - Method in interface org.silverpeas.core.Identifiable
Gets the unique identifier of the object in Silverpeas.
getId() - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
 
getId() - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Gets the identifier of the server event.
This identifier is unique during the lifetime of the server.
getId() - Method in enum org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
 
getId() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifAction
 
getId() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
 
getId() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifMessageType
 
getId() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getId() - Method in interface org.silverpeas.core.persistence.datasource.model.IdentifiableEntity
Gets the unique identifier of this entity.
getId() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
getId() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
getId() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
getId() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
getId() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
getId() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
 
getId() - Method in class org.silverpeas.core.persistence.EntityReference
Gets the unique identifier of the entity referred by this reference.
getId() - Method in interface org.silverpeas.core.security.authentication.AuthDomain
Gets the unique identifier of the domain in Silverpeas.
getId() - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Gets the unique identifier of the session.
getId() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Get the row id of this object
getId() - Method in class org.silverpeas.core.wbe.WbeUser
Gets the WBE user identifier.
getIdAsLong() - Method in class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
getIdentifier() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasSharedComponentInstance
 
getIdentifier() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getIdentifier() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getIdentifier() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets the unique identifier of this contribution.
getIdentifier() - Method in interface org.silverpeas.core.contribution.model.I18nContribution
Gets the unique identifier of this contribution.
getIdentifier() - Method in interface org.silverpeas.core.SilverpeasResource
Gets the unique identifier of this resource.
getIdentifierConverter() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
getIFrameSandboxTagAttribute() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Gets the formatted sandbox iframe attribute for external contents.
getImageFileName() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the name of the file in which is stored the thumbnail by following the process: first it checks for a file with the cropped image of the thumbnail, if no such file is found, then it rollbacks to the original file of the thumbnail.
getInitialRawContent() - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
Gets the content from which this instance has been initialized.
getInlinedHtml() - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
Gets the inlined HTML of the current content.
getInputDate(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getInputDate(LocalDate, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getInputDate(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getInputStream() - Method in class org.silverpeas.core.importexport.ImportDescriptor
Gets the input stream with which the resources have to be imported.
getInstance(String) - Static method in interface org.silverpeas.core.ApplicationService
Gets the service of the application from which the specified instance is spawned.
getInstanceId() - Method in class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
getInstanceId() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
 
getInstanceId() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the identifier of the component instance which the current implementation is linked to.
getInt(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getInt(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getInteger(String, int[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getInteger(ResultSet) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getInterval() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Gets the interval of this period.
getItemCount() - Method in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
The maximum number of items the page has to contain.
getJobExecutionContext() - Method in class org.silverpeas.core.scheduler.SchedulerEvent
Gets the context of a job execution.
getJobName() - Method in class org.silverpeas.core.scheduler.JobExecutionContext
Gets the name of the job that takes part in the job execution .
getJobThrowable() - Method in class org.silverpeas.core.scheduler.SchedulerEvent
Gets the throwable object that was thrown during a job execution and that carries the job failure.
getJobTriggerAtDateTime(OffsetDateTime) - Static method in class org.silverpeas.core.scheduler.trigger.JobTriggerProvider
Creates a new job trigger that will fire a job execution at the specified date time.
getJobTriggerWithCronExpression(String) - Static method in class org.silverpeas.core.scheduler.trigger.JobTriggerProvider
Creates a new job trigger that will fire a job execution at given moments in the time, as defined by the specified cron expression.
getJobTriggerWithPeriodicity(int, TimeUnit) - Static method in class org.silverpeas.core.scheduler.trigger.JobTriggerProvider
Creates a new job trigger that will fire a job execution at the specified regular time.
getL10nBundlesRootPath() - Method in class org.silverpeas.core.util.ResourcesRootDirectoriesLocator
 
getLabel() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the name of the component (from a functional point of view).
getLabel() - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getLabel() - Method in class org.silverpeas.core.variables.Variable
Gets this variable's label.
getLabel(String) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the translated name of the component according to given language (from a functional point of view).
If no translation exists for given language, then the one of DisplayI18NHelper.getDefaultLanguage() is returned.
getLabel(String) - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getLanguage() - Method in interface org.silverpeas.core.contribution.model.LocalizedContribution
Gets the language in which this contribution was authored.
getLanguage() - Method in interface org.silverpeas.core.i18n.Translation
Gets the language in which is this translation.
getLanguage() - Method in class org.silverpeas.core.notification.message.MessageContainer
 
getLanguage() - Static method in class org.silverpeas.core.notification.message.MessageManager
 
getLanguage() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getLanguage() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getLanguage() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getLanguage(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
getLanguages() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getLanguages() - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Returns all languages available to display user interface
getLastEditionDate() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the date of last edition.
getLastEditionDate() - Method in class org.silverpeas.core.wbe.WbeUser
Gets the date of last edition.
getLastIndex() - Method in class org.silverpeas.core.util.ListSlice
Gets the last index of this slice in the original list from which it comes.
getLastName() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the last name of the user.
getLastParameterName() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameters
Gets the last parameter.
getLastServerEventId() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Gets the last server event identifier known before a network breakdown.
getLastServerEventsFromId(long) - Static method in class org.silverpeas.core.notification.sse.ServerEventDispatcherTask
Gets server events which the id is higher than the given one.
getLastSynchronizationDate() - Method in class org.silverpeas.core.calendar.Calendar
Gets the last synchronization date of this calendar in the case this calendar is a synchronized one.
getLastSynchronizationDate() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the last date at which this event was synchronized from an external calendar.
getLastUpdateDate() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getLastUpdateDate() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the last date at which this occurrence has been updated.
getLastUpdateDate() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the last date and time of the entity update (in the persistence context).
getLastUpdateDate() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
getLastUpdateDate() - Method in interface org.silverpeas.core.SilverpeasResource
Gets the date at which the resource has been lastly updated.
getLastUpdater() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the last user who updated this planned event.
getLastUpdater() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getLastUpdater() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the last user which has updated the entity (in the persistence context).
getLastUpdater() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
getLastUpdater() - Method in interface org.silverpeas.core.SilverpeasResource
Gets the user that has lastly updated the resource.
getLastUpdaterId() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the unique identifier of the last updater of this entity.
getLastUpdaterId() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Gets the identifier of the user that has updated this entity the last time.
getLeft() - Method in class org.silverpeas.core.util.Either
If this Either is a left-object, then returns it, otherwise throws NoSuchElementException.
getLimit() - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getLink() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Gets message link in the default language of the platform.
getLink() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getLink(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Gets the message link in the given language.
getLinkLabel() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getLinkLabel() - Method in class org.silverpeas.core.util.Link
Gets the label with which this link should be referred.
getLinkSize() - Method in class org.silverpeas.core.util.FileLink
Gets the size of the file referred by this link.
getLinkUrl() - Method in class org.silverpeas.core.util.Link
Gets the URL of the resource referred by this link.
getLocalDateFromLong(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
Gets a LocalDate representation of the number of milliseconds from EPOCH encoded as a long the current result set.
getLocalDateInputFormat(String) - Static method in class org.silverpeas.core.util.DateUtil
 
getLocalId() - Method in interface org.silverpeas.core.ComponentResourceIdentifier
 
getLocalId() - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Gets the local identifier of the contribution.
getLocalId() - Method in class org.silverpeas.core.ResourceReference
 
getLocalId() - Method in class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
getLocalizationBundle(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Gets the localization bundle with the given base name and for the root locale.
getLocalizationBundle(String) - Static method in class org.silverpeas.core.notification.message.MessageNotifier
Gets the localization bundle with the specified base name and for the root locale.
getLocalizationBundle(String, String) - Method in class org.silverpeas.core.notification.message.MessageContainer
Gets the localization bundle of the given bundle base name and for the given language.
getLocalizationBundle(String, String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
Gets from the message container the localization bundle with the specified bundle base name and for the given language.
getLocalizationIn(String) - Method in interface org.silverpeas.core.contribution.model.I18nContribution
Gets a version of itself in the specified language.
getLocalized(String, String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
Gets a localized data according to the given language and the specified key.
getLocalizedProperties(String) - Static method in class org.silverpeas.core.util.DateUtil
Get all the localized date's properties.
getLocation() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the location of this calendar component.
getLocation() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the location where the event occurs.
getLocation() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the location of this event occurrence.
getLockDuration() - Method in class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
Gets the time after then an another process can be performed.
getLoggersRootPath() - Method in class org.silverpeas.core.util.ResourcesRootDirectoriesLocator
 
getLogin() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the user login.
getLogin() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Gets the user login to use in the authentication.
getLoginPassword() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getLoginUser() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getLong(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getLong(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getLongObject(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
Gets a long value from the current result set.
getLongText(int) - Static method in class org.silverpeas.core.persistence.jdbc.LongText
 
getLook() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getMainAdministrator() - Static method in interface org.silverpeas.core.admin.user.model.User
Gets the main administrator of Silverpeas.
getMainAdministrator() - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets the main administrator of Silverpeas.
getMainCalendar() - Method in class org.silverpeas.core.calendar.ComponentInstanceCalendars
Gets the main calendar linked to a component instance.
getMajorVersion() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the major part of the document version.
getMatchingRows(String, String[], String[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the rows like a sample row.
getMaximumItemsInClause() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Maximum number of items to be passed into a SQL "in" clause.
getMediaType() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
 
getMemData(long) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory data
getMemData(long, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory data
getMemData(BigDecimal) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory data
getMemData(BigDecimal, MemoryUnit) - Static method in class org.silverpeas.core.util.UnitUtil
Get the memory data
getMessage() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getMessage() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getMessage() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getMessage(String) - Method in class org.silverpeas.core.security.authentication.AuthenticationResponse
Gets the message in this authentication response.
getMessage(String) - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Gets the localized message associated with this status.
getMessageContainer(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
getMessageLang() - Method in interface org.silverpeas.core.exception.FromModule
Deprecated.
 
getMessageLang() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
getMessageLang() - Method in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
This function must be defined by the Classes that herit from this one
getMessageLang(String) - Method in interface org.silverpeas.core.exception.FromModule
Deprecated.
 
getMessageLang(String) - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
getMessageLang(String) - Method in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
getMessagePriority() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getMessages() - Method in class org.silverpeas.core.notification.message.MessageContainer
 
getMessagesIn(String) - Static method in class org.silverpeas.core.reminder.ReminderSettings
Gets all the messages for the reminder services and translated in the specified language.
getMessageType() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message type
getMetaData() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getMimeType() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the MIME type of the thumbnail.
getMimeType() - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Gets the MIME type of the serialized resource.
getMinorVersion() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the minor part of the document version.
getModel() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getModel() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets a model to this contribution.
getModule() - Method in interface org.silverpeas.core.exception.FromModule
Deprecated.
This function must be defined by the Classes that herit from this one
getModule() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
This function must be defined by the Classes that herit from this one
getModule() - Method in exception org.silverpeas.core.exception.UtilException
Deprecated.
 
getModule() - Method in exception org.silverpeas.core.exception.UtilTrappedException
Deprecated.
 
getName() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the component name of the component instance.
getName() - Method in enum org.silverpeas.core.admin.user.constant.GroupState
 
getName() - Method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
 
getName() - Method in enum org.silverpeas.core.admin.user.constant.UserState
 
getName() - Method in interface org.silverpeas.core.admin.user.model.Group
Get the group name
getName() - Method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets the name of the role as used in Silverpeas.
getName() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets the name of this contribution.
getName() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
getName() - Method in interface org.silverpeas.core.i18n.ResourceTranslation
Gets the name of the resource in the underlying language.
getName() - Method in class org.silverpeas.core.media.streaming.StreamingProvider
 
getName() - Method in interface org.silverpeas.core.Nameable
Gets the name of the object in Silverpeas.
getName() - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Gets the name of the server event.
getName() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
 
getName() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getName() - Method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
getName() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameter
 
getName() - Method in interface org.silverpeas.core.reminder.BackgroundReminderProcess
Gets the ReminderProcessName instance representing the name of the BackgroundReminderProcess.
getName() - Method in class org.silverpeas.core.scheduler.Job
Gets the name under which this job should be scheduled.
getName() - Method in interface org.silverpeas.core.scheduler.ScheduledJob
Gets the name under which the job is registered into the scheduler.
getName() - Method in interface org.silverpeas.core.security.authentication.AuthDomain
Gets the name of this authentication domain.
getName() - Method in enum org.silverpeas.core.security.authorization.AccessControlOperation
 
getName(String) - Method in interface org.silverpeas.core.wbe.WbeClientManager
Provides the name of the client.
getNativeId() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
Gets the native representation of the entity identifier.
getNbUsers() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the number of direct users in this group; the users from its subgroups aren't counted.
getNCharacterStream(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNCharacterStream(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNClob(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNClob(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNested() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
retourne l'exception qui a provoqué la creation de celle-ci.
getNested() - Method in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
retourne l'exception qui a provoqué la creation de celle-ci.
getNested() - Method in interface org.silverpeas.core.exception.WithNested
Deprecated.
 
getNewContributionIndicatorBy(ContributionIdentifier) - Method in class org.silverpeas.core.contribution.indicator.ContributionIndicatorRegistry
Gets the NewContributionIndicator according to ContributionIdentifier instance.
getNext() - Method in class org.silverpeas.core.variables.VariableValueSet
Gets the value among the variable's value set that will be next scheduled.
getNextExecutionTime() - Method in interface org.silverpeas.core.scheduler.ScheduledJob
Gets the next time at which the execution of this job will be fired.
getNextId() - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the next id which can be used to create a new row.
getNextId(String) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
Return a new unique identifier value referenced by a name.
getNextId(String, String) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
Return a new unique identifier value referenced by a name.
getNodeId() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getNonCroppedURL() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the URL of non cropped thumbnail in Silverpeas in order to be rendered in management features.
getNotifAddressProperties(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets all the properties about the different notification addresses that were set for the specified user.
getNotifAddressProperties(String, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets the properties of the specified notification address of the given user.
getNotifChannels() - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets All the notification channels that are available in Silverpeas.
getNotificationData() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getNotificationId() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getNotificationMetaData() - Method in interface org.silverpeas.core.notification.user.UserNotification
Gets the metadata about the notification to send so that all the properties required to send the notification can be set.
getNotificationParameters() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getNotificationResourceData() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getNotificationResourceData() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getNotificationResourceData(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getNotifPreference(String, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets the properties about the specified preference of the given user on the notifications.
getNotifPreferences(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets the notifications preferences of the specified user.
getNow() - Static method in class org.silverpeas.core.util.DateUtil
Gets the current date and hour.
getNString(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNString(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getNumberOfValues() - Method in class org.silverpeas.core.variables.Variable
 
getObject(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObject(int, Class<T>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObject(int, Map<String, Class<?>>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObject(Object) - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getObject(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObject(String, Class<T>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObject(String, Map<String, Class<?>>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getObjectNode() - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
getOembedUrl(String) - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
Gets the oembed url from the full URL of a streaming.
getOffsetTime() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Gets the time of this datetime by taking into account the offset from UTC/Greenwich in the ISO-8601 calendar system.
getOperations() - Method in class org.silverpeas.core.security.authorization.AccessControlContext
Gets the operations performed into the context.
getOperator() - Method in class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine.OperatorFunction
 
getOrCreateToken(EntityReference) - Static method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Gets a token for the specified resource and creates it if it doesn't exist.
getOrderPosition() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the position index of the component against the others into a space.
getOriginalExtraMessage() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getOriginalExtraMessage() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getOriginalFileName() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the name of the file in which is stored the image that was uploaded to be used as a thumbnail of a resource in Silverpeas.
getOriginalStartDate() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the original start date of this occurrence.
getOutputDate(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputDate(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputDateAndHour(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputDateAndHour(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputHour(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputHour(Date, String) - Static method in class org.silverpeas.core.util.DateUtil
 
getOutputStream() - Method in class org.silverpeas.core.importexport.ExportDescriptor
Gets the output stream with which the resources have to be exported.
getPageNumber() - Method in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
The page number.
getParameter(String) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Gets the parameter identified by the specified name.
getParameter(String) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameters
Gets the specified parameter.
getParameters() - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Gets a list of the parameter names from this descriptor.
getParameters() - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
Gets the set of this event resource's parameters.
getParameters() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Gets the parameters to apply to the SQL query.
getParameterValue(String) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the value of component instance parameter.
getParameterValue(String) - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
Gets the value of the specified parameter.
getParent() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getParent() - Method in interface org.silverpeas.core.Instance
Gets the possible parent object from which the instance could be spawn.
getParticipants() - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Gets a list of participants that should be concerned by the events to filter.
getParticipationStatus() - Method in class org.silverpeas.core.calendar.Attendee
The status of the participation of this attendee.
getPassword() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Gets the password that is mapped with the user login.
getPath() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the absolute path of this thumbnail in the file system.
getPeriod() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the period in the calendar of this calendar component.
getPeriod() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the planning of this event in the calendar.
getPeriod() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the period of this occurrence in the calendar.
getPeriod() - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Gets the temporal period covered by this window of time.
getPeriod() - Method in interface org.silverpeas.core.contribution.model.Plannable
Gets the lapse of time on which this object is spanning.
getPeriod() - Method in class org.silverpeas.core.variables.VariableScheduledValue
Gets the period in time during which this variable's value will be active.
getPeriodType() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Gets the type of the period.
getPeriodWithUndefinedIfNull(Date, Date) - Static method in class org.silverpeas.core.date.period.Period
Deprecated.
Initialize a period from given dates (undefined dates are taken into account for null ones).
getPermalink() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getPermalink() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getPermalink() - Method in interface org.silverpeas.core.contribution.model.WithPermanentLink
 
getPermalink(ContributionIdentifier) - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the permalink URI of a resource handled by the component instance and represented by the given contribution identifier.
getPersistedOccurrences() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets all the occurrences linked to this event and explicitly persisted into persistence context.
getPersistenceOperation(Class<T>) - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Gets the current active persistence operation from this context.
getPersistentScheduler() - Static method in class org.silverpeas.core.scheduler.SchedulerProvider
Gets a persistent scheduler from the underlying scheduling backend.
getPersonalById(String) - Method in interface org.silverpeas.core.admin.component.service.SilverpeasComponentInstanceProvider
Gets a personal silverpeas component instance from the specified identifier.
getPersonalWorkSpaceId() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getPK() - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
getPK() - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
getPolicyForDomain(String) - Method in interface org.silverpeas.core.security.authentication.CredentialsChangePolicyProvider
Gets the policy as defined for the specified authentication domain.
getPool() - Static method in class org.silverpeas.core.thread.ManagedThreadPool
Gets a pool of managed threads.
getPossibleReminders() - Static method in class org.silverpeas.core.reminder.ReminderSettings
Gets the list of possible reminders.
getPower() - Method in enum org.silverpeas.core.util.memory.MemoryUnit
 
getPresenceStatus() - Method in class org.silverpeas.core.calendar.Attendee
The status of presence in his participation as it was asked by the calendar event author.
getPrevious() - Method in class org.silverpeas.core.variables.VariableValueSet
Gets the value among the variable's value set that was previously scheduled.
getPriority() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the priority of this calendar component.
getPriority() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the priority of this event.
getPriority() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the priority of this event occurrence.
getPriority() - Method in interface org.silverpeas.core.calendar.Prioritized
Gets the priority of this object.
getPriority() - Method in interface org.silverpeas.core.initialization.Initialization
Gets the priority level of the execution of Initialization.init() method.
getPriority() - Method in class org.silverpeas.core.notification.sse.SseLogger
 
getPriority() - Method in enum org.silverpeas.core.notification.user.client.constant.NotifAction
 
getPrioritySpeed() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getProcessContext() - Method in class org.silverpeas.core.thread.task.AbstractRequestTask
Gets the context given for each request to process.
getProcessName() - Method in class org.silverpeas.core.reminder.Reminder
Gets the name of the process the reminder MUST perform when triggered.
getProperty(String, Object...) - Method in class org.silverpeas.core.calendar.CalendarEventModel
About property CalendarEvent.NEXT_START_DATE_TIME_MODEL_PROPERTY:
If no ZonedDateTime given as first parameter, then the ZonedDateTime.now() is taken into account, otherwise the given ZonedDateTime is used.
The next occurrence start date from the ZonedDateTime instance is returned.
getProperty(String, Object...) - Method in interface org.silverpeas.core.contribution.model.ContributionModel
Gets the value of the specified business property.
getProperty(String, Object...) - Method in class org.silverpeas.core.contribution.model.DefaultContributionModel
 
getPropertyName() - Method in class org.silverpeas.core.persistence.OrderBy
 
getPublicationId() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getReader() - Method in class org.silverpeas.core.importexport.ImportDescriptor
Gets the reader with which the resources have to be imported.
getReason() - Method in class org.silverpeas.core.selection.SelectionContext
Gets the reason of a why a resource has been put into the selection basket.
getReceiverThresholdAfterThatReplaceUserNameListByGroupName() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the receiver threshold after that the user list is replaced by the group name into which the user is associated.
getRecurrence() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the recurrence of this recurring event.
getRecurrence() - Method in interface org.silverpeas.core.calendar.Recurrent
Gets the actual recurrence rules.
getRecurrenceCount() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the number of time the PlannableOnCalendar should occur.
getRecurrenceEndDate() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the end date of the recurrence.
getRef(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getRef(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getReference() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the resource or the contribution in Silverpeas to which this thumbnail is related.
getRegexpDetectionParts() - Method in class org.silverpeas.core.media.streaming.StreamingProvider
Gets all regexp patterns that permits about a full URL of a streaming to indicate if it is one handled by the streaming provider.
getRegistredKey() - Static method in class org.silverpeas.core.notification.message.MessageManager
 
getRenderer() - Method in interface org.silverpeas.core.contribution.model.ContributionContent
Gets the renderer of the content.
getReplacementId() - Method in interface org.silverpeas.core.thread.task.AbstractRequestTask.Request
Gets a replacement identifier.
getReportToLogStatus() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getReportToSenderStatus() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getReportToSenderTargetChannel() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getReportToSenderTargetParam() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getReportToSenderTargetReceipt() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getRequest() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
getRequestQueueLimit() - Method in class org.silverpeas.core.thread.task.AbstractRequestTask
 
getRequestURI() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
Gets the request URI behind the async context.
getRequestURI() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Gets the request URI from which the context has been initialized (HTTP or WEBSOCKET).
getRequestURI() - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
Gets the request URI behind the async context.
getResource() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getResource() - Method in class org.silverpeas.core.selection.SelectionEntry
Gets the selected resource.
getResource(Class<R>) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Gets a reference to the resource this token is for.
getResourceDescription() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResourceEventClass() - Method in class org.silverpeas.core.notification.system.JMSResourceEventListener
Gets the class of the resource events listened by this listener.
getResourceId() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResourceId() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getResourceLocation() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResourceName() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResourcePath() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getResourcePath() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getResourcePath() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets the of the contribution represented by the given identifier.
getResourcePathOf(CalendarEvent) - Method in interface org.silverpeas.core.calendar.CalendarResourcePathProvider
Gets a calendar component path without taking care about right accesses.
getResourcePathOf(CalendarEventOccurrence) - Method in interface org.silverpeas.core.calendar.CalendarResourcePathProvider
Gets a calendar component path without taking care about right accesses.
getResourceType() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResourceUrl() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
getResponse() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
getRight() - Method in class org.silverpeas.core.util.Either
If this Either is a right-object, then returns it, otherwise throws NoSuchElementException.
getRootTableName() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Return the object root table name
getRoundedSizeConverted(MemoryUnit) - Method in class org.silverpeas.core.util.memory.MemoryData
 
getRoundedTimeConverted(TimeUnit) - Method in class org.silverpeas.core.util.time.Duration
Gets the time converted to desired unit.
getRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getRowId(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getRowId(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getRows(String) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(String, int) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(String, int[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(String, int[], String[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(String, String) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(String, String[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRows(ResultSet) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getRule() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the synchronization rule that is applied to this group.
getSaveCount() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
getSaveDate() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the date of the last group save.
getSaveDate() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the date of the last user save.
getSaveDate() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
getScheduledDateTime() - Method in class org.silverpeas.core.reminder.Reminder
Gets the datetime at which this reminder is scheduled.
getScheduledJob(String) - Method in interface org.silverpeas.core.scheduler.Scheduler
Gets detail about the job that was scheduled under the specified name.
getSelectedResources() - Method in class org.silverpeas.core.selection.SelectionBasket
Gets a functional stream on the selected resources this basket contains.
getSender() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message sender
getSender() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getSenderId() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getSenderName() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getSenderName() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getSequence() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the revision sequence number of the calendar component within a sequence of revisions.
getSequence() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the revision sequence number of this calendar event within a sequence of revisions.
getSequence() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the revision sequence number of this event occurrence within a sequence of revisions.
getService(Class<T>, Annotation...) - Static method in class org.silverpeas.core.util.ServiceProvider
Gets an instance of the single implementation matching the specified service type and satisfying the given qualifiers if any.
getService(String) - Static method in class org.silverpeas.core.util.ServiceProvider
Gets an object of the service qualified with the specified name.
getService(String, String) - Static method in class org.silverpeas.core.util.ServiceProvider
Some APIs are defined at a high level and they can be implemented by several transverse or application services.
getSessionCacheAccessor() - Static method in class org.silverpeas.core.cache.service.CacheAccessorProvider
Gets an accessor to a useful cache in relation with a session: after the end of the session, the associated cache is trashed.
getSessionId() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Gets the session identifier linked to the context.
getSessionId() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message session Id
getSessionId() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getSettings() - Static method in class org.silverpeas.core.reminder.ReminderSettings
Gets all the settings about reminder services.
getSharedById(String) - Method in interface org.silverpeas.core.admin.component.service.SilverpeasComponentInstanceProvider
Gets a shared silverpeas component instance from the specified identifier.
getShort(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getShort(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getSilverpeasRolesFor(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the silverpeas role the given user has on the component instance.
BE CAREFUL, the manager role is never returned as it corresponds to a space role.
getSilverpeasRolesFor(User) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasPersonalComponentInstance
 
getSilverpeasSessionId() - Method in class org.silverpeas.core.wbe.WbeUser
Gets identifier of the Silverpeas's session the WBE user is linked to.
getSimpleContent() - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
Gets optional simple content.
getSimpleContents() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getSize() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the size of the document file in the filesystem.
getSize() - Method in class org.silverpeas.core.util.memory.MemoryData
 
getSizeAsLong() - Method in class org.silverpeas.core.util.memory.MemoryData
Gets the size in bytes.
getSizeConverted(MemoryUnit) - Method in class org.silverpeas.core.util.memory.MemoryData
 
getSmallAvatar() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the URL of a smaller version of avatar than the one provided by User.getAvatar() method.
getSource() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message source
getSource() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getSpace() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Get the space of this object
getSpaceId() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Gets the identifier of the space which the component instance belong to.
getSpaceId() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
 
getSqlQuery() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Gets the built SQL query.
getSQLXML(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getSQLXML(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getSseAsyncJobTrigger() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the trigger of SSE communication jobs.
getSseAsyncTimeout() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the timeout of asynchronous context cleanup of SSE communication.
getSseSendMaxThreadPool() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the number of thread used to perform the send of a server event.
getSseStoreEventLifeTime() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets The lifetime of an event stored into memory of SSE communication.
getStartDate() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getStartDate() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
getStartDate() - Method in class org.silverpeas.core.calendar.CalendarTimeWindow
Gets the date at which this window of time starts.
getStartDate() - Method in interface org.silverpeas.core.calendar.Occurrence
The start date or datetime of the occurrence.
getStartDate() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
The start date or datetime of the plannable object.
getStartDate() - Method in class org.silverpeas.core.calendar.Recurrence
Gets the start date of the period over which this recurrence is played.
getStartDate() - Method in class org.silverpeas.core.date.Period
Gets the inclusive temporal start date of this period of time.
getStartDate() - Method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Gets the date at which the trigger's scheduling should start.
getState() - Method in interface org.silverpeas.core.admin.user.model.Group
Please use Group.isValidState() to retrieve group validity information.
getState() - Method in interface org.silverpeas.core.admin.user.model.User
Please use User.isValidState() to retrieve user validity information.
getStatement() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getStateSaveDate() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the last date of the last state save.
getStateSaveDate() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the last date of the last user save.
getStatus() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the current status filled by the user itself.
getStatus() - Method in class org.silverpeas.core.persistence.Transaction
Gets the current status of this transaction.
getStatus() - Method in class org.silverpeas.core.security.authentication.AuthenticationResponse
Gets the status of the authentication result.
getStoreDiscriminator() - Method in interface org.silverpeas.core.notification.sse.behavior.StoreLastOnly
Gets the discriminator used into the store to detect same event instances.
getStrictTransportSecurityExpirationTime() - Static method in class org.silverpeas.core.util.security.SecuritySettings
How many seconds the client must memorize Silverpeas has to be accessed only by HTTPS.
getString(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getString(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getSubGroups() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the direct subgroups of this user group.
getSubtype() - Method in class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEvent
Gets the subtype of the transition type.
getSubType() - Method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEvent
 
getSuperGroupId() - Method in interface org.silverpeas.core.admin.user.model.Group
Get the father group id
getSupportedLanguages() - Method in interface org.silverpeas.core.i18n.I18n
Gets the languages that are supported by the platform and from which users can choose their preferred one.
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigDecimalParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigIntegerParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBinaryParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBooleanParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlDateParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlEnumParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlIntegerParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlLongParamSetter
 
getSupportedTypes() - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTextSetter
 
getSupportedTypes() - Method in interface org.silverpeas.core.persistence.jdbc.sql.setters.SqlTypedParameterSetter
Specifies the concrete types of the parameter this setter supports.
getSureString(String) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
getSureString(String) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
getSynchronizationDateLimit() - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Gets the datetime before which all the last synchronization date of events should be.
getSynchronizedCalendars() - Static method in class org.silverpeas.core.calendar.Calendar
Gets all the synchronized calendars in Silverpeas.
getSystemUser() - Static method in interface org.silverpeas.core.admin.user.model.User
Gets the system user of Silverpeas.
getSystemUser() - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets the system user in Silverpeas.
getTableName() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Get the database table name where the object is stored
getTableName(String, String) - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Get the database table name where the object is stored rootTableName (ex : ED1KmeliaPublication)
getTargetChannel() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getTargetName() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getTargetParam() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getTargetReceipt() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
getTemplateContents() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getTemplateMessageFooter(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getTemporalType() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.TemporalNamedParameter
 
getText() - Method in class org.silverpeas.core.reminder.Reminder
Gets the reminder text.
getTextAreaLength() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
getTextFieldLength() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
getThreadCacheAccessor() - Static method in class org.silverpeas.core.cache.service.CacheAccessorProvider
Gets a useful volatile cache: after the end of the current thread execution, the associated cache is trashed.
getThumbnail() - Method in interface org.silverpeas.core.contribution.model.WithThumbnail
The thumbnail of the underlying resource or contribution in Silverpeas.
getTime() - Method in class org.silverpeas.core.util.time.Duration
Gets the time in milliseconds.
getTime(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTime(int, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTime(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTime(String, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTimeAsLong() - Method in class org.silverpeas.core.util.time.Duration
Gets the time in milliseconds.
getTimeConverted(TimeUnit) - Method in class org.silverpeas.core.util.time.Duration
Gets the time converted to desired unit.
getTimeDataTo(T) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
getTimeDataTo(T) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Compute the time between the temporal instance and another one.
getTimeInterval() - Method in class org.silverpeas.core.scheduler.trigger.FixedPeriodJobTrigger
Gets the interval in time between two job triggerings.
getTimeIntervalInMillis() - Method in class org.silverpeas.core.scheduler.trigger.FixedPeriodJobTrigger
Gets the interval in milliseconds between two job triggerings.
getTimeout() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
getTimestamp(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTimestamp(int, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTimestamp(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTimestamp(String, Calendar) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getTimeUnit() - Method in class org.silverpeas.core.reminder.DurationReminder
Gets the unit of time the duration is expressed.
getTimeUnit() - Method in class org.silverpeas.core.scheduler.trigger.FixedPeriodJobTrigger
Gets the unit of the interval of time between two job triggerings.
getTimeWindowBetween(LocalDate, LocalDate) - Static method in class org.silverpeas.core.calendar.Calendar
Gets a calendar window of time defined between the two specified dates and from which the events occurring in the given period can be requested.
getTimeZone() - Method in class org.silverpeas.core.date.Date
Deprecated.
The time zone has no meaning for a date.
getTimeZone() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
getTimeZone() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
The time zone has no meaning for a date.
getTimeZone() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets the time zone for which this temporal is defined.
getTitle() - Method in class org.silverpeas.core.calendar.Calendar
Gets the title of the calendar.
getTitle() - Method in class org.silverpeas.core.calendar.CalendarComponent
Gets the title of this calendar component.
getTitle() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
getTitle() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the title of this event occurrence.
getTitle() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Gets the title of this plannable object.
getTitle() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the title of the document.
getTitle() - Method in interface org.silverpeas.core.contribution.model.Contribution
Gets the title of this contribution if any.
getTitle() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message title
getTitle() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
getTitle() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
getTitle(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
getToken() - Method in class org.silverpeas.core.calendar.Calendar
Gets the token associated to the calendar.
getToken() - Method in class org.silverpeas.core.security.authentication.AuthenticationResponse
Gets the token that identifies uniquely the authenticated user.
getToken(String) - Static method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Gets a the token from the specified value.
getTotalNbUsers() - Method in interface org.silverpeas.core.admin.user.model.Group
Gets the total number of users in this group and in its subgroups.
getTransaction() - Static method in class org.silverpeas.core.persistence.Transaction
Gets a transaction instance in order to perform some transactional tasks.
getTransaction() - Static method in class org.silverpeas.core.persistence.TransactionProvider
 
getTransactionStatus() - Static method in class org.silverpeas.core.persistence.Transaction
Gets the status of the transaction currently in the current thread.
getTransition() - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
 
getTransition() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Gets the state transition implying by a change on the resource.
getTranslation(String) - Method in interface org.silverpeas.core.i18n.LocalizedResource
 
getTranslation(String) - Method in interface org.silverpeas.core.i18n.Translatable
Gets a translation in the specified language about some textual properties of the object.
getType() - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Gets the type of the contribution.
getType() - Method in class org.silverpeas.core.notification.message.ErrorMessage
 
getType() - Method in class org.silverpeas.core.notification.message.InfoMessage
 
getType() - Method in interface org.silverpeas.core.notification.message.Message
Gets the type of the message.
getType() - Method in class org.silverpeas.core.notification.message.SevereMessage
 
getType() - Method in class org.silverpeas.core.notification.message.SuccessMessage
 
getType() - Method in class org.silverpeas.core.notification.message.WarningMessage
 
getType() - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
 
getType() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Gets the type of the event.
getType() - Method in class org.silverpeas.core.persistence.EntityReference
Gets the name of the entity type referred by this reference.
getType() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getType() - Method in class org.silverpeas.core.scheduler.SchedulerEvent
This method returns the event type
getType() - Method in class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
getType(Class) - Static method in class org.silverpeas.core.persistence.EntityReference
Extracts automatically the type from a Class.
getType(String) - Static method in class org.silverpeas.core.persistence.EntityReference
Extracts automatically the type from a simple name of Class.
getUiMessageTitleByType() - Method in class org.silverpeas.core.contribution.model.ContributionLocalizationBundle
Gets the title of the contribution, according to its type, for UI messages.
getUiMessageTitleByTypeAndProperty(String) - Method in class org.silverpeas.core.contribution.model.ContributionLocalizationBundle
Gets the title of the contribution, according to its type and a property, for UI messages.
getUnicodeStream(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getUnicodeStream(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getUniqueId() - Method in class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
The unique identifier of the request.
getUniqueId() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
Returns a new unique identifier of type string.
getUniqueRow(String) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query with no parameters.
getUniqueRow(String, int) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query and id.
getUniqueRow(String, int[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query and int[] ids.
getUniqueRow(String, int[], String[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query, int[] ids and String[] params.
getUniqueRow(String, String) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query and String parameter.
getUniqueRow(String, String[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Returns the unique row referenced by the given query and String[] params.
getUniqueRow(ResultSet) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
getUnit() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Gets the unit of time of the interval.
getURL() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Gets the URL of the thumbnail in Silverpeas in order to be rendered in the Web client.
getURL(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getURL(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getUsage() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getUser() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasPersonalComponentInstance
Gets the user associated to the personal component instance.
getUser() - Method in class org.silverpeas.core.calendar.InternalAttendee
Gets the user in Silverpeas that is behind this attendee.
getUser() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Gets the user identifier linked to the context.
getUser() - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Gets the user behind the operation.
getUser() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getUser() - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Gets the user which as opened to session.
getUser() - Method in class org.silverpeas.core.wbe.WbeEdition
Gets the WBE user which is editing the file.
getUser() - Method in class org.silverpeas.core.wbe.WbeUser
 
getUser(String) - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets a user from the specified identifier.
getUser(SimpleCache) - Method in class org.silverpeas.core.cache.service.SessionCacheAccessor
Gets the user for whom the specified session cache has been created.
getUserByAuthToken(String) - Method in interface org.silverpeas.core.security.authentication.Authentication
Gets the user that was previously authenticated and that is identified by the specified authentication token.
getUserByLoginAndDomainId(String, String) - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets a user from his login and from the domain he belongs to.
getUserByToken(String) - Method in interface org.silverpeas.core.admin.user.service.UserProvider
Gets a user from his unique API token.
getUserId() - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
getUserId() - Method in class org.silverpeas.core.notification.user.client.UserRecipient
 
getUserId() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
getUserId() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
getUserId() - Method in class org.silverpeas.core.reminder.Reminder
Gets the unique identifier of the user against which this reminder is aimed.
getUserIds() - Method in interface org.silverpeas.core.admin.user.model.Group
Get the list of users in the group
getUserManualNotificationRecipientLimit() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the maximum number of recipient for manual user notification.
getUserManualNotificationUserReceiverLimitValue() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the maximum user receivers the user can notify manually.
getUserNotificationDesktopIconUrl() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the icon url of desktop user notification.
getUserPreferences() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the preferences of this user.
getUserRecipients() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message user recipients
getUserRecipientsToExclude() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get message user recipients to exclude
getUserRoles(String, T, AccessControlContext) - Method in interface org.silverpeas.core.security.authorization.AccessController
Gets the user roles about the aimed object and by taking in account the context of the access.
getUserSettings(String) - Method in interface org.silverpeas.core.personalization.service.PersonalizationService
 
getUsersFromGroup(String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Gets all the notification recipients that are members of the specified user group.
getValue() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.EnumCollectionNamedParameter
 
getValue() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.EnumNamedParameter
 
getValue() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameter
 
getValue() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.ObjectNamedParameter
 
getValue() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.TemporalNamedParameter
 
getValue() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
getValue() - Method in interface org.silverpeas.core.security.token.Token
Gets the String representation of this token.
getValue() - Method in class org.silverpeas.core.variables.VariableScheduledValue
Gets the embedded value of this scheduled value.
getValueForHTML() - Method in class org.silverpeas.core.variables.VariableScheduledValue
Gets the value formatted in HTML.
getVariable() - Method in class org.silverpeas.core.variables.VariableScheduledValue
Gets the variable this scheduled value belongs to.
getVariableValues() - Method in class org.silverpeas.core.variables.Variable
Gets all the values that are scheduled for this variable.
getVersion() - Method in interface org.silverpeas.core.admin.user.model.User
Gets the version of the user data.
getVersion() - Method in interface org.silverpeas.core.contribution.model.Attachment
Gets the version of the document.
getVersion() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Gets the version of the entity (in the persistence context).
getVersion() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Gets the version of this entity.
getViewPage(ContributionIdentifier) - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the view page URI of a resource handled by the component instance and represented by the given contribution identifier.
getVisibilityLevel() - Method in class org.silverpeas.core.calendar.CalendarEvent
Gets the visibility level of this event.
getVisibilityLevel() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Gets the level of visibility of this event occurrence.
getVolatileScheduler() - Static method in class org.silverpeas.core.scheduler.SchedulerProvider
Gets a volatile scheduler from the underlying scheduling backend.
getWarnings() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
getWebResourceUriBuilder() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
Gets the URI builder of WEB resource provided by the component instance.
getWebSocketSendTimeout() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the send timeout of WebSocket.
getWriter() - Method in class org.silverpeas.core.importexport.ExportDescriptor
Gets the writer with which the resources have to be exported.
getZoneId() - Method in class org.silverpeas.core.calendar.Calendar
Gets the identifier of the location zone the calendar belongs to.
getZoneId() - Method in class org.silverpeas.core.personalization.UserPreferences
 
getZoneIds() - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Returns all zone identifiers available for user interface
GOOGLE - org.silverpeas.core.admin.domain.DomainType
 
Group - Interface in org.silverpeas.core.admin.user.model
A group of users in Silverpeas.
groupBy(String...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Group the result of the query by the specified columns.
GroupProvider - Interface in org.silverpeas.core.admin.user.service
In charge of providing groups.
GroupRecipient - Class in org.silverpeas.core.notification.user.client
 
GroupRecipient(String) - Constructor for class org.silverpeas.core.notification.user.client.GroupRecipient
 
GroupRecipient(Group) - Constructor for class org.silverpeas.core.notification.user.client.GroupRecipient
 
groups() - Method in annotation type org.silverpeas.core.annotation.constraint.DateRange
 
groups() - Method in annotation type org.silverpeas.core.persistence.datasource.constraint.OnlyByCreator
 
GroupState - Enum in org.silverpeas.core.admin.user.constant
The state of the group in Silverpeas.
GUEST - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is guest in the platform.

H

hasBeenModified() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Indicates if the entity has been modified at least one time.
hasBeenModified() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
hasBeenRemotelyAuthenticated() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Is this credential comes from an external authentication mechanism?
hashCode() - Method in class org.silverpeas.core.BasicIdentifier
 
hashCode() - Method in class org.silverpeas.core.calendar.AttendeeSet
 
hashCode() - Method in class org.silverpeas.core.calendar.AttributeSet
 
hashCode() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
hashCode() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
hashCode() - Method in class org.silverpeas.core.calendar.CategorySet
 
hashCode() - Method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
 
hashCode() - Method in class org.silverpeas.core.calendar.Recurrence
 
hashCode() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
 
hashCode() - Method in class org.silverpeas.core.contribution.model.ContributionIdentifier
 
hashCode() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
 
hashCode() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
hashCode() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
hashCode() - Method in class org.silverpeas.core.date.Period
 
hashCode() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
hashCode() - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
 
hashCode() - Method in class org.silverpeas.core.media.streaming.StreamingProvider
 
hashCode() - Method in class org.silverpeas.core.notification.message.AbstractMessage
 
hashCode() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
hashCode() - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
 
hashCode() - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
 
hashCode() - Method in class org.silverpeas.core.notification.system.StateTransition
 
hashCode() - Method in class org.silverpeas.core.notification.user.client.GroupRecipient
 
hashCode() - Method in class org.silverpeas.core.notification.user.client.UserRecipient
 
hashCode() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
hashCode() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
hashCode() - Method in class org.silverpeas.core.notification.user.NotificationContext
 
hashCode() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
 
hashCode() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
hashCode() - Method in class org.silverpeas.core.persistence.EntityReference
 
hashCode() - Method in class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
hashCode() - Method in class org.silverpeas.core.personalization.UserPreferences
 
hashCode() - Method in class org.silverpeas.core.reminder.DateTimeReminder
 
hashCode() - Method in class org.silverpeas.core.reminder.DurationReminder
 
hashCode() - Method in class org.silverpeas.core.reminder.Reminder
 
hashCode() - Method in class org.silverpeas.core.reminder.ReminderIdentifier
 
hashCode() - Method in class org.silverpeas.core.ResourceReference
Gets the hash code of this reference.
hashCode() - Method in class org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
 
hashCode() - Method in class org.silverpeas.core.selection.SelectionContext
 
hashCode() - Method in class org.silverpeas.core.selection.SelectionEntry
 
hashCode() - Method in class org.silverpeas.core.util.ListSlice
 
hashCode() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
hashCode() - Method in class org.silverpeas.core.util.time.DurationConversionBoardKey
 
hashCode() - Method in class org.silverpeas.core.variables.Variable
 
hashCode() - Method in class org.silverpeas.core.variables.VariableScheduledValue
 
hashCode() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Returns a hash code for the key
hasOriginalRequestAndResponse() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
hasUserSpaceManagementAuthorization(String, String) - Method in interface org.silverpeas.core.security.authorization.SpaceAccessControl
Checks if the specified user may manage the specified space represented by its identifier.
hasUserSpaceManagementAuthorization(String, String, AccessControlContext) - Method in interface org.silverpeas.core.security.authorization.SpaceAccessControl
Checks if the specified user may manage the specified space represented by its identifier.
hasWaitingFor() - Method in interface org.silverpeas.core.notification.sse.behavior.SendEveryAmountOfTime
Indicates of the ServerEvent has already been waiting for send.
HIDE_PRIVATE_DATA - Static variable in interface org.silverpeas.core.calendar.icalendar.ICalendarExporter
 
HIGH - org.silverpeas.core.calendar.Priority
A high priority means the PlannableOnCalendar is a priority.
HOUR - org.silverpeas.core.date.TimeUnit
Time unit representing one hour.
HOUR - org.silverpeas.core.scheduler.trigger.TimeUnit
The hour.
HtmlSanitizer - Interface in org.silverpeas.core.security.html
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.
htmlStringToJavaString(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Convert a html string to a java string.

I

I18n - Interface in org.silverpeas.core.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 - Interface in org.silverpeas.core.contribution.model
An internationalized contribution.
IBM437 - Static variable in class org.silverpeas.core.util.Charsets
IBM437.
ICAL_PATTERN - Static variable in interface org.silverpeas.core.date.Temporal
Deprecated.
The pattern for the iCal date representation in the current time zone of the temporal.
ICAL_UTC_PATTERN - Static variable in interface org.silverpeas.core.date.Temporal
Deprecated.
The pattern for the iCal date representation in UTC.
ICalendarEventImportProcessor - Class in org.silverpeas.core.calendar
A processor of importation of events from an iCalendar source into the Silverpeas Calendar Engine.
ICalendarEventImportProcessor() - Constructor for class org.silverpeas.core.calendar.ICalendarEventImportProcessor
 
ICalendarEventSynchronization - Class in org.silverpeas.core.calendar
A processor of synchronization of calendar events from a remote calendar into the Silverpeas Calendar Engine.
ICalendarEventSynchronization.CalendarBatchSynchronizationErrorEvent - Class in org.silverpeas.core.calendar
Event notified on a synchronization error by batch.
ICalendarExporter - Interface in org.silverpeas.core.calendar.icalendar
An exporter of a stream of calendar events into an output stream of an iCalendar text.
ICalendarImporter - Interface in org.silverpeas.core.calendar.icalendar
An importer of an input stream of iCalendar text into a stream of calendar events.
ICalendarImportResult - Class in org.silverpeas.core.calendar
Result of an import processing of calendar events into Silverpeas.
ICalendarImportResult() - Constructor for class org.silverpeas.core.calendar.ICalendarImportResult
 
id - Variable in class org.silverpeas.core.WAPrimaryKey
Deprecated.
The row id in the table defined by getTableName()
id() - Method in class org.silverpeas.core.wbe.WbeFile
A File ID is a string that represents a file being operated on via WBE operations.
id() - Method in class org.silverpeas.core.wbe.WbeFileLock
Gets the identifier of the lock if any.
Identifiable - Interface in org.silverpeas.core
An object in Silverpeas that is identifiable by a unique identifier encoded as a String.
IdentifiableEntity - Interface in org.silverpeas.core.persistence.datasource.model
An identifiable entity is a serializable business entity that is uniquely identifiable over the time and over different runtime.
identifiedBy(String, String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets explicitly the identifier of this event.
IdPK - Class in org.silverpeas.core.persistence.jdbc.bean
 
IdPK() - Constructor for class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
IdPK(int) - Constructor for class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
IdPK(String) - Constructor for class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
IdPK(String, WAPrimaryKey) - Constructor for class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
ifLeftOrRight(Consumer<? super T>, Consumer<? super U>) - Method in class org.silverpeas.core.util.Either
Applies one of the specified consumers according to the nature of this Either: apply leftConsumer if it is a left-object or apply rightConsumer if it is a right-object.
ifMatches(Predicate<Attendee>, Consumer<Attendee>, Consumer<Attendee>) - Method in class org.silverpeas.core.calendar.Attendee
 
ignoreRealOriginalSize() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery.Configuration
 
IgnoreStoring - Interface in org.silverpeas.core.notification.sse.behavior
If an event implements this interface, it will not be stored into the store handled by ServerEventDispatcherTask in charge of dispatching all ServerEvent.
IMPORT - org.silverpeas.core.persistence.datasource.OperationContext.State
 
ImportDescriptor - Class in org.silverpeas.core.importexport
It represents a descriptor about the import of resources from a reader or an input stream.
ImportDescriptor() - Constructor for class org.silverpeas.core.importexport.ImportDescriptor
 
Importer<T> - Interface in org.silverpeas.core.importexport
An importer of a resource encoded into a format of a given MIME type.
ImportException - Exception in org.silverpeas.core.importexport
Exception thrown when the import of a Silverpeas resource failed.
ImportException(String) - Constructor for exception org.silverpeas.core.importexport.ImportException
Constructs a new ImportException with the specified message.
ImportException(String, Throwable) - Constructor for exception org.silverpeas.core.importexport.ImportException
Constructs a new ImportException with the specified message and cause.
ImportException(Throwable) - Constructor for exception org.silverpeas.core.importexport.ImportException
Constructs a new ImportException by specifying the cause.
ImportExportDescriptor - Class in org.silverpeas.core.importexport
An import-export descriptor is an object that provides useful information to exporters and importers for performing their tasks.
ImportExportDescriptor() - Constructor for class org.silverpeas.core.importexport.ImportExportDescriptor
 
importInto(Calendar, InputStream) - Method in class org.silverpeas.core.calendar.ICalendarEventImportProcessor
Imports into the specified calendar in Silverpeas the events encoded in the iCalendar format coming from the specified input stream.
importInto(Calendar, Reader) - Method in class org.silverpeas.core.calendar.ICalendarEventImportProcessor
Imports into the specified calendar in Silverpeas the events encoded in the iCalendar format coming from the specified io reader.
importInto(Calendar, ImportDescriptor) - Method in class org.silverpeas.core.calendar.ICalendarEventImportProcessor
Imports into the specified calendar in Silverpeas the events encoded in the iCalendar format with the specified descriptor of import.
imports(ImportDescriptor, Consumer<Stream<Pair<CalendarEvent, List<CalendarEventOccurrence>>>>) - Method in interface org.silverpeas.core.calendar.icalendar.ICalendarImporter
Imports the events serialized in the iCal format from the input stream provided by the descriptor and passes the import stream to the specified consumer.
imports(ImportDescriptor, Consumer<T>) - Method in interface org.silverpeas.core.importexport.Importer
Imports a resource of Silverpeas serialized into a specific format of a given MIME type from either the reader or the input stream provided by the specified descriptor.
in(Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to build easily a SQL in clause.
in(LocalDate) - Method in class org.silverpeas.core.calendar.Calendar
Gets a window of time on this calendar defined by the specified period.
in(Year) - Method in class org.silverpeas.core.calendar.Calendar
Gets a window of time on this calendar defined by the specified period.
in(YearMonth) - Method in class org.silverpeas.core.calendar.Calendar
Gets a window of time on this calendar defined by the specified period.
in(Collection<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to build easily a SQL in clause.
includes(Temporal) - Method in class org.silverpeas.core.date.Period
Is this period including the specified temporal?
indefinite() - Static method in class org.silverpeas.core.date.Period
Creates an indefinite period of time.
indexOf(Object) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
indexOf(List<T>, Predicate<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Finds the first index in the given List which matches the given predicate.
indexOf(List<T>, Predicate<T>, int) - Static method in class org.silverpeas.core.util.CollectionUtil
Finds the first index in the given List which matches the given predicate.
info - org.silverpeas.core.notification.message.MessageType
 
InfoMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
InfoMessage(String) - Constructor for class org.silverpeas.core.notification.message.InfoMessage
 
INFORMATIVE - org.silverpeas.core.calendar.Attendee.PresenceStatus
The attendee is just referred for information purpose only.
init() - Method in class org.silverpeas.core.calendar.ICalendarEventSynchronization
 
init() - Method in interface org.silverpeas.core.initialization.Initialization
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.
init() - Method in class org.silverpeas.core.notification.sse.SseLogger
 
init() - Static method in class org.silverpeas.core.security.authorization.AccessControlContext
Gets an initialized instance of access control context.
Initialization - Interface in org.silverpeas.core.initialization
This is a markup interface.
initialize() - Static method in class org.silverpeas.core.notification.message.MessageManager
 
initialize(DateRange) - Method in class org.silverpeas.core.annotation.constraint.DateRangeValidator
 
initialize(OnlyByCreator) - Method in class org.silverpeas.core.persistence.datasource.constraint.OnlyByCreatorValidator
 
initialize(EntityReference) - Method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
Initializes the token of the resource referred by the specified EntityReference.
initializesWith(NotificationContext) - Method in interface org.silverpeas.core.notification.user.ComponentInstanceManualUserNotification
Initializes a UserNotification object with the specified notification context.
inLocation(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Specifies a location where this event will occur.
inMilliSeconds() - Method in enum org.silverpeas.core.scheduler.trigger.TimeUnit
How many milliseconds this unit of time is made.
inMimeType(String) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Sets a MIME type for the serialized resource to export or to import.
insertInto(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to insert one or more items in the specified table.
insertRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
insertRow(String, T) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
instance() - Method in class org.silverpeas.core.calendar.OperationResult
Gets the optional updated instance of a planned object.
Instance<T> - Interface in org.silverpeas.core
An object satisfying this interface means that it COULD be born from an other object (so the parent).
InstantAttributeConverter - Class in org.silverpeas.core.persistence.datasource.model.jpa
A converter of Instant and Timestamp to take into account Instant.MIN and Instant.MAX as a workaround of the Hibernate limitation with the Java Time API: bug HHH-13482
InstantAttributeConverter() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.InstantAttributeConverter
 
InternalAttendee - Class in org.silverpeas.core.calendar
An attendee that is a user in Silverpeas.
InternalAttendee() - Constructor for class org.silverpeas.core.calendar.InternalAttendee
Constructs an empty internal attendee.
intersection(Collection<T>, Collection<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an intersection between both of the given collections.
The result contains unique values.
intersection(Collection<T>, Collection<T>, Function<T, Object>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an intersection between both of the given collections.
The result contains unique values.
intersection(List<T>, List<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an intersection between both of the given lists.
The result contains unique values.
intersection(List<T>, List<T>, Function<T, Object>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an intersection between both of the given lists.
The result contains unique values.
inTimeZone(TimeZone) - Method in class org.silverpeas.core.date.Date
Deprecated.
The time zone for a date has no meaning.
inTimeZone(TimeZone) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
inTimeZone(TimeZone) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
The time zone for a period has no meaning.
inTimeZone(TimeZone) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Sets the time zone this temporal is defined for.
invoke(Runnable...) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Runnable instances into a managed thread.
Each Runnable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invoke(Callable<V>) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Callable instance into a managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invoke(Callable<V>, ManagedThreadPool.ExecutionConfig) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Callable instance into a managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invoke(List<? extends Callable<V>>) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Callable instances into managed threads.
Each Callable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invoke(List<? extends Callable<V>>, ManagedThreadPool.ExecutionConfig) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Callable instances into managed threads.
Each Callable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
A difference with invoking Runnable instances is that if a timeout is set the caller will get back the hand after the successful execution of all threads or after the timeout, but never before.
invokeAndAwaitTermination(Runnable...) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Runnable instances into a managed thread and waiting for the end of execution of all of it.
Each Runnable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invokeAndAwaitTermination(List<? extends Runnable>) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Runnable instances into a managed thread and waiting for the end of execution of all of it.
Each Runnable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invokeAndAwaitTermination(List<? extends Runnable>, ManagedThreadPool.ExecutionConfig) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given Runnable instances into a managed thread and waiting for the end of execution of all of it.
Each Runnable instance will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
invokeAndAwaitTermination(Stream<? extends Runnable>, ManagedThreadPool.ExecutionConfig) - Method in class org.silverpeas.core.thread.ManagedThreadPool
Invokes the given stream of Runnable instances into a managed thread and waiting for the end of execution of all of it.
Each Runnable instance in the stream will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
isAccepted() - Method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
 
isAccessAdmin() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has admin access on the platform.
isAccessDomainManager() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has domain manager access on the platform.
isAccessGuest() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has guest access on the platform.
isAccessPdcManager() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has PDC manager access on the platform.
isAccessUnknown() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has unknown access on the platform.
isAccessUser() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has user access on the platform.
isActivatedState() - Method in interface org.silverpeas.core.admin.user.model.User
This method indicates if the user is activated.
isActivatedStateFor(String) - Static method in interface org.silverpeas.core.admin.user.model.User
 
isActive() - Method in class org.silverpeas.core.persistence.Transaction
 
isAddressDefinedByComponent() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
isAfter(Date) - Method in class org.silverpeas.core.date.Date
Deprecated.
 
isAfter(Date) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Is the date in this datetime after the specified date.
isAfter(DateTime) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
isAfter(T) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Is this temporal strictly after in time the specified another one?
isAfterLast() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isAnonymous() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user is an anonymous one.
isAnonymous() - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Is this session an anonymous one?
isAnswerAllowed() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Get answer allowed
isAnswerAllowed() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
isAnswerAllowed() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
isAsc() - Method in class org.silverpeas.core.persistence.OrderBy
 
isAttendeeIn(CalendarComponent) - Method in class org.silverpeas.core.calendar.Attendee
Is this attendee participates in the specified calendar component?
isAwaiting() - Method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
 
isBefore(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Is this occurrence actually occurs before the specified occurrence?
isBefore(Date) - Method in class org.silverpeas.core.date.Date
Deprecated.
 
isBefore(Date) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Is the date in this datetime before the specified date.
isBefore(DateTime) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
isBefore(T) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Is this temporal strictly before in time the specified another one?
isBeforeFirst() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isBeginDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
This method is a shortcut of Period.isDefined() call on Period.getBeginDatable().
isBeginNotDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
This method is a shortcut of Period.isNotDefined() call on Period.getBeginDatable().
isBin() - Method in interface org.silverpeas.core.contribution.model.Folder
Is this folder a dedicated one for removed contributions?
isBlanked() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user was blanked after its deletion.
isBlockedState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user blocked state.
isCheckPreviousAsyncContextEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if previous sse context opened with same session id MUST be checked.
isChild() - Method in interface org.silverpeas.core.contribution.model.Folder
Is this folder a child of another folder?
isClosed() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isComplete() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
isComponentInstanceDefined() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
isComponentInstanceLabelInNotificationSource() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Is the component instance label should be set in the source of a notification when this property isn't set explicitly.
isComponentTemplateExist(String, String) - Static method in class org.silverpeas.core.template.SilverpeasStringTemplateUtil
Is the specified template exists in the component templates home directory.
isConcerned(String, User) - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Indicates if the given receiver (behind the session) is concerned by the event.
isConnected() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user is currently connected to Silverpeas.
isContributionLocatorOfType(String) - Method in class org.silverpeas.core.calendar.CalendarContributionLocator
 
isContributionLocatorOfType(String) - Method in interface org.silverpeas.core.contribution.ContributionLocatorByLocalIdAndType
Indicates if the implementation is able to locate a contribution of the given type.
isCopy() - Method in enum org.silverpeas.core.ActionType
 
isCreate() - Method in enum org.silverpeas.core.ActionType
 
isCropped() - Method in interface org.silverpeas.core.contribution.model.Thumbnail
Is this thumbnail has been cropped?
isCustomTemplateExists(String, String) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
isCustomTemplateExists(String, String) - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
isDaily() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Is the frequency is daily?
isDateBased() - Method in enum org.silverpeas.core.date.TimeUnit
 
isDay() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
isDeactivatedState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user deactivated state.
isDeclined() - Method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
 
isDefined() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
isDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Indicates if one of begin date or end date is defined.
isDefined() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Indicates is the date is different from DateUtil.MINIMUM_DATE or DateUtil.MAXIMUM_DATE.
isDefined() - Method in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
Is this pagination criterion defined.
isDefined() - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Is this session defined?
isDefined() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
isDefined() - Method in interface org.silverpeas.core.security.token.Token
Is this token defined?
isDelegated() - Method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
 
isDelete() - Method in enum org.silverpeas.core.ActionType
 
isDeletedState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user deletion state.
isDisplayingReceiversInNotificationMessageEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the feature of displaying receivers in the notification message is enabled.
isDisplayingUserNameListInsteadOfGroupEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if group name must be displayed instead of user names of group.
isDomainAdminRestricted() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user has admin account and is restricted to access the resource in its own domain only.
isDomainRestricted() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the user is restricted to access the resource in its own domain only.
isDownloadActionFrom(Collection<AccessControlOperation>) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Indicates if it exists a download action from the given collection.
isDragAndDropEnabled() - Method in class org.silverpeas.core.personalization.UserPreferences
 
isDurationEstimated() - Method in enum org.silverpeas.core.date.TimeUnit
 
isEmpty() - Method in class org.silverpeas.core.calendar.AttendeeSet
Is there any attendees in this calendar component?
isEmpty() - Method in class org.silverpeas.core.calendar.AttributeSet
Is this set of attributes empty?
isEmpty() - Method in class org.silverpeas.core.calendar.Calendar
Is this calendar empty of event?
isEmpty() - Method in class org.silverpeas.core.calendar.CategorySet
Is there is no any categories set for a PlannableOnCalendar?
isEmpty() - Method in class org.silverpeas.core.calendar.ICalendarImportResult
Is there any result about the import process?
isEmpty() - Method in class org.silverpeas.core.calendar.OperationResult
Is this operation result empty?
isEmpty() - Method in interface org.silverpeas.core.contribution.model.ContributionContent
Does the content is empty?
isEmpty() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
 
isEmpty() - Method in class org.silverpeas.core.selection.SelectionBasket
Is the basket empty?
isEmpty() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
isEmpty() - Method in class org.silverpeas.core.variables.VariableValueSet
Is this variable's value set empty?
isEmpty(Collection<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Checks if the given collection is not instanced or empty
isEnabled() - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
Is this listener enabled?
isEnabled() - Method in interface org.silverpeas.core.wbe.WbeClientManager
Indicates if the WBE edition is enabled.
isEnabled() - Method in interface org.silverpeas.core.wbe.WbeHostManager
Indicates if the Web Browser Edition is enabled.
isEndDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
This method is a shortcut of Period.isDefined() call on Period.getEndDatable().
isEndless() - Method in class org.silverpeas.core.calendar.Recurrence
Is this recurrence endless?
isEndNotDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
This method is a shortcut of Period.isNotDefined() call on Period.getEndDatable().
isEqualTo(Date) - Method in class org.silverpeas.core.date.Date
Deprecated.
 
isEqualTo(Date) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Is the date in this datetime equal to the specified date.
isEqualTo(DateTime) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
isEqualTo(T) - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Is this temporal equal in time to the specified another one?
isExceptionThrown() - Method in class org.silverpeas.core.scheduler.SchedulerEvent
Is an exception thrown during a job execution?
isExpiredState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user expiration state.
isExternal() - Method in class org.silverpeas.core.calendar.CalendarEvent
Indicates if the event is coming from another platform than Silverpeas.
isFeminineGender() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
isFeminineGenderResource() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
Is the linked NotificationResourceData a about a feminine gender resource or masculine one ?
isFirst() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isFromUserIdDefined() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
isFullyDefined() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if the mandatory user data are defined.
isGreaterThan(SilverpeasRole) - Method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Indicates if a role is greater than an other one.
isGreaterThanOrEquals(SilverpeasRole) - Method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Indicates if a role is greater than or equals an other one.
isGroupAuthorized(String, T) - Method in interface org.silverpeas.core.security.authorization.AccessController
Is the specified group authorized to access the given object with at least read privileges?
isHandled(WbeFile) - Method in interface org.silverpeas.core.wbe.WbeClientManager
Indicates if given WbeFile is handled by WBE client.
isHandled(WbeFile) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Indicates if given WbeFile is handled by WBE client.
isHidden() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is hidden.
isHourly() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Is the frequency is hourly?
isInDays() - Method in class org.silverpeas.core.date.Period
Is this period in days?
isIndefinite() - Method in class org.silverpeas.core.date.Period
Is this period an indefinite one?
isIndexable() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
isIndexable() - Method in interface org.silverpeas.core.contribution.model.Contribution
Is this contribution indexable?
isInError() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Is the authentication is in error?
isInformative() - Method in enum org.silverpeas.core.calendar.Attendee.PresenceStatus
 
isInRole(String...) - Method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Is the specified role names are a predefined SilverpeasRole.
isJobScheduled(String) - Method in interface org.silverpeas.core.scheduler.Scheduler
Is the job identified by the specified name is scheduled by this scheduler?
isLast() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isLeft() - Method in class org.silverpeas.core.util.Either
Is an object of type T?
isLocalIdDefined() - Method in class org.silverpeas.core.BasicIdentifier
Is the local identification value carried by this identifier?
isLongerThan(Period) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
isMain() - Method in class org.silverpeas.core.calendar.Calendar
Is this calendar the main one of the linked component instance.
isMainPersonalOf(User) - Method in class org.silverpeas.core.calendar.Calendar
Is this calendar the personal one of the given user which is not modifiable?
isManualUserOne() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Indicates if the current NotificationMetaData concerns a manual notification between a sender user and several user/group receivers.
isModified() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Is this content was modified since its getting.
isModifiedSince(CalendarComponent) - Method in class org.silverpeas.core.calendar.CalendarComponent
Is the properties of this calendar component was modified since its last specified state?
isModifiedSince(CalendarEvent) - Method in class org.silverpeas.core.calendar.CalendarEvent
Is the properties of this calendar event was modified since its last specified state?
isModifiedSince(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Is the properties of this event occurrence was modified since its last specified state?
isMonth() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
isMonthly() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Is the frequency is monthly?
isMove() - Method in enum org.silverpeas.core.ActionType
 
isMultiChannelNotification() - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Is the multi-channel option enabled?
isMultiChannelNotificationEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the multi channel for user notification is enabled.
isNeedRealOriginalSize() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery.Configuration
 
isNew(Instant) - Method in interface org.silverpeas.core.contribution.indicator.NewContributionIndicator
Is this contribution a new one?
isNewContribution(Contribution) - Static method in interface org.silverpeas.core.contribution.indicator.NewContributionIndicator
Is the given contribution a new one?
isNewContribution(ContributionIdentifier, Instant) - Static method in interface org.silverpeas.core.contribution.indicator.NewContributionIndicator
Is the given contribution reference a new one?
isNoMoreValid(long) - Method in enum org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
isNotDefault() - Method in enum org.silverpeas.core.personalization.UserMenuDisplay
 
isNotDefined() - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
 
isNotDefined() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Indicates the opssite of Period.isDefined().
isNotDefined() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Indicates the opposite of Temporal.isDefined()
isNotEmpty(Collection<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Checks if the given collection is instanced and not empty
ISO_8601_PATTERN - Static variable in interface org.silverpeas.core.date.Temporal
Deprecated.
The pattern for the ISO 8601 date representation.
ISO_8859_1 - Static variable in class org.silverpeas.core.util.Charsets
ISO-8859-1 : ISO-LATIN-1.
isOnAllDay() - Method in class org.silverpeas.core.calendar.CalendarEvent
Is this event occurring on all the day(s)?
isOnAllDay() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Is this event occurrence occurring on all the day(s)?
isOnAllDay() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Does this plannable object extend over all the day(s)?
isOnCreation() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Is the event on the creation of a resource?
isOnDeletion() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Is the event on the deletion of a resource?
isOneShot() - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Is this session a one-shot one?
isOnRecovery() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Is the event on the recovery of a removed resource?
isOnRemoving() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Is the event on the removing of a resource?
isOnUpdate() - Method in interface org.silverpeas.core.notification.system.ResourceEvent
Is the event on the update of a resource?
isOptional() - Method in enum org.silverpeas.core.calendar.Attendee.PresenceStatus
 
isOriginalSizeNeeded() - Method in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
Is the original result size required?
isParallel() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
isParameterSet(String) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Is the parameter identified by the specified name set within this descriptor?
isPersistActionFrom(Collection<AccessControlOperation>) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Indicates if it exists a persist action from the given collection.
isPersisted() - Method in interface org.silverpeas.core.persistence.datasource.model.IdentifiableEntity
Indicates if the entity is persisted.
isPersisted() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
 
isPersonal() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is a personal one.
A personal component instance is linked to a user.
isPersonal() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasPersonalComponentInstance
 
isPersonalOf(User) - Method in class org.silverpeas.core.calendar.Calendar
Is this calendar a personal one of the given user?
isPlanned() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
isPlanned() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Is this planned in a given calendar?
isPlayingAdminRole(String) - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if either the user is an administrator or he plays the administrator role in the specified component instance.
isPriority() - Method in interface org.silverpeas.core.calendar.Prioritized
Is this object a priority?
isPublic() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is public.
isRead() - Method in enum org.silverpeas.core.ActionType
 
isRecurrent() - Method in interface org.silverpeas.core.calendar.Recurrent
Is this PlannableOnCalendar recurrent?
isRelatedTo(String) - Method in interface org.silverpeas.core.ApplicationService
Is this service related to the specified component instance.
isRelatedTo(String) - Method in interface org.silverpeas.core.security.authorization.ComponentAuthorization
Is this service related to the specified component instance.
isRemoved() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is into a REMOVED state.
isRemovedState() - Method in interface org.silverpeas.core.admin.user.model.Group
This method is the only one able to indicate the group removed state.
isRemovedState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user removed state.
isRemoveSenderFromSubscriptionNotificationReceiversEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the sender must be removed from the list of receivers of a subscription notification.
isRequired() - Method in enum org.silverpeas.core.calendar.Attendee.PresenceStatus
 
isRight() - Method in class org.silverpeas.core.util.Either
Is an object of type U?
isRightOnTopicsEnabled(String) - Method in interface org.silverpeas.core.security.authorization.ComponentAccessControl
Indicates is the rights are set on node as well as the component.
isRoot() - Method in interface org.silverpeas.core.admin.user.model.Group
Is this group is a root one?
isRoot() - Method in interface org.silverpeas.core.contribution.model.Folder
Is this folder the root one?
isSameAs(AttendeeSet) - Method in class org.silverpeas.core.calendar.AttendeeSet
Is this set of attendees is same as the specified one?
isSchedulable() - Method in class org.silverpeas.core.reminder.Reminder
Is this reminder schedulable?
isScheduled() - Method in class org.silverpeas.core.reminder.Reminder
Is this reminder scheduled?
isSearchActionFrom(Collection<AccessControlOperation>) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Indicates if it exists a search action from the given collection.
isSendByAUser() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Indicates if the notification is sent by a Silverpeas user or by a batch treatment.
isSendImmediately() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
isSendImmediately() - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
isSendImmediately() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
isSendPossible() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
Indicates if sending is possible according to the state of the context.
isSendPossible() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Indicates if the sending is yet possible.
isSendPossible() - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
 
isSessionTokenRenewEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the renew of the synchronizer tokens used to protect a user session enabled?
isSharingActionFrom(Collection<AccessControlOperation>) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Indicates if it exists a sharing action from the given collection.
isSlice() - Method in interface org.silverpeas.core.util.SilverpeasList
Indicates if the list is a slice of a larger one.
isSpaceLabelInNotificationSource() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Is the space label should be set in the source of a notification when this property isn't set explicitly.
isSqlDefined(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Indicates if the specified value is defined in point of view of SQL.
isSseEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the server event feature is enabled.
isSseEnabledFor(ServerEvent) - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the server event has to be handled.
isStrictTransportSecurityEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the Strict Transport Security enabled?
isSubscriptionNotificationConfirmationEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the the confirmation of subscription notification is enabled.
isSynchronized() - Method in interface org.silverpeas.core.admin.user.model.Group
Is this group synchronized from a remote domain service?
isSynchronized() - Method in class org.silverpeas.core.calendar.Calendar
Is this calendar synchronized with the events from an external calendar.
isSynchronized() - Method in class org.silverpeas.core.calendar.CalendarEvent
Is this event comes from the synchronization of an external calendar?
isSystem() - Method in interface org.silverpeas.core.admin.user.model.User
Is this user the system one?
isSystemUser() - Method in class org.silverpeas.core.reminder.Reminder
Indicates if the user id represents the system.
isTaskNotRunning(Class<T>) - Method in class org.silverpeas.core.thread.task.RequestTaskManager
This method permits to know if the task isn't running anymore.
isTaskRunning(Class<T>) - Method in class org.silverpeas.core.thread.task.RequestTaskManager
This method permits to know if the task is running.
isTentative() - Method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
 
isTerminated() - Method in class org.silverpeas.core.util.CollectionUtil.RuptureContext
Indicates if the rupture is terminated.
isThereMultipleDomainsDefined() - Method in interface org.silverpeas.core.security.authentication.Authentication
Is there several authentication domains with their own authentication process defined currently in Silverpeas?
isThesaurusEnabled() - Method in class org.silverpeas.core.personalization.UserPreferences
 
isTimeBased() - Method in enum org.silverpeas.core.date.TimeUnit
 
isTimeSupported() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
isTimeSupported() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
isTimeSupported() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Is this temporal supports the time unit?
isTopicTracker() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is a topic tracker.
isTracked(String) - Method in class org.silverpeas.core.contribution.tracking.TrackedApplications
 
isTransactionActive() - Static method in class org.silverpeas.core.persistence.Transaction
Is there a transaction currently active in the current thread?
isTriggered() - Method in class org.silverpeas.core.reminder.Reminder
Is this reminder was triggered?
isUnclassified() - Method in interface org.silverpeas.core.contribution.model.Folder
Is this folder a dedicated one for unclassified, uncategorized contributions?
isUnknown() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
isUpdate() - Method in enum org.silverpeas.core.ActionType
 
isUpdatingInCaseOfCreation() - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Indicates if the date update is performed in a case of creation.
isUserAuthorized(String, ResourceIdentifier) - Method in interface org.silverpeas.core.security.authorization.AccessController
Checks if the specified user may access the object with the specified identifier.
isUserAuthorized(String, ResourceIdentifier) - Method in interface org.silverpeas.core.security.authorization.ComponentAccessControl
 
isUserAuthorized(String, ResourceIdentifier) - Method in interface org.silverpeas.core.security.authorization.SpaceAccessControl
 
isUserAuthorized(String, T) - Method in interface org.silverpeas.core.security.authorization.AccessController
Checks if the specified user may access the specified object.
isUserAuthorized(String, T, AccessControlContext) - Method in interface org.silverpeas.core.security.authorization.AccessController
Checks if the specified user may access the specified object.
isUserAuthorized(Set<SilverpeasRole>) - Method in interface org.silverpeas.core.security.authorization.AccessController
Checks user authorization from the given role collection.
isUserManualNotificationRecipientLimitEnabled() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if the limitation of maximum number of recipient is enabled.
isUserManualNotificationUserReceiverLimit() - Method in interface org.silverpeas.core.admin.user.model.User
Indicates if a limitation exists about the number of receivers the user can notify manually.
isValid() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
isValid() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
Checks the data integrity
isValid() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
isValid(Object, ConstraintValidatorContext) - Method in class org.silverpeas.core.annotation.constraint.DateRangeValidator
 
isValid(String) - Static method in class org.silverpeas.core.contribution.model.ContributionIdentifier
Is the specified identifier a valid contribution identifier?
isValid(String) - Static method in class org.silverpeas.core.util.EmailAddress
Validate the form of an email address.
isValid(Entity<?, ?>, ConstraintValidatorContext) - Method in class org.silverpeas.core.persistence.datasource.constraint.OnlyByCreatorValidator
 
isValidId() - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Indicates if identifier is a valid one.
isValidState() - Method in interface org.silverpeas.core.admin.user.model.Group
This method is the only one able to indicate the group validity state.
isValidState() - Method in interface org.silverpeas.core.admin.user.model.User
This method is the only one able to indicate the user validity state.
isVersioned() - Method in interface org.silverpeas.core.contribution.model.Attachment
Is this attachment versioned?
isWebContentInjectionSecurityEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the content injection security mechanism enabled?
isWebdavEditionEnabled() - Method in class org.silverpeas.core.personalization.UserPreferences
 
isWebSecurityByTokensEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the security mechanism based on the synchronizer token pattern enabled?
isWebSqlInjectionSecurityEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the SQL injection security mechanism enabled?
isWebXssInjectionSecurityEnabled() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Is the XSS injection security mechanism enabled?
isWeek() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
isWeekly() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Is the frequency is weekly?
isWorkflow() - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentInstance
Indicates if the component instance is a workflow one.
isWorkflow(String) - Method in interface org.silverpeas.core.admin.component.model.SilverpeasComponentDataProvider
Indicates if the component referenced by the given name is a workflow.
isWrapperFor(Class<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
isYear() - Method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
 
isYearly() - Method in class org.silverpeas.core.calendar.RecurrencePeriod
Is the frequency is yearly?
iterate(T1, UnaryOperator<T1>) - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
iterator() - Method in class org.silverpeas.core.calendar.AttendeeSet
 
iterator() - Method in class org.silverpeas.core.calendar.AttributeSet
 
iterator() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
iterator() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
iterator() - Method in class org.silverpeas.core.variables.VariableValueSet
 

J

javaStringToHtmlParagraphe(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Convert a java string to a html string for HTML paragraph.
javaStringToHtmlString(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Convert a java string to a html text for textArea value.
javaStringToJsString(String) - Static method in class org.silverpeas.core.util.WebEncodeHelper
Convert a java string to a javascript string.
JdbcData - Class in org.silverpeas.core.persistence.jdbc.bean
Title: Description: Copyright: Copyright (c) 2001 Company:
JdbcData(String, String, String, String) - Constructor for class org.silverpeas.core.persistence.jdbc.bean.JdbcData
 
JDBCdriverName - Variable in class org.silverpeas.core.persistence.jdbc.bean.JdbcData
 
JDBClogin - Variable in class org.silverpeas.core.persistence.jdbc.bean.JdbcData
 
JDBCpassword - Variable in class org.silverpeas.core.persistence.jdbc.bean.JdbcData
 
JdbcSqlQueries - Class in org.silverpeas.core.persistence.jdbc.sql
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.
JdbcSqlQueries() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQueries
 
JdbcSqlQuery - Class in org.silverpeas.core.persistence.jdbc.sql
This class permits to build easily a SQL query with parameters.
JdbcSqlQuery.Configuration - Class in org.silverpeas.core.persistence.jdbc.sql
Configuration of execution that has to be taken into account.
JDBCurl - Variable in class org.silverpeas.core.persistence.jdbc.bean.JdbcData
 
JMSOperation - Class in org.silverpeas.core.notification.system
A JMS operation processor.
JMSOperation.Operation - Interface in org.silverpeas.core.notification.system
Defines a JMS operation to perform.
JMSResourceEventListener<T extends AbstractResourceEvent<?>> - Class in org.silverpeas.core.notification.system
An asynchronous event listener.
JMSResourceEventListener() - Constructor for class org.silverpeas.core.notification.system.JMSResourceEventListener
 
JMSResourceEventNotifier<R extends Serializable,​T extends AbstractResourceEvent<?>> - Class in org.silverpeas.core.notification.system
An asynchronous notifier of resource events based on JMS.
JMSResourceEventNotifier() - Constructor for class org.silverpeas.core.notification.system.JMSResourceEventNotifier
 
Job - Class in org.silverpeas.core.scheduler
A job to schedule at a given moments in time.
Job(String) - Constructor for class org.silverpeas.core.scheduler.Job
Creates a new job with the specified name.
JOB_FAILED - org.silverpeas.core.scheduler.SchedulerEvent.Type
The execution of a job has failed.
JOB_SUCCEEDED - org.silverpeas.core.scheduler.SchedulerEvent.Type
The execution of a job has succeeded.
JobExecutionContext - Class in org.silverpeas.core.scheduler
The context of a job execution.
jobFailed(JobExecutionContext, Throwable) - Static method in class org.silverpeas.core.scheduler.SchedulerEvent
Creates a new scheduler event about a failure of a job execution.
jobFailed(SchedulerEvent) - Method in class org.silverpeas.core.reminder.ReminderProcess
 
jobFailed(SchedulerEvent) - Method in interface org.silverpeas.core.scheduler.SchedulerEventListener
Invoked when the normal execution thread of a job is broken by an exception.
jobFiredAt(Date) - Method in class org.silverpeas.core.scheduler.JobExecutionContext
Sets the actual time at which the trigger fired.
jobNamed(String) - Method in class org.silverpeas.core.scheduler.JobExecutionContext
Sets the name of the job that takes part in the job execution.
jobSucceeded(JobExecutionContext) - Static method in class org.silverpeas.core.scheduler.SchedulerEvent
Creates a new scheduler event about a success of a job execution.
jobSucceeded(SchedulerEvent) - Method in class org.silverpeas.core.reminder.ReminderProcess
 
jobSucceeded(SchedulerEvent) - Method in interface org.silverpeas.core.scheduler.SchedulerEventListener
Invoked when the execution of a job has been completed correctly.
JobTrigger - Class in org.silverpeas.core.scheduler.trigger
A trigger of a job execution.
JobTrigger() - Constructor for class org.silverpeas.core.scheduler.trigger.JobTrigger
 
JobTriggerProvider - Class in org.silverpeas.core.scheduler.trigger
A factory of job triggers.
JobTriggerVisitor - Interface in org.silverpeas.core.scheduler.trigger
A visitor of a job trigger.
join(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
JPA - Annotation Type in org.silverpeas.core.persistence.datasource.model.jpa
 
JpaEntityReflection - Class in org.silverpeas.core.persistence.datasource.model.jpa
This class permits to manipulate hidden attributes of a Silverpeas JPA entity.
It is useful in particular case of technical treatments.
JpaPersistOperation - Class in org.silverpeas.core.persistence.datasource.model.jpa
 
JpaPersistOperation() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.JpaPersistOperation
 
JpaUpdateOperation - Class in org.silverpeas.core.persistence.datasource.model.jpa
 
JpaUpdateOperation() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.JpaUpdateOperation
 
JSONArray(ArrayNode) - Constructor for class org.silverpeas.core.util.JSONCodec.JSONArray
 
JSONCodec - Class in org.silverpeas.core.util
An encoder of Java bean to a JSON representation and a decoder of JSON stream into the corresponding Java bean.
JSONCodec.JSONArray - Class in org.silverpeas.core.util
 
JSONCodec.JSONObject - Class in org.silverpeas.core.util
 
JSONObject(ObjectNode) - Constructor for class org.silverpeas.core.util.JSONCodec.JSONObject
 

K

KB - org.silverpeas.core.util.memory.MemoryUnit
 
KeepAlwaysLastStored - Interface in org.silverpeas.core.notification.sse.behavior
If an event implements this interface, it is never removed from the store handled by ServerEventDispatcherTask in charge of dispatching all ServerEvent until a new one is stored (see StoreLastOnly).
key() - Method in class org.silverpeas.core.security.token.TokenGenerationParameter
 
killThreadsAfterTimeout() - Method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
By default the caller get again the control after the timeout while Runnable threads continue to run.

L

last() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
LAST_DAY - Static variable in class org.silverpeas.core.calendar.DayOfWeekOccurrence
A constant that defines a specific value for the last day according to the recurrence rule.
lastIndexOf(Object) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
lastModificationDate() - Method in class org.silverpeas.core.wbe.WbeFile
Gets an OffsetDateTime instance that represents the last time that the file was modified.
lastUpdatedBy(String) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the identifier of the user that has updated this entity the last time.
LDAP - org.silverpeas.core.admin.domain.DomainType
 
left(T) - Static method in class org.silverpeas.core.util.Either
Constructs an Either as a left-object
level() - Method in annotation type org.silverpeas.core.util.logging.Log
The logging level to use with this annotation.
LifeCycleEventSubType - Enum in org.silverpeas.core.calendar.notification
LightExceptionMessage(Class<?>, Exception) - Constructor for class org.silverpeas.core.SilverpeasExceptionMessages.LightExceptionMessage
 
LightExceptionMessage(Object, Exception) - Constructor for class org.silverpeas.core.SilverpeasExceptionMessages.LightExceptionMessage
 
limit(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Limits the count of result returned by the query.
limit(long) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
Link - Class in org.silverpeas.core.util
Link to a given web resource.
Link(String, String) - Constructor for class org.silverpeas.core.util.Link
Constructs a new link with the specified URL and labels.
linkedToResource() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the optional resource reference the file is linked to.
listCurrentFiles() - Method in interface org.silverpeas.core.wbe.WbeHostManager
Gets the list of WBE files from the context.
listCurrentUsers() - Method in interface org.silverpeas.core.wbe.WbeHostManager
Gets the list of WBE users from the context.
listFrom(String) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Gets for each of the specified roles the matching SilverpeasRole instance.
listFromJpqlString(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from the specified JPQL query and with the specified parameters.
listFromJpqlString(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from the specified JPQL query and with the specified parameters.
listFromJpqlString(String, NamedParameters, PaginationCriterion) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from the specified JPQL query and with the specified parameters.
listFromJpqlString(String, NamedParameters, PaginationCriterion, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from the specified JPQL query and with the specified parameters.
listFromNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from a named query and with the specified parameters.
listFromNamedQuery(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Lists entities from a named query and with the specified parameters.
listIterator() - Method in class org.silverpeas.core.util.PaginationList
 
listIterator() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
listIterator(int) - Method in class org.silverpeas.core.util.PaginationList
 
listIterator(int) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
listLongTexts(Collection<Integer>) - Static method in class org.silverpeas.core.persistence.jdbc.LongText
Lists long texts which are indexed by their ids.
ListSlice<T> - Class in org.silverpeas.core.util
This list represents a slice of a more complete lists and as such contains only the items that are part of this slice.
ListSlice(int, int) - Constructor for class org.silverpeas.core.util.ListSlice
Constructs a new slice for a given list.
ListSlice(int, int, long) - Constructor for class org.silverpeas.core.util.ListSlice
Constructs a new slice for a given list.
ListSlice(int, int, List<? extends T>) - Constructor for class org.silverpeas.core.util.ListSlice
Constructs a new slice for a given list.
ListSlice(Collection<? extends T>) - Constructor for class org.silverpeas.core.util.ListSlice
Constructs a new list slice with all the items of the specified collection.
loadInto(OutputStream) - Method in class org.silverpeas.core.wbe.WbeFile
Loads the content of the underlying Silverpeas's file into the given OutputStream.
LocalDateAttributeConverter - Class in org.silverpeas.core.persistence.datasource.model.jpa
A converter of LocalDate and Date to take into account LocalDate.MIN and LocalDate.MAX as a workaround of the Hibernate limitation with the Java Time API: bug HHH-13482
LocalDateAttributeConverter() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.LocalDateAttributeConverter
 
LocalizedAttachment - Interface in org.silverpeas.core.contribution.model
An attachment localized in a given language.
LocalizedContribution - Interface in org.silverpeas.core.contribution.model
A contribution produced in a given l10n (Localisation).
LocalizedResource - Interface in org.silverpeas.core.i18n
An identifiable resource in Silverpeas with localization support.
locateByLocalIdAndType(String, String) - Method in interface org.silverpeas.core.contribution.ContributionLocator
Gets the full ContributionIdentifier of a Contribution from a local identifier and a type.
LOCATION_SEPARATOR - Static variable in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
lock() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the current lock identifier.
Log - Annotation Type in org.silverpeas.core.util.logging
An annotation applicable to methods and types for which you wish to trace the invocation of the method(s).
logger - Variable in class org.silverpeas.core.notification.system.CDIAfterSuccessfulTransactionResourceEventListener
 
logger - Variable in class org.silverpeas.core.notification.system.CDIResourceEventListener
 
loginIgnoreCase() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Indicates if login case can be ignored during authentication processing.
LongText - Class in org.silverpeas.core.persistence.jdbc
 
LUCENE_FORMATTER - Static variable in class org.silverpeas.core.util.DateUtil
 

M

make(ContributionIdentifier, User) - Static method in class org.silverpeas.core.reminder.Reminder
Constructs a Reminder.ReminderBuilder to build a new reminder about the specified contribution and for the given user.
ManagedThreadPool - Class in org.silverpeas.core.thread
A pool of threads that are managed by the underlying application server in which runs Silverpeas.
ManagedThreadPool() - Constructor for class org.silverpeas.core.thread.ManagedThreadPool
 
ManagedThreadPool.ExecutionConfig - Class in org.silverpeas.core.thread
Class that permits to specify the execution configuration.
ManagedThreadPoolException - Exception in org.silverpeas.core.thread
 
ManagedThreadPoolException(Exception) - Constructor for exception org.silverpeas.core.thread.ManagedThreadPoolException
 
MANAGER - org.silverpeas.core.admin.user.model.SilverpeasRole
MANAGER means administrator of spaces or groups of users.
MANUAL - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with a boolean.
manualUserNotification() - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Sets that the current NotificationMetaData instance concerns a manual notification between a sender user and several user/group receivers.
map(Function<? super T, ? extends R>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
mapToInt(ToIntFunction<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
mapToLong(ToLongFunction<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
markAsModified() - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
By default, if no functional data is changed, last update date, last updated by and version technical data are not automatically updated on entity save operation.
markAsModified() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
markAsWaitingFor() - Method in interface org.silverpeas.core.notification.sse.behavior.SendEveryAmountOfTime
Indicates that the ServerEvent will be waiting for a while before to be sent.
match(Predicate<Class<?>>, Consumer<Object>) - Method in class org.silverpeas.core.util.filter.FilterByType
 
match(Predicate<T>, Consumer<U>) - Method in interface org.silverpeas.core.util.filter.Filter
Plays the specified predicate against an underlying object and applies the specified operation if and only if the predicate is true.
matchFirst(Predicate<Class<?>>, Function<Object, V>) - Method in class org.silverpeas.core.util.filter.FilterByType
 
matchFirst(Predicate<T>, Function<U, V>) - Method in class org.silverpeas.core.util.filter.EmptyFilterMatcher
 
matchFirst(Predicate<T>, Function<U, V>) - Method in interface org.silverpeas.core.util.filter.Filter
Plays the specified predicate against an underlying object and applies the specified function if and only if the predicate is true.
matchFirst(Predicate<T>, Function<U, V>) - Method in class org.silverpeas.core.util.filter.FilterMatcher
Plays the specified predicate against the criterion and applies the specified function if and only if the predicate is true.
max(Comparator<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
MAX_DATE - Static variable in class org.silverpeas.core.persistence.datasource.SQLDateTimeConstants
The maximum date for any of our supported data sources.
MAX_SIZE_TITLE - Static variable in class org.silverpeas.core.notification.user.client.NotificationParameters
 
MAX_TIMESTAMP - Static variable in class org.silverpeas.core.persistence.datasource.SQLDateTimeConstants
The maximum timestamp for any of our supported data sources.
MAXIMUM_DATE - Static variable in class org.silverpeas.core.util.DateUtil
 
maxThreadPoolSizeOf(int) - Static method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Gets an instance of an execution configuration with a specified maximum pool of thread.
This is only useful when invoking Callable instances.
MB - org.silverpeas.core.util.memory.MemoryUnit
 
MemoizedBooleanSupplier - Class in org.silverpeas.core.util
Represents a memoized supplier of a boolean result.
MemoizedBooleanSupplier(BooleanSupplier) - Constructor for class org.silverpeas.core.util.MemoizedBooleanSupplier
 
MemoizedSupplier<T> - Class in org.silverpeas.core.util
Represents a memoized supplier of a result.
MemoizedSupplier(Supplier<T>) - Constructor for class org.silverpeas.core.util.MemoizedSupplier
 
MemoizedSyncSupplier<T> - Class in org.silverpeas.core.util
Synchronized version of MemoizedSupplier
MemoizedSyncSupplier(Supplier<T>) - Constructor for class org.silverpeas.core.util.MemoizedSyncSupplier
 
MemoryData - Class in org.silverpeas.core.util.memory
User: Yohann Chastagnier Date: 14/11/13
MemoryData(long) - Constructor for class org.silverpeas.core.util.memory.MemoryData
 
MemoryData(BigDecimal) - Constructor for class org.silverpeas.core.util.memory.MemoryData
 
MemoryUnit - Enum in org.silverpeas.core.util.memory
User: Yohann Chastagnier Date: 15/11/13
merge(NotificationResourceDataDetails) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
Merges the labels from other to itself.
merge(Variable) - Method in class org.silverpeas.core.variables.Variable
Merges the attributes of this variable with the ones from the specified variable.
merge(VariableScheduledValue) - Method in class org.silverpeas.core.variables.VariableScheduledValue
Merges this variable's value with the properties of the specified value.
mergeRootWithCustom() - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
mergeRootWithCustom() - Method in interface org.silverpeas.core.template.SilverpeasTemplate
When the result of string template processing is built from a combination of several template files, this method MUST be called BEFORE calling SilverpeasTemplate.applyFileTemplate(String).
message() - Method in annotation type org.silverpeas.core.annotation.constraint.DateRange
 
message() - Method in annotation type org.silverpeas.core.persistence.datasource.constraint.OnlyByCreator
 
message() - Method in annotation type org.silverpeas.core.util.logging.Error
A message to record into the log.
message() - Method in annotation type org.silverpeas.core.util.logging.Log
A message to record into the log.
Message - Interface in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
MessageContainer - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
MessageListener - Interface in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 08/11/13
MessageManager - Class in org.silverpeas.core.notification.message
This manager provides tools to register and restitute volatile messages (info, success or error) to the user (on screen).
MessageManager() - Constructor for class org.silverpeas.core.notification.message.MessageManager
 
MessageNotifier - Class in org.silverpeas.core.notification.message
This utility class provides tools to display easily some dynamic notifications using the notifier plugin.
MessageNotifier() - Constructor for class org.silverpeas.core.notification.message.MessageNotifier
 
MESSAGES_PATH - Static variable in class org.silverpeas.core.reminder.ReminderSettings
The relative path of the i18n bundle of the reminder component.
MessageType - Enum in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
MILLISECOND - org.silverpeas.core.date.TimeUnit
Time unit representing one millisecond.
mimeType() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the mime type of the file.
min(Comparator<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
MIN_DATE - Static variable in class org.silverpeas.core.persistence.datasource.SQLDateTimeConstants
The minimum date for any of our supported data sources.
MIN_TIMESTAMP - Static variable in class org.silverpeas.core.persistence.datasource.SQLDateTimeConstants
The minimum timestamp for any of our supported data sources.
MINIMUM_DATE - Static variable in class org.silverpeas.core.util.DateUtil
 
MINUTE - org.silverpeas.core.date.TimeUnit
Time unit representing one minute.
MINUTE - org.silverpeas.core.scheduler.trigger.TimeUnit
The minute.
MISSING_PART - Static variable in class org.silverpeas.core.contribution.model.ContributionIdentifier
 
MODIFICATION - org.silverpeas.core.security.authorization.AccessControlOperation
 
ModificationTracked - Annotation Type in org.silverpeas.core.contribution.tracking
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.
month - org.silverpeas.core.date.period.PeriodType
Deprecated.
 
MONTH - org.silverpeas.core.date.TimeUnit
Time unit representing one month.
MONTHLY - org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
MonthPeriod - Class in org.silverpeas.core.date.period
Deprecated.
Use Period
MonthPeriod(DateTime) - Constructor for class org.silverpeas.core.date.period.MonthPeriod
Deprecated.
Constructor : Constructs a newly allocated period.
move(Contribution, Contribution) - Method in interface org.silverpeas.core.contribution.ContributionMove
Updates the resources belonging to the specified contribution.
MOVE - org.silverpeas.core.ActionType
 
MOVE - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the move of a resource from a location to another in Silverpeas.
MOVE - org.silverpeas.core.selection.SelectionContext.Reason
Move the resource in another location in Silverpeas.
moveToCalendar(CalendarEvent, Calendar) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Moves the given event from specified calendar to the one the CalendarEvent instance refers.
moveToCurrentRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
moveToInsertRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
mustSendImmediately(ServerEvent) - Method in class org.silverpeas.core.notification.sse.ServerEventWaitForManager
Puts a ServerEvent to send into context of waiting mechanism.

N

name() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the string name of the file, including extension, without a path.
NAME_SUFFIX - Static variable in class org.silverpeas.core.notification.user.ComponentInstanceManualUserNotification.Constants
The predefined suffix that must compound the name of each implementation of this interface.
NAME_SUFFIX - Static variable in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
The predefined suffix that must compound the name of each implementation of this interface.
Nameable - Interface in org.silverpeas.core
A nameable object in Silverpeas is an object that has both a name and a short textual description about it.
NamedParameter<T> - Class in org.silverpeas.core.persistence.datasource.repository.jpa
 
NamedParameter(String) - Constructor for class org.silverpeas.core.persistence.datasource.repository.jpa.NamedParameter
 
NamedParameters - Class in org.silverpeas.core.persistence.datasource.repository.jpa
This class permits to handle as a friendly way the named parameters of a query.
NewContributionIndicator - Interface in org.silverpeas.core.contribution.indicator
This interface allows indicating if a contribution is considered as a new one.
newEmptyListWithSameProperties() - Method in class org.silverpeas.core.util.ListSlice
 
newEmptyListWithSameProperties() - Method in class org.silverpeas.core.util.PaginationList
 
newEmptyListWithSameProperties() - Method in class org.silverpeas.core.util.SilverpeasArrayList
 
newEmptyListWithSameProperties() - Method in interface org.silverpeas.core.util.SilverpeasList
Builds a new empty SilverpeasList with the same properties than this list.
newEmptyListWithSameProperties() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
newInstanceFrom(Date) - Method in class org.silverpeas.core.date.AbstractDateTemporal
Deprecated.
Create a new instance from a given datetime in milliseconds.
newInstanceFrom(Date) - Method in class org.silverpeas.core.date.Date
Deprecated.
 
newInstanceFrom(Date) - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
newMainCalendar(SilverpeasComponentInstance) - Static method in class org.silverpeas.core.calendar.Calendar
Creates for the specified component instance a new main calendar with the given title.
newNamedParameters() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Constructs a container of query parameters to use in JPQL queries.
newOne(List<T>) - Static method in class org.silverpeas.core.util.CollectionUtil.RuptureContext
Initializes a new context with the given ordered list.
newSessionCache(User) - Method in class org.silverpeas.core.cache.service.SessionCacheAccessor
Creates a new session cache for the specified user and sets it as the cache of the current session.
newWithAsLogin(String) - Static method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Creates a new authentication credential with the specified login.
next() - Method in class org.silverpeas.core.date.Date
Deprecated.
The next date to this one.
next() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
NEXT_START_DATE_TIME_MODEL_PROPERTY - Static variable in class org.silverpeas.core.calendar.CalendarEvent
 
NO_MIMETYPE - Static variable in class org.silverpeas.core.importexport.ImportExportDescriptor
A specific value for the export-import format MIME type indicating that the MIME type isn't specified.
NO_PAGINATION - Static variable in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
This instance represents no pagination.
NO_PASSWORD - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed because no password has been set for the user account to which the login refers.
NO_RECURRENCE - Static variable in class org.silverpeas.core.calendar.Recurrence
A constant that defines a specific value for an empty recurrence.
NO_RECURRENCE_COUNT - Static variable in class org.silverpeas.core.calendar.Recurrence
A constant that defines a specific value for no recurrence count limit.
NO_RECURRENCE_END_DATE - Static variable in class org.silverpeas.core.calendar.Recurrence
A constant that defines a specific value for no recurrence end date.
NO_TIME - org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
NoDataToExportException - Exception in org.silverpeas.core.importexport
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.
NoDataToExportException(String) - Constructor for exception org.silverpeas.core.importexport.NoDataToExportException
Constructs a new NoDataToExportException with the specified message.
NoDataToExportException(String, Throwable) - Constructor for exception org.silverpeas.core.importexport.NoDataToExportException
Constructs a new NoDataToExportException with the specified message and cause.
NoDataToExportException(Throwable) - Constructor for exception org.silverpeas.core.importexport.NoDataToExportException
Constructs a new NoDataToExportException by specifyinbg the cause.
NODE - org.silverpeas.core.contribution.model.CoreContributionType
 
NODE_ID - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the unique identifier of a node.
NoNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
This class permits to indicate empty parameters to JPA repository framework methods that performed JPA queries.
NoNamedParameter() - Constructor for class org.silverpeas.core.persistence.datasource.repository.jpa.NoNamedParameter
 
NONE - org.silverpeas.core.calendar.notification.LifeCycleEventSubType
 
NONE - org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
NONE - Static variable in class org.silverpeas.core.contribution.tracking.TrackedApplications
 
noneMatch(Predicate<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
NoneToken - Static variable in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Represents none token to replace in more typing way the null keyword.
noParameter() - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Gets an instance that represents the fact that it does not exist parameter for the query to execute.
NORMAL - org.silverpeas.core.calendar.Priority
A normal priority means in fact no priority.
NORMAL - org.silverpeas.core.notification.user.client.constant.NotifMessageType
The message is an usual one.
NoSuchPropertyException - Exception in org.silverpeas.core.contribution.model
Exception that is thrown when a property of a business object isn't found.
NoSuchPropertyException(String) - Constructor for exception org.silverpeas.core.contribution.model.NoSuchPropertyException
 
NoSuchPropertyException(String, Throwable) - Constructor for exception org.silverpeas.core.contribution.model.NoSuchPropertyException
 
NoSuchPropertyException(Throwable) - Constructor for exception org.silverpeas.core.contribution.model.NoSuchPropertyException
 
notExists() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Indicates if the token isn't registered.
NotifAction - Enum in org.silverpeas.core.notification.user.client.constant
The user action related to a contribution that is behind the notification.
NotifChannel - Enum in org.silverpeas.core.notification.user.client.constant
Channel used to notify users.
NOTIFICATION_ATTACHMENTS - org.silverpeas.core.notification.user.client.NotificationTemplateKey
Links to the attachments concerned by the notification.
NOTIFICATION_BASE_SERVER_URL - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The base URL of the server (the port number included if other than 80)
NOTIFICATION_LINK - org.silverpeas.core.notification.user.client.NotificationTemplateKey
Link to the resource in Silverpeas for which the notification has been sent.
NOTIFICATION_LINK_LABEL - org.silverpeas.core.notification.user.client.NotificationTemplateKey
Label associated with the notification link above.
NOTIFICATION_RECEIVER_GROUPS - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The identifiers of the user groups targeted by the notification.
NOTIFICATION_RECEIVER_USERS - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The identifiers of the users targeted by the notification.
NOTIFICATION_SENDER_EMAIL - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The email address of the user at the origin of the notification.
NOTIFICATION_SENDER_NAME - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The name of the user at the origin of the notification.
NOTIFICATION_SERVER_URL - org.silverpeas.core.notification.user.client.NotificationTemplateKey
The URL of the server including the application context if any (the URL of Silverpeas).
NotificationAddress - Class in org.silverpeas.core.notification.user.client
A notification address is an address to which a user can receive the notification messages that are addressed to him.
NotificationAddress() - Constructor for class org.silverpeas.core.notification.user.client.NotificationAddress
 
NotificationContext - Class in org.silverpeas.core.notification.user
Context about a user notification.
NotificationContext(User) - Constructor for class org.silverpeas.core.notification.user.NotificationContext
 
NotificationData - Class in org.silverpeas.core.notification.user.server
Data on the notifications to the user.
NotificationData() - Constructor for class org.silverpeas.core.notification.user.server.NotificationData
 
NotificationException - Exception in org.silverpeas.core.notification
Exception thrown when an error occurs while preparing, sending, or treating a notification in Silverpeas.
NotificationException(String, String...) - Constructor for exception org.silverpeas.core.notification.NotificationException
 
NotificationException(String, Throwable) - Constructor for exception org.silverpeas.core.notification.NotificationException
 
NotificationException(Throwable) - Constructor for exception org.silverpeas.core.notification.NotificationException
 
NotificationManager - Interface in org.silverpeas.core.notification.user.client
A manager of notification against users.
NotificationManagerSettings - Class in org.silverpeas.core.notification.user.client
Centralizing the access to the settings associated to the management of notifications.
NotificationMetaData - Class in org.silverpeas.core.notification.user.client
 
NotificationMetaData() - Constructor for class org.silverpeas.core.notification.user.client.NotificationMetaData
Default Constructor
NotificationMetaData(int, String, String) - Constructor for class org.silverpeas.core.notification.user.client.NotificationMetaData
Most common used constructor
NotificationMetaData(int, String, Map<String, SilverpeasTemplate>, String) - Constructor for class org.silverpeas.core.notification.user.client.NotificationMetaData
 
NotificationParameters - Class in org.silverpeas.core.notification.user.client
All the parameters required to send a notification with the NotificationManager
NotificationParameters() - Constructor for class org.silverpeas.core.notification.user.client.NotificationParameters
 
NotificationResourceData - Class in org.silverpeas.core.notification.user.model
Data on the notification about an action operated on a resource in Silverpeas.
NotificationResourceData() - Constructor for class org.silverpeas.core.notification.user.model.NotificationResourceData
Constructs a new empty NotificationResourceData instance.
NotificationResourceData(NotificationResourceData) - Constructor for class org.silverpeas.core.notification.user.model.NotificationResourceData
Constructs a new instance as a copy of the specified notification resource data.
NotificationResourceDataDetails - Class in org.silverpeas.core.notification.user.model
Labels and gender container linked to a NotificationResourceData.
NotificationResourceDataDetails() - Constructor for class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
 
NotificationTemplateKey - Enum in org.silverpeas.core.notification.user.client
Keys of the predefined fields injected by default in the text templates used in the notifications to users.
NotifMessageType - Enum in org.silverpeas.core.notification.user.client.constant
The level of information carried by the message.
notify(T) - Method in class org.silverpeas.core.notification.sse.CDIServerEventNotifier
 
notify(T) - Method in interface org.silverpeas.core.notification.sse.ServerEventNotifier
 
notify(T) - Method in class org.silverpeas.core.notification.system.CDIResourceEventNotifier
 
notify(T) - Method in class org.silverpeas.core.notification.system.JMSResourceEventNotifier
 
notify(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventNotifier
Notify about the specified event.
notifyAttendees(LifeCycleEventSubType, Contribution, AttendeeSet, AttendeeSet) - Static method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEventNotifier
 
notifyEditionWith(WbeFile, Set<String>) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Notifies the manager of the number of users which are editing the given file at an instant.
notifyEventOn(ResourceEvent.Type, LifeCycleEventSubType, Attendee...) - Method in class org.silverpeas.core.calendar.notification.AttendeeLifeCycleEventNotifier
Creates an event about the specified operation on the specified attendees in a single or in several events (indicated by the operation subtype).
notifyEventOn(ResourceEvent.Type, LifeCycleEventSubType, CalendarEventOccurrence...) - Method in class org.silverpeas.core.calendar.notification.CalendarEventOccurrenceLifeCycleEventNotifier
 
notifyEventOn(ResourceEvent.Type, R...) - Method in class org.silverpeas.core.notification.system.CDIResourceEventNotifier
 
notifyEventOn(ResourceEvent.Type, R...) - Method in class org.silverpeas.core.notification.system.JMSResourceEventNotifier
 
notifyEventOn(ResourceEvent.Type, R...) - Method in interface org.silverpeas.core.notification.system.ResourceEventNotifier
Notify about an event of the specified type and on the specified resource.
notifyExternals(NotificationParameters, Collection<ExternalRecipient>) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Notifies the specified external users by using the given notification parameters.
notifyUsers(NotificationParameters, Collection<String>) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Notifies the specified users by using the given notification parameters.
notIn(Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to build easily a SQL in clause.
notIn(Collection<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to build easily a SQL in clause.
now() - Static method in class org.silverpeas.core.date.DateTime
Deprecated.
Creates a new datetime set at now.
nth() - Method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
Gets the nth this occurrence is.
nth(int, DayOfWeek) - Static method in class org.silverpeas.core.calendar.DayOfWeekOccurrence
Creates an instance of DayOfWeekOccurrence representing the nth occurrence of the specified day of week in a month or in a year.

O

ObjectNamedParameter - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is an object.
Occurrence - Interface in org.silverpeas.core.calendar
An instance of a plannable object occurring in the timeline of a calendar.
of(long, ChronoUnit) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of time unit and starting at the underlying date or datetime.
of(long, TimeUnit) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of time unit and starting at the underlying date or datetime.
of(Class<T>, Function<T, R>) - Static method in class org.silverpeas.core.date.TemporalConverter.Conversion
Constructs a conversion function that will apply to the specified concrete type of Temporal objects and that will return a value of the specified concrete type R.
of(T1) - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
of(T1...) - Static method in class org.silverpeas.core.util.stream.StreamWrapper
 
ofContent(ContributionContent) - Method in interface org.silverpeas.core.contribution.content.renderer.ContributionContentRendererProvider
Gets the ContributionContentRenderer instance according to given ContributionContent.
ofDays(long) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of days and starting at the underlying date or datetime.
offset(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Sets the offset from which each result should be processed by the row processor.
ofHours(long) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of hours and starting at the underlying date or datetime.
ofHtml(String) - Static method in interface org.silverpeas.core.security.html.HtmlSanitizer
 
ofMonths(long) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of months and starting at the underlying date or datetime.
ofWeeks(long) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of weeks and starting at the underlying date or datetime.
ofYears(long) - Method in class org.silverpeas.core.date.Period.PeriodBuilder
Creates a new period of the specified amount of years and starting at the underlying date or datetime.
on(String, Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
on(DayOfWeek...) - Method in class org.silverpeas.core.calendar.Recurrence
Sets some specific days of week at which a PlannableOnCalendar should periodically occur.
on(LocalDate) - Static method in class org.silverpeas.core.calendar.CalendarEvent
Creates a new calendar event that is on all the specified day.
on(List<DayOfWeekOccurrence>) - Method in class org.silverpeas.core.calendar.Recurrence
Sets some specific occurrences of day of week at which a PlannableOnCalendar should periodically occur within monthly or yearly period.
on(DayOfWeekOccurrence...) - Method in class org.silverpeas.core.calendar.Recurrence
Sets some specific occurrences of day of week at which a PlannableOnCalendar should periodically occur within a monthly or a yearly period.
on(Period) - Static method in class org.silverpeas.core.calendar.CalendarEvent
Creates a new calendar event that is spanning on the specified period of time.
on(AbstractServerEvent) - Method in class org.silverpeas.core.notification.sse.DefaultServerEventTaskListener
 
on(T) - Method in interface org.silverpeas.core.notification.sse.ServerEventListener
 
onCalendar(List<Calendar>) - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Filters on the specified calendars.
onCalendar(Calendar...) - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Filters on the specified calendars.
onClose(Runnable) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
onCreation(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the creation of a resource has be listened.
onDeletion(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the deletion of a resource has be listened.
onEvent(T) - Method in class org.silverpeas.core.notification.sse.CDIServerEventListener
 
onEvent(T) - Method in class org.silverpeas.core.notification.system.CDIAfterSuccessfulTransactionResourceEventListener
Listens for events related to a resource managed in Silverpeas.
onEvent(T) - Method in class org.silverpeas.core.notification.system.CDIResourceEventListener
Listens for events related to a resource managed in Silverpeas.
OnlyByCreator - Annotation Type in org.silverpeas.core.persistence.datasource.constraint
Annotation for JSR-303 validator.
OnlyByCreatorValidator - Class in org.silverpeas.core.persistence.datasource.constraint
Validator of the OnlyByCreator constraint.
OnlyByCreatorValidator() - Constructor for class org.silverpeas.core.persistence.datasource.constraint.OnlyByCreatorValidator
 
onMessage(Message) - Method in class org.silverpeas.core.notification.system.JMSResourceEventListener
Listens for events related to a resource managed in Silverpeas.
onMove(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the move of a resource has be listened.
onNoSpecificDay() - Method in class org.silverpeas.core.calendar.Recurrence
Sets that the recurrence is not linked to a specific day.
onOperationsOf(AccessControlOperation...) - Method in class org.silverpeas.core.security.authorization.AccessControlContext
Defines the operations performed into the context.
onParticipants(Collection<User>) - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Filters on the specified participants for an event.
onParticipants(User...) - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Filters on the specified participants for an event.
onRecovery(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the recovery of a removed resource has be listened.
onRemoving(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the removing of a resource has be listened.
onSynchronizationDateLimit(Instant) - Method in class org.silverpeas.core.calendar.CalendarEventFilter
Filters on the specified synchronization datetime limit.
onUnlock(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the unlock of a resource has be listened.
onUpdate(T) - Method in interface org.silverpeas.core.notification.system.ResourceEventListener
An event on the update of a resource has be listened.
openConnection() - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
Opens a new connection to the Silverpeas database.
OperationContext - Class in org.silverpeas.core.persistence.datasource
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 - Enum in org.silverpeas.core.persistence.datasource
 
OperationResult<T extends PlannableOnCalendar,​U extends Occurrence> - Class in org.silverpeas.core.calendar
Result of an operation that was performed against an object in the calendar business model like a calendar event and its occurrences for example.
OperationResult() - Constructor for class org.silverpeas.core.calendar.OperationResult
 
OperatorFunction(String, BiFunction<T, T, T>) - Constructor for class org.silverpeas.core.util.expression.PrefixedNotationExpressionEngine.OperatorFunction
 
OPTIONAL - org.silverpeas.core.calendar.Attendee.PresenceStatus
The participation of the attendee is optional.
or(String, Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
or(String, Collection<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
orderBy(String...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Orders the result of the query by the specified columns.
OrderBy - Class in org.silverpeas.core.persistence
Centralizing the order by processing.
org.silverpeas.core - package org.silverpeas.core
Defines the core, the foundation of Silverpeas on which collaborative applications can be built.
org.silverpeas.core.admin.component.model - package org.silverpeas.core.admin.component.model
 
org.silverpeas.core.admin.component.service - package org.silverpeas.core.admin.component.service
 
org.silverpeas.core.admin.domain - package org.silverpeas.core.admin.domain
 
org.silverpeas.core.admin.i18n - package org.silverpeas.core.admin.i18n
Provides the interfaces to access the i18n data in Silverpeas.
org.silverpeas.core.admin.user - package org.silverpeas.core.admin.user
Provides the classes to represent and to manage the users and the user groups in Silverpeas.
org.silverpeas.core.admin.user.constant - package org.silverpeas.core.admin.user.constant
Provides some constants such as the level of access for a user or the state of a user.
org.silverpeas.core.admin.user.model - package org.silverpeas.core.admin.user.model
Provides the interfaces modelling a user and a user group in Silverpeas.
org.silverpeas.core.admin.user.service - package org.silverpeas.core.admin.user.service
Provides the services from which the user and user groups can be accessed.
org.silverpeas.core.annotation - package org.silverpeas.core.annotation
Provides Silverpeas custom annotations for adding semantic value to objects and to their properties.
org.silverpeas.core.annotation.constraint - package org.silverpeas.core.annotation.constraint
Provides Silverpeas custom annotations for adding Bean Validation constraints to objects.
org.silverpeas.core.backgroundprocess - package org.silverpeas.core.backgroundprocess
 
org.silverpeas.core.cache - package org.silverpeas.core.cache
Provides an API to manage common caches in Silverpeas.
org.silverpeas.core.cache.service - package org.silverpeas.core.cache.service
 
org.silverpeas.core.calendar - package org.silverpeas.core.calendar
Provides the Calendar and Event Planning Engine.
org.silverpeas.core.calendar.icalendar - package org.silverpeas.core.calendar.icalendar
Provides the services dedicated to the export and the import of CalendarEvent instances into and from iCalendar sources.
org.silverpeas.core.calendar.notification - package org.silverpeas.core.calendar.notification
 
org.silverpeas.core.calendar.repository - package org.silverpeas.core.calendar.repository
 
org.silverpeas.core.calendar.view - package org.silverpeas.core.calendar.view
Provides a set of useful different views on the occurrences of calendar events in order to easily handle them by some specific properties.
org.silverpeas.core.contribution - package org.silverpeas.core.contribution
 
org.silverpeas.core.contribution.content.renderer - package org.silverpeas.core.contribution.content.renderer
 
org.silverpeas.core.contribution.indicator - package org.silverpeas.core.contribution.indicator
 
org.silverpeas.core.contribution.model - package org.silverpeas.core.contribution.model
 
org.silverpeas.core.contribution.service - package org.silverpeas.core.contribution.service
 
org.silverpeas.core.contribution.tracking - package org.silverpeas.core.contribution.tracking
Provides a Contribution Modification Tracking API.
org.silverpeas.core.date - package org.silverpeas.core.date
Provides the classes and the interface to manage dates and times in a more efficient way for Silverpeas.
org.silverpeas.core.date.period - package org.silverpeas.core.date.period
 
org.silverpeas.core.ddwe - package org.silverpeas.core.ddwe
 
org.silverpeas.core.exception - package org.silverpeas.core.exception
Provides the base exceptions in Silverpeas.
org.silverpeas.core.i18n - package org.silverpeas.core.i18n
 
org.silverpeas.core.importexport - package org.silverpeas.core.importexport
Provides an API for exporters and importers of Silverpeas resources into and from a serializable form in a given format (PDF, iCal, JSON, and so on).
org.silverpeas.core.initialization - package org.silverpeas.core.initialization
All objects requiring to be initialized or bootstrapped at Silverpeas starting have to be implement the Initialization interface and to implement the init() method.
org.silverpeas.core.media.streaming - package org.silverpeas.core.media.streaming
 
org.silverpeas.core.notification - package org.silverpeas.core.notification
Provides APIs for notifying either users or system components about some actions or changes occurring in some resources managed or handled by Silverpeas.
org.silverpeas.core.notification.message - package org.silverpeas.core.notification.message
Provides an API to send volatile messages to users about the status of their actions.
org.silverpeas.core.notification.sse - package org.silverpeas.core.notification.sse
Provides the System Notification API within which Silverpeas can notify WEB clients by sending ServerEvent.
org.silverpeas.core.notification.sse.behavior - package org.silverpeas.core.notification.sse.behavior
 
org.silverpeas.core.notification.system - package org.silverpeas.core.notification.system
Provides the System Notification Bus API with which the objects in Silverpeas can notify or can be notified about some resource's state change.
org.silverpeas.core.notification.user - package org.silverpeas.core.notification.user
Provides an API for notifying users either directly or in a delayed way according to the preferences of the users.
org.silverpeas.core.notification.user.builder - package org.silverpeas.core.notification.user.builder
Provides the builders that are responsible to build a user notification.
org.silverpeas.core.notification.user.client - package org.silverpeas.core.notification.user.client
Provides all the interfaces and classes to the clients of the Silverpeas User Notification API to build and to send a notification to some users (the recipients).
org.silverpeas.core.notification.user.client.constant - package org.silverpeas.core.notification.user.client.constant
Provides some constants representing some business concepts and that are used in the client-side of the User Notification API.
org.silverpeas.core.notification.user.delayed - package org.silverpeas.core.notification.user.delayed
Provides all the classes that take in charge the delayed notifications.
org.silverpeas.core.notification.user.delayed.constant - package org.silverpeas.core.notification.user.delayed.constant
Provides all the constants representing some specific types used in the delayed notifications (like the frequency at which the notifications are sent).
org.silverpeas.core.notification.user.delayed.model - package org.silverpeas.core.notification.user.delayed.model
Provides the model of all the business objects representing a delayed notifications.
org.silverpeas.core.notification.user.model - package org.silverpeas.core.notification.user.model
Provides all the business objects representing a notification.
org.silverpeas.core.notification.user.server - package org.silverpeas.core.notification.user.server
Provides the classes that are responsible to transmit effectively a user notification to the recipients through some well defined media.
org.silverpeas.core.persistence - package org.silverpeas.core.persistence
Defines the Persistence API used in Silverpeas to store and to retrieve all the resources that were created into Silverpeas.
org.silverpeas.core.persistence.datasource - package org.silverpeas.core.persistence.datasource
Defines the default Persistence API for Silverpeas.
org.silverpeas.core.persistence.datasource.constraint - package org.silverpeas.core.persistence.datasource.constraint
 
org.silverpeas.core.persistence.datasource.model - package org.silverpeas.core.persistence.datasource.model
 
org.silverpeas.core.persistence.datasource.model.identifier - package org.silverpeas.core.persistence.datasource.model.identifier
 
org.silverpeas.core.persistence.datasource.model.jpa - package org.silverpeas.core.persistence.datasource.model.jpa
 
org.silverpeas.core.persistence.datasource.repository - package org.silverpeas.core.persistence.datasource.repository
 
org.silverpeas.core.persistence.datasource.repository.jpa - package org.silverpeas.core.persistence.datasource.repository.jpa
 
org.silverpeas.core.persistence.jdbc - package org.silverpeas.core.persistence.jdbc
Old way in Silverpeas to persist the resources in databases by using the J2EE BMP approach.
org.silverpeas.core.persistence.jdbc.bean - package org.silverpeas.core.persistence.jdbc.bean
 
org.silverpeas.core.persistence.jdbc.sql - package org.silverpeas.core.persistence.jdbc.sql
 
org.silverpeas.core.persistence.jdbc.sql.setters - package org.silverpeas.core.persistence.jdbc.sql.setters
Contains all the setters of SQL parameters witin a SQL request (id est a PreparedStatement.
org.silverpeas.core.personalization - package org.silverpeas.core.personalization
Provides classes for managing the user preferences.
org.silverpeas.core.personalization.service - package org.silverpeas.core.personalization.service
 
org.silverpeas.core.reminder - package org.silverpeas.core.reminder
 
org.silverpeas.core.scheduler - package org.silverpeas.core.scheduler
The Scheduling Engine in Silverpeas provides an API to get either a volatile or a persistent scheduler.
org.silverpeas.core.scheduler.trigger - package org.silverpeas.core.scheduler.trigger
Provides job trigger definitions.
org.silverpeas.core.security - package org.silverpeas.core.security
 
org.silverpeas.core.security.authentication - package org.silverpeas.core.security.authentication
 
org.silverpeas.core.security.authentication.exception - package org.silverpeas.core.security.authentication.exception
 
org.silverpeas.core.security.authorization - package org.silverpeas.core.security.authorization
 
org.silverpeas.core.security.html - package org.silverpeas.core.security.html
 
org.silverpeas.core.security.session - package org.silverpeas.core.security.session
 
org.silverpeas.core.security.token - package org.silverpeas.core.security.token
 
org.silverpeas.core.security.token.annotation - package org.silverpeas.core.security.token.annotation
Provides the different annotations used in the Token API.
org.silverpeas.core.security.token.exception - package org.silverpeas.core.security.token.exception
Provides exceptions the Token API can throw when an error is encountered.
org.silverpeas.core.security.token.persistent - package org.silverpeas.core.security.token.persistent
Provides a type of tokens that are persisted in a data source and that are mapped with a resource managed in Silverpeas.
org.silverpeas.core.security.token.persistent.service - package org.silverpeas.core.security.token.persistent.service
Provides a service around the persistent tokens to easily generate and get them.
org.silverpeas.core.selection - package org.silverpeas.core.selection
Provides an API to select resources managed in Silverpeas in order to be used later in some operations on them.
org.silverpeas.core.template - package org.silverpeas.core.template
Provides a Template API for generating messages, web pages, emails, documents, or any other formatted content output from a template.
org.silverpeas.core.template.renderer - package org.silverpeas.core.template.renderer
 
org.silverpeas.core.thread - package org.silverpeas.core.thread
Provides an engine to manage multi-threaded treatments in Silverpeas.
org.silverpeas.core.thread.concurrent - package org.silverpeas.core.thread.concurrent
 
org.silverpeas.core.thread.task - package org.silverpeas.core.thread.task
 
org.silverpeas.core.ui - package org.silverpeas.core.ui
 
org.silverpeas.core.util - package org.silverpeas.core.util
Provides miscellaneous utility classes.
org.silverpeas.core.util.annotation - package org.silverpeas.core.util.annotation
 
org.silverpeas.core.util.expression - package org.silverpeas.core.util.expression
 
org.silverpeas.core.util.filter - package org.silverpeas.core.util.filter
 
org.silverpeas.core.util.logging - package org.silverpeas.core.util.logging
The Silverpeas Logging Engine.
org.silverpeas.core.util.memory - package org.silverpeas.core.util.memory
Provides utility classes for handling memory units and values.
org.silverpeas.core.util.security - package org.silverpeas.core.util.security
 
org.silverpeas.core.util.stream - package org.silverpeas.core.util.stream
 
org.silverpeas.core.util.time - package org.silverpeas.core.util.time
Provides utility classes to handle the time.
org.silverpeas.core.variables - package org.silverpeas.core.variables
 
org.silverpeas.core.wbe - package org.silverpeas.core.wbe
Provides an API to edit a contribution by a Web browser in an online office service through the WOPI protocol (LibreOffice Online for example).
org.silverpeas.core.web.mvc.route - package org.silverpeas.core.web.mvc.route
 
originalListSize() - Method in class org.silverpeas.core.util.ListSlice
Gets the size of the original list this slice comes from.
originalListSize() - Method in class org.silverpeas.core.util.PaginationList
 
originalListSize() - Method in class org.silverpeas.core.util.SilverpeasArrayList
 
originalListSize() - Method in interface org.silverpeas.core.util.SilverpeasList
Gets the number of items the original list contains.
originalListSize() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
orNotNull(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
The specified parameter, in a disjunction filter, must not be null when requesting the data source.
orNull(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
The specified parameter, in a conjunction filter, must null when requesting the data source.
outerJoin(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
owner() - Method in annotation type org.silverpeas.core.persistence.datasource.constraint.OnlyByCreator
If the entity belongs to a parent, then returns the name of the field that refers the owner of the entity.
owner() - Method in class org.silverpeas.core.wbe.WbeFile
A string that uniquely identifies the owner of the file.

P

pagination() - Method in interface org.silverpeas.core.persistence.datasource.repository.QueryCriteria
Gets the pagination to apply to the query.
pagination() - Method in class org.silverpeas.core.persistence.datasource.repository.SimpleQueryCriteria
 
PaginationCriterion - Class in org.silverpeas.core.persistence.datasource.repository
A pagination criterion.
PaginationCriterion(int, int) - Constructor for class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
Constructs a new pagination criterion from the specified page number and count of items this page has to gather.
PaginationList<T> - Class in org.silverpeas.core.util
The pagination list is a decorator of a collection by adding it some methods used in the pagination.
parallel() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
parameters() - Method in class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Gets the parameters referred by the clause.
Parameters - Interface in org.silverpeas.core.persistence.datasource.repository
A collection of parameters used to filter a query or used in a criterion.
params(String, T) - Method in class org.silverpeas.core.security.token.TokenGenerationParameter.Builder
Adds a new configuration parameter in the chain build.
params(String, T) - Static method in class org.silverpeas.core.security.token.TokenGenerationParameter
Convenient method to create a generation parameter.
parse(String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a special String into a Date.
parse(String, String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a special String into a Date.
parseDate(String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a String of format yyyy/MM/dd and return the corresponding Date.
parseDateTime(String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a String of format yyyy/MM/dd hh:mm and return the corresponding Date.
parseFromLucene(String) - Static method in class org.silverpeas.core.util.DateUtil
 
parseISO8601Date(String) - Static method in class org.silverpeas.core.util.DateUtil
Parses the specified ISO 8601 formatted date and returns it as a Date instance.
parseTime(String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a String of format yyyy/MM/dd hh:mm and return the corresponding Date.
PASSWORD_EMAIL_TO_CHANGE_ON_FIRST_LOGIN - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has been rejected because this is a first login that requires both the password and the email address of the user to be changed before.
PASSWORD_EXPIRED - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has been rejected for an expired password.
PASSWORD_TO_CHANGE - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has been rejected because the password requires to be changed before.
PASSWORD_TO_CHANGE_ON_FIRST_LOGIN - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has been rejected because this is a first login that requires the password of the user to be changed before.
payload() - Method in annotation type org.silverpeas.core.annotation.constraint.DateRange
 
payload() - Method in annotation type org.silverpeas.core.persistence.datasource.constraint.OnlyByCreator
 
PDC_MANAGER - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is a manager of the PdC.
peek(Consumer<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
PENDING_VALIDATION - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution is in validation pending.
perform(Process<V>) - Method in class org.silverpeas.core.persistence.Transaction
The given process is executed in a transaction: support a current transaction, create a new one if none exists.
performBeforePersist() - Method in class org.silverpeas.core.calendar.Calendar
 
performBeforePersist() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
performBeforePersist() - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
performBeforePersist() - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
performBeforePersist() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
Performs some treatments before this entity is persisted into a repository.
performBeforePersist() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
 
performBeforePersist() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
performBeforePersist() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
performBeforeRemove() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
Performs some treatments before this entity is removed from a repository.
performBeforeRemove() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
 
performBeforeRemove() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
performBeforeUpdate() - Method in class org.silverpeas.core.calendar.Calendar
 
performBeforeUpdate() - Method in class org.silverpeas.core.calendar.CalendarComponent
 
performBeforeUpdate() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
performBeforeUpdate() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
Performs some treatments before its counterpart in a repository is updated with the changes in this entity.
performBeforeUpdate() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.BasicJpaEntity
 
performBeforeUpdate() - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
performBeforeUpdate() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
performEventSend(String, long, String) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
performEventSend(String, long, String) - Method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
 
performInNew(Process<V>) - Static method in class org.silverpeas.core.persistence.Transaction
Performs in a new transaction the specified process.
performInOne(Process<V>) - Static method in class org.silverpeas.core.persistence.Transaction
Performs in a single transaction the specified process.
performNew(Process<V>) - Method in class org.silverpeas.core.persistence.Transaction
The given process is executed in a new transaction, even it is called from an existent one.
performWith(Reminder) - Method in interface org.silverpeas.core.reminder.BackgroundReminderProcess
Performs the treatment of the process.
Period - Class in org.silverpeas.core.date
A period is a lapse of time starting at a given date or datetime and ending at another given date or datetime.
Period - Class in org.silverpeas.core.date.period
Deprecated.
Use Period
Period() - Constructor for class org.silverpeas.core.date.Period
 
Period(DateTime, DateTime) - Constructor for class org.silverpeas.core.date.period.Period
Deprecated.
Constructor : Constructs a newly allocated period.
Period(DateTime, DateTime, TimeZone) - Constructor for class org.silverpeas.core.date.period.Period
Deprecated.
Constructor : Constructs a newly allocated period.
Period.PeriodBuilder - Class in org.silverpeas.core.date
A builder of a Period instance that starts at a specified date or datetime.
PeriodType - Enum in org.silverpeas.core.date.period
Deprecated.
Use Period
PersistenceException - Exception in org.silverpeas.core.persistence.jdbc.bean
 
PersistenceException(String, String...) - Constructor for exception org.silverpeas.core.persistence.jdbc.bean.PersistenceException
 
PersistenceException(String, Throwable) - Constructor for exception org.silverpeas.core.persistence.jdbc.bean.PersistenceException
 
PersistenceException(Throwable) - Constructor for exception org.silverpeas.core.persistence.jdbc.bean.PersistenceException
 
PersistenceOperation - Class in org.silverpeas.core.persistence.datasource
A persistence operation.
PersistenceOperation() - Constructor for class org.silverpeas.core.persistence.datasource.PersistenceOperation
 
PersistentResourceToken - Class in org.silverpeas.core.security.token.persistent
A persistent token used to identify uniquely a resource.
PersistentResourceToken() - Constructor for class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
PersistentResourceToken(EntityReference, String) - Constructor for class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Constructs a new persistent token for the specified resource and with the specified value.
PersistentResourceTokenGenerator - Class in org.silverpeas.core.security.token.persistent
A generator of PersistentResourceToken instances.
PersistentResourceTokenGenerator() - Constructor for class org.silverpeas.core.security.token.persistent.PersistentResourceTokenGenerator
 
PersistentResourceTokenService - Interface in org.silverpeas.core.security.token.persistent.service
A service on the persistent token for Silverpeas entities.
PersistentScheduling - Annotation Type in org.silverpeas.core.scheduler
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 - Annotation Type in org.silverpeas.core.persistence.datasource
Annotation to qualify an implementation of PersistenceOperation as being a persist operation.
PersonalizationService - Interface in org.silverpeas.core.personalization.service
 
Plannable - Interface in org.silverpeas.core.contribution.model
An interface that indicates a resource or a contribution is plannable in the time like an event or a task for example.
PlannableOnCalendar - Interface in org.silverpeas.core.calendar
A plannable object is an object that can be planned in a calendar and that can be serialized on a data source.
planOn(Calendar) - Method in class org.silverpeas.core.calendar.CalendarEvent
 
planOn(Calendar) - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Saves this plannable object into the specified calendar.
pop() - Method in class org.silverpeas.core.selection.SelectionBasket
Pops the last resource put in the basket; the resource atop of the basket.
POPULATED - org.silverpeas.core.notification.user.client.constant.NotifAction
A container has been populated.
POPUP - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is sent to the recipient's web browser to be rendered within a popup.
PrefixedNotationExpressionEngine<R> - Class in org.silverpeas.core.util.expression
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> - Class in org.silverpeas.core.util.expression
Defines an operator behavior.
prepareEditionWith(SilverpeasUserSession, WbeFile) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Prepares a WBE edition from given data.
prepareEditionWith(WbeUser, WbeFile) - Method in interface org.silverpeas.core.wbe.WbeClientManager
Prepares a WBE edition from given data.
prepareInsert(String, PreparedStatement, T) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
prepareUpdate(String, PreparedStatement, T) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
previous() - Method in class org.silverpeas.core.date.Date
Deprecated.
The previous date to this one.
previous() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
printStackTrace() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
printStackTrace(PrintStream) - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
printStackTrace(PrintWriter) - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
Prioritized - Interface in org.silverpeas.core.calendar
It defines the property of an object of being potentially prioritized.
Priority - Enum in org.silverpeas.core.calendar
Priority of a PlannableOnCalendar.
PRIORITY_ERROR - Static variable in class org.silverpeas.core.notification.user.client.NotificationParameters
The message is for an error.
PRIORITY_NORMAL - Static variable in class org.silverpeas.core.notification.user.client.NotificationParameters
The priority of the message is normal.
PRIORITY_URGENT - Static variable in class org.silverpeas.core.notification.user.client.NotificationParameters
The message is urgent.
PRIVATE - org.silverpeas.core.calendar.VisibilityLevel
The plannable object can be only visible by the stakeholders.
PRIVILEGED_USER - org.silverpeas.core.admin.user.model.SilverpeasRole
PRIVILEGED_USER means a reader with additional rights specific to some component instances.
process() - Method in class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
The treatment which will be performed.
process() - Method in class org.silverpeas.core.backgroundprocess.RunnableBackgroundProcess
 
process(C) - Method in interface org.silverpeas.core.thread.task.AbstractRequestTask.Request
Process the request according to the given context.
process(AbstractRequestTask.ProcessContext) - Method in class org.silverpeas.core.backgroundprocess.AbstractBackgroundProcessRequest
 
Process<V> - Interface in org.silverpeas.core.util
Defines a process to execute.
PROCESS_NAME_SUFFIX - Static variable in class org.silverpeas.core.reminder.BackgroundReminderProcess.Constants
The predefined suffix that must compound the name of each implementation of this interface.
processRequest(AbstractRequestTask.Request<C>) - Method in class org.silverpeas.core.thread.task.AbstractRequestTask
Processes the given request.
Useful for a task which needs to perform some stuffs around the process.
processRequest(AbstractRequestTask.Request<AbstractRequestTask.ProcessContext>) - Method in class org.silverpeas.core.backgroundprocess.BackgroundProcessTask
 
provider() - Static method in interface org.silverpeas.core.admin.user.model.User
Gets a provider of existing users in Silverpeas.
Provider - Annotation Type in org.silverpeas.core.annotation
This annotation is to tag a managed bean as being a provider of business objects.
PUBLIC - org.silverpeas.core.calendar.VisibilityLevel
The plannable object can be visible by all.
PUBLICATION_ID - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the unique identifier of a publication.
PUBLISHED - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been published.
PUBLISHER - org.silverpeas.core.admin.user.model.SilverpeasRole
PUBLISHER means a user having rights to publish and to validate contributions into a component instance.
push(Class<T>, AbstractRequestTask.Request<C>) - Method in class org.silverpeas.core.thread.task.RequestTaskManager
This method is the only entry point to add a request to process.
push(AbstractBackgroundProcessRequest) - Static method in class org.silverpeas.core.backgroundprocess.BackgroundProcessTask
Pushes a request to process.
put(Object, Object, int, int) - Method in class org.silverpeas.core.cache.service.EhCache
 
put(String, byte[]) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Boolean) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Double) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Float) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Integer) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Long) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Number) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, Short) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, String) - Method in class org.silverpeas.core.ui.UserI18NTranslationMap
Puts a translation for a language.
put(String, String) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, BigDecimal) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
put(String, T) - Method in class org.silverpeas.core.security.authorization.AccessControlContext
Puts into context a value linked to a key.
put(String, T) - Method in class org.silverpeas.core.wbe.WbeEdition.Configuration
Puts an additional configuration.
put(T) - Method in class org.silverpeas.core.selection.SelectionBasket
Puts the specified Silverpeas resource into this basket of selected resources to transfer information about it.
put(T, SelectionContext) - Method in class org.silverpeas.core.selection.SelectionBasket
Puts the specified Silverpeas resource into this basket of selected resources for the given selection context .
putAttribute(String, String) - Method in class org.silverpeas.core.selection.SelectionContext
Defines a context attribute.
putJSONArray(String, UnaryOperator<JSONCodec.JSONArray>) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
putJSONObject(String, UnaryOperator<JSONCodec.JSONObject>) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
putLocalized(String, String, String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
Puts a localized data according to the given language and the specified key.
putNull(String) - Method in class org.silverpeas.core.util.JSONCodec.JSONObject
 
putParameter(String, String) - Method in class org.silverpeas.core.notification.system.AbstractResourceEvent
Puts a new parameter to this resource.

Q

QueryCriteria - Interface in org.silverpeas.core.persistence.datasource.repository
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 - Class in org.silverpeas.core.persistence.datasource.repository
A clause representing the criteria the entities have to match.

R

READ - org.silverpeas.core.ActionType
 
READER - org.silverpeas.core.admin.user.model.SilverpeasRole
READER has same meaning than SilverpeasRole.USER.
READER_ROLES - Static variable in enum org.silverpeas.core.admin.user.model.SilverpeasRole
 
realize(JMSContext) - Method in interface org.silverpeas.core.notification.system.JMSOperation.Operation
 
realize(JMSOperation.Operation) - Static method in class org.silverpeas.core.notification.system.JMSOperation
Realizes a JMS operation with a managed JMSContext.
RECIPIENT_GROUPS - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the list of group identifiers separated by comma.
RECIPIENT_USERS - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the list of user identifiers separated by comma.
RECOVERY - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the recovery of a resource that has been removed.
recur(Recurrence) - Method in class org.silverpeas.core.calendar.CalendarEvent
Recurs this event with the specified event recurrence.
recur(Recurrence) - Method in interface org.silverpeas.core.calendar.Recurrent
Recurs this recurrent object with the specified recurrence rules.
Recurrence - Class in org.silverpeas.core.calendar
It defines the rules of the recurrence of a PlannableOnCalendar in its planning in a calendar.
Recurrence() - Constructor for class org.silverpeas.core.calendar.Recurrence
Constructs an empty recurrence for the persistence engine.
Recurrence.ExceptionDateNormalizer - Class in org.silverpeas.core.calendar
This converter is dedicated to the Recurrence.exceptionDates collection.
RecurrencePeriod - Class in org.silverpeas.core.calendar
A period of a recurrence.
RecurrencePeriod() - Constructor for class org.silverpeas.core.calendar.RecurrencePeriod
Constructs an empty recurrence period for the persistence engine.
Recurrent - Interface in org.silverpeas.core.calendar
This interface is dedicated to be applied on PlannableOnCalendar implementations.
reduce(BinaryOperator<T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
reduce(T, BinaryOperator<T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
ReentrantSemaphore - Class in org.silverpeas.core.thread.concurrent
Management of a Reentrant Semaphore.
ReentrantSemaphore(int) - Constructor for class org.silverpeas.core.thread.concurrent.ReentrantSemaphore
Creates a reentrant Semaphore with the given number of permits.
refreshRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
REFUSE - org.silverpeas.core.notification.user.client.constant.NotifAction
The publishing of a contribution has been refused.
register(Runnable) - Static method in class org.silverpeas.core.backgroundprocess.RunnableBackgroundProcess
Registers into BackgroundProcessTask context a new process to perform.
register(String, Runnable) - Static method in class org.silverpeas.core.backgroundprocess.RunnableBackgroundProcess
Registers into BackgroundProcessTask context a new process to perform.
register(String, BackgroundProcessTask.LOCK_DURATION, Runnable) - Static method in class org.silverpeas.core.backgroundprocess.RunnableBackgroundProcess
Registers into BackgroundProcessTask context a new process to perform.
register(SilverpeasServerEventContext) - Method in class org.silverpeas.core.notification.sse.DefaultServerEventContextManager
 
register(SilverpeasServerEventContext) - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContextManager
Register safely the given SilverpeasServerEventContext instance.
registerContext(SilverpeasServerEventContext) - Static method in class org.silverpeas.core.notification.sse.ServerEventDispatcherTask
Register an SilverpeasServerEventContext instance.
If the instance is already registered, nothing is again registered.
registerDefaultSourceInCSP(String) - Method in class org.silverpeas.core.util.security.SecuritySettings.Registration
 
registerDomainInCORS(String) - Method in class org.silverpeas.core.util.security.SecuritySettings.Registration
 
registration() - Static method in class org.silverpeas.core.util.security.SecuritySettings
 
Registration() - Constructor for class org.silverpeas.core.util.security.SecuritySettings.Registration
 
rejected() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Is the authentication has been rejected?
relatedToComponentAndResourceType() - Method in interface org.silverpeas.core.contribution.indicator.NewContributionIndicator
Indicates the name of component and the type of resource the indicator is related to.
relative() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMapProvider
All the URI provided by the ComponentInstanceRoutingMap instance will not be prefixed.
relative(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
relativeToSilverpeas() - Method in interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMapProvider
All the URI provided by the ComponentInstanceRoutingMap instance will be prefixed with the URI part of the Silverpeas application name.
release() - Method in class org.silverpeas.core.calendar.ICalendarEventSynchronization
 
release() - Method in interface org.silverpeas.core.initialization.Initialization
Releases the previously initialized resources at Silverpeas shutdown.
release() - Method in class org.silverpeas.core.thread.concurrent.ReentrantSemaphore
Releases a permit, returning it to the semaphore.
Reminder - Class in org.silverpeas.core.reminder
A reminder.
Reminder() - Constructor for class org.silverpeas.core.reminder.Reminder
 
Reminder(ContributionIdentifier, User, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.Reminder
Constructs a new reminder about the given contribution for the specified user.
Reminder(ContributionIdentifier, ReminderProcessName) - Constructor for class org.silverpeas.core.reminder.Reminder
Constructs a new reminder about the given contribution for the system.
Reminder.ReminderBuilder - Class in org.silverpeas.core.reminder
A builder of reminders.
ReminderBuilder() - Constructor for class org.silverpeas.core.reminder.Reminder.ReminderBuilder
 
ReminderIdentifier - Class in org.silverpeas.core.reminder
Identifier of a reminder in the persistence context.
ReminderIdentifier() - Constructor for class org.silverpeas.core.reminder.ReminderIdentifier
 
ReminderProcess - Class in org.silverpeas.core.reminder
The process to send a notification to the user aimed by a reminder.
ReminderProcess() - Constructor for class org.silverpeas.core.reminder.ReminderProcess
 
ReminderProcessName - Interface in org.silverpeas.core.reminder
ReminderRepository - Interface in org.silverpeas.core.reminder
Repository of reminders.
ReminderSettings - Class in org.silverpeas.core.reminder
 
remove(int) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
remove(Object) - Method in class org.silverpeas.core.cache.service.EhCache
 
remove(Object) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
remove(Object) - Method in class org.silverpeas.core.variables.VariableValueSet
 
remove(Object, Class<T>) - Method in class org.silverpeas.core.cache.service.EhCache
 
remove(String) - Method in class org.silverpeas.core.calendar.AttributeSet
Remove the specified attribute.
remove(String) - Method in class org.silverpeas.core.calendar.CategorySet
Removes a category from the categories of a PlannableOnCalendar.
remove(String) - Method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
Removes quietly the specified token.
remove(String) - Method in class org.silverpeas.core.variables.VariableValueSet
Removes the specified variables' value from this set.
remove(String...) - Method in class org.silverpeas.core.calendar.CategorySet
Removes one or several categories from the categories of a PlannableOnCalendar.
remove(Connection, WAPrimaryKey) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
remove(Connection, WAPrimaryKey) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
remove(EntityReference) - Method in interface org.silverpeas.core.security.token.persistent.service.PersistentResourceTokenService
Removes quietly the token of the resource referred by the specified entity reference.
remove(WAPrimaryKey) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
remove the row in db represented by the primary key.
remove(WAPrimaryKey) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
remove(T) - Method in class org.silverpeas.core.selection.SelectionBasket
 
REMOVE - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is sent to nowhere (it's lost).
removeAll(Collection<?>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
removeAll(Collection<?>) - Method in class org.silverpeas.core.variables.VariableValueSet
 
removeAll(List<String>) - Method in class org.silverpeas.core.calendar.CategorySet
Removes several categories from the categories of a PlannableOnCalendar.
removeAt(int) - Method in class org.silverpeas.core.selection.SelectionBasket
Removes the resource that is at the specified position in the basket.
REMOVED - org.silverpeas.core.admin.user.constant.GroupState
The group is removed.
REMOVED - org.silverpeas.core.admin.user.constant.UserState
The user account is removed.
removeIf(Predicate<? super E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
removeIf(Predicate<Map.Entry<String, String>>) - Method in class org.silverpeas.core.calendar.AttributeSet
Removes all of the attributes that match the specified filter.
removeIf(Predicate<Attendee>) - Method in class org.silverpeas.core.calendar.AttendeeSet
Removes all of the attendees that match the specified filter.
removeLongText(int) - Static method in class org.silverpeas.core.persistence.jdbc.LongText
 
removeOperationsOf(AccessControlOperation...) - Method in class org.silverpeas.core.security.authorization.AccessControlContext
Removes the operations from the context.
RemoveSenderRecipientBehavior - Interface in org.silverpeas.core.notification.user
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.
removeStates(OperationContext.State...) - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Removes states from context.
removeToken(EntityReference) - Static method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Removes the token for the specified resource.
removeWhere(Connection, WAPrimaryKey, String) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
removeWhere(Connection, WAPrimaryKey, String) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
removeWhere(WAPrimaryKey, String) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
remove all row in db represented by the where clause.
removeWhere(WAPrimaryKey, String) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
REMOVING - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the removing of a resource in Silverpeas.
renderEdition() - Method in interface org.silverpeas.core.contribution.content.renderer.ContributionContentRenderer
Rendering the HTML content in order to be displayed into a context of edition.
renderView() - Method in interface org.silverpeas.core.contribution.content.renderer.ContributionContentRenderer
Rendering the HTML content in order to be displayed into a context of edition.
renderView(boolean) - Method in interface org.silverpeas.core.contribution.content.renderer.ContributionContentRenderer
Rendering the HTML content in order to be displayed into a context of edition.
renew(T) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceTokenGenerator
 
renew(T) - Method in interface org.silverpeas.core.security.token.TokenGenerator
Renews the specified token.
replaceAll(UnaryOperator<E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
replaceLast(String) - Method in class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Replaces the last criterion by the specified one.
REPORT - org.silverpeas.core.notification.user.client.constant.NotifAction
A report of information about a contribution.
REPORT_NAMESPACE - Static variable in class org.silverpeas.core.calendar.ICalendarEventSynchronization
The namespace of the logger used to report the synchronization of a calendar.
Repository - Annotation Type in org.silverpeas.core.annotation
This annotation is to tag an object as being a repository of business objects.
RequestTaskManager - Class in org.silverpeas.core.thread.task
This manager handles the threading side of AbstractRequestTask processing.
REQUIRED - org.silverpeas.core.calendar.Attendee.PresenceStatus
The participation of the attendee is required.
reset() - Method in class org.silverpeas.core.util.CollectionUtil.RuptureContext
Resets the rupture as the caller was initializing a new one with CollectionUtil.RuptureContext.newOne(List).
resetDefaultSpace(String) - Method in interface org.silverpeas.core.personalization.service.PersonalizationService
 
resetHour(Calendar) - Static method in class org.silverpeas.core.util.DateUtil
Reset hour of a date (00:00:00.000)
resetHour(Date) - Static method in class org.silverpeas.core.util.DateUtil
Reset hour of a date (00:00:00.000)
RESOURCE_ID - Static variable in class org.silverpeas.core.notification.user.NotificationContext
The predefined key in the context mapped with the unique identifier of a resource in Silverpeas.
RESOURCE_PARAM - Static variable in class org.silverpeas.core.security.token.persistent.PersistentResourceTokenGenerator
The parameter refers the resource for which the token is.
ResourceEvent<T extends Serializable> - Interface in org.silverpeas.core.notification.system
A notification event on the change of the state of a given resource in Silverpeas.
ResourceEvent.Type - Enum in org.silverpeas.core.notification.system
It defines the more common type of notification in use in Silverpeas.
ResourceEventListener<T extends ResourceEvent<?>> - Interface in org.silverpeas.core.notification.system
A resource event listener.
ResourceEventNotifier<R extends Serializable,​T extends ResourceEvent<?>> - Interface in org.silverpeas.core.notification.system
A notifier of an event about a resource in Silverpeas.
ResourceIdentifier - Interface in org.silverpeas.core
Interface of all identifiers of resources managed by Silverpeas.
ResourcePath<T extends SilverpeasResource> - Interface in org.silverpeas.core.util
The path of a resource in the organization tree of Silverpeas.
ResourcePath.Constants - Class in org.silverpeas.core.util
Constants
ResourceReference - Class in org.silverpeas.core
Reference to a resource managed by a component instance in Silverpeas.
ResourceReference(String) - Constructor for class org.silverpeas.core.ResourceReference
Constructs a new reference to a resource with the specified identifier.
ResourceReference(String, String) - Constructor for class org.silverpeas.core.ResourceReference
Constructs a new reference to a resource with the specified identifier and that is managed by the specified component instance.
ResourceReference(ContributionIdentifier) - Constructor for class org.silverpeas.core.ResourceReference
Constructs a new reference to the specified contribution.
ResourceReference(WAPrimaryKey) - Constructor for class org.silverpeas.core.ResourceReference
Constructs a new reference to a resource from the old and deprecated WAPrimaryKey object.
ResourcesRootDirectoriesLocator - Class in org.silverpeas.core.util
Locator of the root directories of each resources type used by Silverpeas.
ResourcesRootDirectoriesLocator() - Constructor for class org.silverpeas.core.util.ResourcesRootDirectoriesLocator
 
ResourceTranslation - Interface in org.silverpeas.core.i18n
Translation about the properties of a resource in Silverpeas.
RESPONSE - org.silverpeas.core.notification.user.client.constant.NotifAction
In waiting of response.
result() - Method in class org.silverpeas.core.util.filter.EmptyFilterMatcher
 
result() - Method in class org.silverpeas.core.util.filter.FilterMatcher
Gets the result returned by the function associated with the first predicates that is true.
ResultSetWrapper - Class in org.silverpeas.core.persistence.jdbc.sql
This class wraps a result set in order to ass some features.
retainAll(Collection<?>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
retainAll(Collection<?>) - Method in class org.silverpeas.core.variables.VariableValueSet
 
rethrown() - Method in annotation type org.silverpeas.core.util.logging.Error
A flag indicating if the caught exception has to be rethrown once the message recording into the log.
retry(int, ExecutionAttempts.Job) - Static method in class org.silverpeas.core.util.ExecutionAttempts
Wraps a job with a retry mechanism.
retryAtFailure() - Method in class org.silverpeas.core.notification.system.JMSResourceEventListener
Should JMS retry to replay the message to the listener at failure?
reverse(List<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Reverse the given list and returns it.
revokeFile(WbeFile) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Revokes from the WBE edition context the given WBE file.
revokeUser(WbeUser) - Method in interface org.silverpeas.core.wbe.WbeHostManager
Revokes from the WBE context the given WBE user.
right(U) - Static method in class org.silverpeas.core.util.Either
Constructs an Either as a right-object
rollback(Connection) - Static method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
rowDeleted() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
rowInserted() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
rowUpdated() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
RunnableBackgroundProcess - Class in org.silverpeas.core.backgroundprocess
Common implementation of AbstractBackgroundProcessRequest which is in charge of executing a Runnable implementation into BackgroundProcessTask API.

S

sanitize(String) - Method in interface org.silverpeas.core.security.html.HtmlSanitizer
Sanitizing the given content by keeping: safe formatting safe blocks safe images safe links safe tables safe styles
save() - Method in class org.silverpeas.core.calendar.Calendar
Saves the calendar into the Silverpeas data source and set up for it a persistence collection of planned event.
save() - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Saves this content.
save() - Method in class org.silverpeas.core.variables.Variable
Saves this variable into the persistence context.
save(List<T>) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Persists entities : create (if id is null or empty) or update.
save(List<T>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
save(WysiwygContent) - Method in interface org.silverpeas.core.contribution.service.WysiwygContentRepository
Saves the specified content into the repository so that it can be get later.
save(T) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Persists entity : create (if id is null or empty) or update.
save(T...) - Method in interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
Persists entities : create (if id is null or empty) or update.
saveAndFlush(E) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.BasicJpaEntityRepository
 
saveAndFlush(T) - Method in interface org.silverpeas.core.persistence.datasource.repository.WithSaveAndFlush
Saves the specified entity and then flushes the persistence context into the underlying data sources.
saveNotifAddress(NotificationAddress) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Saves the specified custom notification address for the specified user.
savePreferences(String, int, int, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Saves the preference on notification of the given user and for the specified component instance and for the specified type of message.
saveUserSettings(UserPreferences) - Method in interface org.silverpeas.core.personalization.service.PersonalizationService
 
schedule() - Method in class org.silverpeas.core.reminder.Reminder
Schedules this reminder.
ScheduledJob - Interface in org.silverpeas.core.scheduler
A job that is scheduled in the scheduler.
scheduleJob(String, JobTrigger, SchedulerEventListener) - Method in interface org.silverpeas.core.scheduler.Scheduler
Schedules a job under the specified name, that will be fired with the specified trigger, and by setting the specified listener to recieve the events mapped with the job execution state.
scheduleJob(Job, JobTrigger) - Method in interface org.silverpeas.core.scheduler.Scheduler
Schedules the specified job.
scheduleJob(Job, JobTrigger, SchedulerEventListener) - Method in interface org.silverpeas.core.scheduler.Scheduler
Schedules the specified job.
Scheduler - Interface in org.silverpeas.core.scheduler
It is the main interface of a Silverpeas scheduler.
SchedulerEvent - Class in org.silverpeas.core.scheduler
A scheduler event represents an event that is generated within the scheduling system and that is dispatched by schedulers to registered event listeners.
SchedulerEvent(SchedulerEvent.Type, JobExecutionContext) - Constructor for class org.silverpeas.core.scheduler.SchedulerEvent
Constructs a scheduler event.
SchedulerEvent.Type - Enum in org.silverpeas.core.scheduler
The different possible types of an event send by the scheduler.
SchedulerEventListener - Interface in org.silverpeas.core.scheduler
A listener of events generating within the scheduling system and about scheduled jobs.
SchedulerException - Exception in org.silverpeas.core.scheduler
Exception thrown when an error occurs within the scheduler.
SchedulerException(String) - Constructor for exception org.silverpeas.core.scheduler.SchedulerException
Constructs a SchedulerException with the specified message.
SchedulerException(String, Throwable) - Constructor for exception org.silverpeas.core.scheduler.SchedulerException
Constructs a SchedulerException with the specified message and cause.
SchedulerException(Throwable) - Constructor for exception org.silverpeas.core.scheduler.SchedulerException
Constructs a SchedulerException with the specified cause.
SchedulerProvider - Class in org.silverpeas.core.scheduler
The factory of Scheduler objects.
SCIM - org.silverpeas.core.admin.domain.DomainType
 
SEARCH - org.silverpeas.core.security.authorization.AccessControlOperation
 
searchClassThatDeclaresAnnotation(Class<? extends Annotation>, Class<?>) - Static method in class org.silverpeas.core.util.annotation.ClassAnnotationUtil
This method is awesome.
searchParameterizedTypeFrom(Class<?>, Class<?>) - Static method in class org.silverpeas.core.util.annotation.ClassAnnotationUtil
This method is awesome.
SECOND - org.silverpeas.core.date.TimeUnit
Time unit representing one second.
SECOND - org.silverpeas.core.scheduler.trigger.TimeUnit
The second.
Securable - Interface in org.silverpeas.core.security
A securable object is an object for which some operations on it requires for the user to be authorized.
SecurableRequestCache - Class in org.silverpeas.core.security
A common tool to handled securable implementation with a request cache.
SecuritySettings - Class in org.silverpeas.core.util.security
User: Yohann Chastagnier Date: 05/03/14
SecuritySettings.Registration - Class in org.silverpeas.core.util.security
 
select(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the JDBC SQL query to select some fields of the items to find according to the specified SQL part.
SelectionBasket - Class in org.silverpeas.core.selection
A basket of a selection of Silverpeas resources.
SelectionContext - Class in org.silverpeas.core.selection
The context of a selection by a user of a resource in Silverpeas.
SelectionContext() - Constructor for class org.silverpeas.core.selection.SelectionContext
 
SelectionContext(SelectionContext.Reason) - Constructor for class org.silverpeas.core.selection.SelectionContext
 
SelectionContext.Reason - Enum in org.silverpeas.core.selection
Reason about the selection of a resource by a user.
SelectionEntry<T extends SilverpeasResource> - Class in org.silverpeas.core.selection
An entry in the SelectionBasket.
SelectResultRowProcess<R> - Interface in org.silverpeas.core.persistence.jdbc.sql
Result Set Row Processor
send() - Method in interface org.silverpeas.core.notification.user.UserNotification
Sends this notification at the specified addresses declared within the metadata of this notification.
send(SilverpeasServerEventContext, String, User) - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
 
send(SilverpeasServerEventContext, String, User) - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Sends the event by using the given response and taking into account the receiver linked to.
send(BuiltInNotifAddress) - Method in interface org.silverpeas.core.notification.user.UserNotification
Sends this notification to the specified builtin user notification address.
sendEvent(String, long, String) - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Sends the given using elements of the context.
sendEveryAmountOfSecondsFor(ServerEvent.ServerEventName) - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Gets the every amount of second a JOB MUST handle the send of a ServerEvent type.
SendEveryAmountOfTime - Interface in org.silverpeas.core.notification.sse.behavior
If an event implements this interface, its sending is performed by a JOB which is triggered every an amount of time.
sendHeartbeatIfEnabled() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
sendHeartbeatIfEnabled() - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Sends 'heartbeat' event if it has been indicated to the context that it MUST have theis behavior.
sequential() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
SerializationUtil - Class in org.silverpeas.core.util
 
SerializationUtil() - Constructor for class org.silverpeas.core.util.SerializationUtil
 
serializeAsString(Serializable) - Static method in class org.silverpeas.core.util.SerializationUtil
Serializes an Object to a string forstorage/serialization.
SERVER - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is sent to a remote server, whatever it is.
ServerEvent - Interface in org.silverpeas.core.notification.sse
An event implying data the server has to push to client without the client requesting Silverpeas.
ServerEvent.ServerEventName - Interface in org.silverpeas.core.notification.sse
 
ServerEventDispatcherTask - Class in org.silverpeas.core.notification.sse
This task is in charge of dispatching server events without blocking the thread of the emitter.
ServerEventListener<T extends ServerEvent> - Interface in org.silverpeas.core.notification.sse
A ServerEvent listener.
ServerEventNotifier<T extends ServerEvent> - Interface in org.silverpeas.core.notification.sse
A notifier of a ServerEvent about Silverpeas has to push to WEB client.
ServerEventWaitForManager - Class in org.silverpeas.core.notification.sse
This manager handles all ServerEvent implementation implementing also SendEveryAmountOfTime interface.
Service - Annotation Type in org.silverpeas.core.annotation
This annotation is to tag an object as being a business service.
SERVICE_NAME_SUFFIX - Static variable in class org.silverpeas.core.ApplicationServiceProvider
The suffix to use when naming a service satisfying the ApplicationService interface with the Named annotation.
ServiceProvider - Class in org.silverpeas.core.util
A provider of Silverpeas services such as repositories, controllers, transactional services, and so on.
SessionCacheAccessor - Class in org.silverpeas.core.cache.service
Accessor to a session scoped cache.
SessionCacheAccessor() - Constructor for class org.silverpeas.core.cache.service.SessionCacheAccessor
 
set(int, E) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
set(String, String) - Method in class org.silverpeas.core.calendar.AttributeSet
Sets the specified attributes.
setAction(NotifAction) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setAction(NotifAction) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setAction(NotifAction) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setAddress(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setAddressId(int) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setAllFrom(AttributeSet) - Method in class org.silverpeas.core.calendar.AttributeSet
Sets to this attributes all those from the specified ones.
setAnswerAllowed(boolean) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set answer allowed
setAnswerAllowed(boolean) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setAnswerAllowed(boolean) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setAtBeginOfDay(Calendar) - Static method in class org.silverpeas.core.util.DateUtil
Set the first hour, minute, second, millisecond of the specified calendar to 0.
setAttachmentTargetId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Sets the unique identifier of a resource in Silverpeas that can have attachments.
setAttachmentTargetId(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setAttribute(String, Object) - Method in class org.silverpeas.core.template.SilverpeasStringTemplate
 
setAttribute(String, Object) - Method in interface org.silverpeas.core.template.SilverpeasTemplate
 
setAttribute(String, T) - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Sets an attribute named by the specified name with the specified value.
setCalendar(Calendar) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a calendar to this component.
setCalendar(Calendar) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets a new calendar to this event.
setChannel(NotifChannel) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setChannel(NotifChannel) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
setChannelId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setCollaborativeWorkSpaceId(String) - Method in class org.silverpeas.core.personalization.UserPreferences
 
setComment(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setComponentId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setComponentInstance(int) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setComponentInstanceId(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setComponentName(String) - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Set the component name of this object
setContent(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message content
setContent(String, String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setContent(WysiwygContent) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets the rich content of this event.
setCreationData(T, User, Date) - Static method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaEntityReflection
 
setCreationDate(Date) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setCreationDate(Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the date at which this entity has been persisted the first time.
setCreator(User) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the user that has created this entity.
setCurrentLanguage(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
Sets the current language into which the data are registered and provided by this entity.
setCurrentSessionCache(SimpleCache) - Method in class org.silverpeas.core.cache.service.SessionCacheAccessor
Sets the specified session cache as the current one.
setData(String) - Method in class org.silverpeas.core.contribution.model.WysiwygContent
Modifies the text of this content.
setDate(Date) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message date
setDate(Date) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setDate(Date, TimeZone, PeriodType) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDate(Date, PeriodType) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDate(DateTime, PeriodType) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDateParameter(PreparedStatement, int, Date, String) - Static method in class org.silverpeas.core.persistence.jdbc.AbstractDAO
Sets the date parameter to the specified prepared statement.
setDates(Date, Date) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDates(Date, Date, TimeZone) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDates(DateTime, DateTime) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
setDay(LocalDate) - Method in class org.silverpeas.core.calendar.CalendarEvent
Changes the planning of this event in the calendar.
setDay(LocalDate) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Changes the planning of this occurrence in the calendar.
setDefaultAddress(String, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Sets the specified notification address as the default one for the given user.
setDescription(String) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a new description for this calendar component.
setDescription(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets a new description to this event.
setDescription(String) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Sets a new description for this event occurrence.
setDescription(String) - Method in class org.silverpeas.core.variables.Variable
Changes the description of this variable.
setDisplay(UserMenuDisplay) - Method in class org.silverpeas.core.personalization.UserPreferences
 
setDisplayLiveTime(long) - Method in class org.silverpeas.core.notification.message.AbstractMessage
 
setDisplayLiveTime(long) - Method in interface org.silverpeas.core.notification.message.Message
Sets the time to live of the message after to have been displayed.
setDomainId(String) - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Sets the specified domain to this credential.
setExternalCalendarUrl(URL) - Method in class org.silverpeas.core.calendar.Calendar
Sets the URL of an external calendar with which this calendar will be synchronized.
setExternalLanguage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Sets language to use for external receivers.
setExternalRecipients(Collection<ExternalRecipient>) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setFeminineGender(boolean) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setFeminineGenderResource(boolean) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceDataDetails
 
setFetchDirection(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
setFetchSize(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
setFileName(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setFrequency(DelayedNotificationFrequency) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
setFromUserId(int) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setFromUserId(Integer) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setGoBackPage(String) - Method in exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
setGroupRecipients(Collection<GroupRecipient>) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message group recipients
setHeartbeat(boolean) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
setId(Integer) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
setId(Long) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setId(Long) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setId(Long) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
setId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setId(String) - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
setId(String) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
Sets the specified unique identifier to this entity.
setId(String) - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Set the row id of this object
setId(String) - Method in class org.silverpeas.core.wbe.WbeFileLock
Sets a new lock identifier.
setIdAsLong(long) - Method in class org.silverpeas.core.persistence.jdbc.bean.IdPK
 
setLabel(String) - Method in class org.silverpeas.core.variables.Variable
Changes the label of this variable.
setLanguage(String) - Method in class org.silverpeas.core.notification.message.MessageContainer
 
setLanguage(String) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
setLanguage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setLanguage(String) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setLanguage(String) - Method in class org.silverpeas.core.personalization.UserPreferences
 
setLanguage(String, String) - Static method in class org.silverpeas.core.notification.message.MessageManager
 
setLastEditionDateAtNow() - Method in class org.silverpeas.core.wbe.WbeFile
Updates the last edition date with the current date and time.
setLastEditionDateAtNow() - Method in class org.silverpeas.core.wbe.WbeUser
Updates the last edition date with the current date and time.
setLastServerEventId(Long) - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContext
Sets the last server event identifier known before a network breakdown.
setLastSynchronizationDate(Instant) - Method in class org.silverpeas.core.calendar.Calendar
Sets the date time at which this calendar is lastly synchronized.
setLastSynchronizationDate(Instant) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets the date time at which this event is lastly synchronized.
setLastUpdateDate(Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the date at which this entity has been updated the last time.
setLastUpdater(User) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the user that has updated this entity the last time.
setLink(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message link
setLink(Link) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set link
setLink(Link) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setLink(Link, String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set link
setLinkLabel(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setLocation(String) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a new location for calendar component.
setLocation(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets a new location for this event.
setLocation(String) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Sets a new location for this event occurrence.
setLoginPassword(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setLoginUser(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setLook(String) - Method in class org.silverpeas.core.personalization.UserPreferences
 
setManuallyTechnicalDataFor(Entity<?, ?>, User, Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaPersistOperation
Indicates the creation properties of the specified entity was set explicitly.
setManuallyTechnicalDataFor(Entity<?, ?>, User, Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaUpdateOperation
 
setManuallyTechnicalDataFor(Entity<?, ?>, User, Date) - Method in class org.silverpeas.core.persistence.datasource.PersistenceOperation
Sets manually the specified technical data of the specified entity.
setMaximumItemsInClause(int) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Sets the maximum items in clause.
setMessage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setMessage(String) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setMessage(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setMessagePriority(int) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setMessageType(int) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message type
setName(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setNotificationData(NotificationData) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setNotificationId(long) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setNotificationParameters(NotificationParameters) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setNotificationResourceData(String, NotificationResourceData) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setNotificationResourceData(NotificationResourceData) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setNotificationResourceData(NotificationResourceData) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setOriginalExtraMessage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setOriginalExtraMessage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setOriginalListSize(long) - Method in class org.silverpeas.core.util.ListSlice
Sets the size of the original list this slice comes from.
setOriginalSizeRequired(boolean) - Method in class org.silverpeas.core.persistence.datasource.repository.PaginationCriterion
Indicates if the original size of rresult mus be computed or not.
setParameter(String, T) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Sets the specified process parameter with the specified value.
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigDecimalParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigIntegerParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBinaryParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBooleanParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlDateParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlEnumParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlIntegerParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlLongParamSetter
 
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlStatementParameterSetter
Sets the nth parameter of the specified SQL statement with the given value.
setParameter(PreparedStatement, int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTextSetter
 
setParameter(PreparedStatement, int, Object) - Method in interface org.silverpeas.core.persistence.jdbc.sql.setters.SqlTypedParameterSetter
Sets the nth parameter of the specified prepared statement with the given value.
setPassword(String) - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Sets the specified password to this credential.
setPeriod(Period) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a new period for this calendar component.
setPeriod(Period) - Method in class org.silverpeas.core.calendar.CalendarEvent
Changes the planning of this event in the calendar.
setPeriod(Period) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Changes the planning of this occurrence in the calendar.
setPeriod(Period) - Method in interface org.silverpeas.core.contribution.model.Plannable
Sets the lapse of time on which this object is spanning.
setPeriodType(PeriodType) - Method in class org.silverpeas.core.date.period.Period
Deprecated.
Sets the type of the period.
setPersonalWorkSpaceId(String) - Method in class org.silverpeas.core.personalization.UserPreferences
 
setPK(WAPrimaryKey) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
setPK(WAPrimaryKey) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
setPresenceStatus(Attendee.PresenceStatus) - Method in class org.silverpeas.core.calendar.Attendee
Sets a new presence status to this attendee.
setPriority(Priority) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a new priority for this calendar component.
setPriority(Priority) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Sets a new priority to this event occurrence.
setPrioritySpeed(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setRemotelyAuthenticated() - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Sets the principal behind this credential has been already successfully authenticated by a remote authentication mechanism.
setReportToLogStatus(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setReportToSenderStatus(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setReportToSenderTargetChannel(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setReportToSenderTargetParam(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setReportToSenderTargetReceipt(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setResource(NotificationResourceData) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setResource(EntityReference) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Sets the resource to which this token belongs.
setResourceDescription(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceId(Number) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceId(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceLocation(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceName(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceType(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setResourceUrl(String) - Method in class org.silverpeas.core.notification.user.model.NotificationResourceData
 
setSaveCount(int) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
setSaveDate(Date) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
setSender(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message sender
setSenderId(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setSenderName(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setSenderName(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setSendImmediately(boolean) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setSendImmediately(boolean) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setSendImmediately(boolean) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setSessionId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message session Id
setSessionId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setSource(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message source
setSource(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setSpace(String) - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Set the space of this object
setStringParameter(PreparedStatement, int, String, String) - Static method in class org.silverpeas.core.persistence.jdbc.AbstractDAO
Sets the text parameter to the specified prepared statement.
setTargetChannel(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setTargetName(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setTargetParam(Map<String, Object>) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setTargetReceipt(String) - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
setTemporaryInlinedHtml(String) - Method in class org.silverpeas.core.ddwe.DragAndDropEditorContent
Sets a temporary inlined HTML content.
setThrowable(Throwable) - Method in class org.silverpeas.core.scheduler.SchedulerEvent
 
setTime(Calendar, String) - Static method in class org.silverpeas.core.util.DateUtil
Parse a String of format HH:mm and set the corresponding hours and minutes to the specified Calendar.
setTimeout(long) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
SETTINGS_PATH - Static variable in class org.silverpeas.core.reminder.ReminderSettings
The relative path of the properties file containing the settings of the reminder services.
setTitle(String) - Method in class org.silverpeas.core.calendar.Calendar
 
setTitle(String) - Method in class org.silverpeas.core.calendar.CalendarComponent
Sets a new title for this calendar component.
setTitle(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
 
setTitle(String) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
 
setTitle(String) - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Sets a title to this plannable object.
setTitle(String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message title
setTitle(String) - Method in class org.silverpeas.core.notification.user.client.NotificationParameters
 
setTitle(String, String) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
 
setUpdateData(T, User, Date) - Static method in class org.silverpeas.core.persistence.datasource.model.jpa.JpaEntityReflection
 
setUpdatingInCaseOfCreation() - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Calling this method to indicates that the current data update is performed in a case of a creation.
setUpdatingInCaseOfCreation(boolean) - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Calling this method to indicates that the current data update is performed in a case of a creation or not.
setupDefaults() - Method in class org.silverpeas.core.admin.domain.DomainTypeRegistry
 
setupDefaults() - Method in class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
The registry is filled by default from 'org.silverpeas.media.streaming.properties' file definitions.
setUsage(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setUserId(Integer) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setUserId(Integer) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationUserSetting
 
setUserId(String) - Method in class org.silverpeas.core.notification.user.client.NotificationAddress
 
setUserId(String) - Method in class org.silverpeas.core.notification.user.delayed.model.DelayedNotificationData
 
setUserRecipients(Collection<UserRecipient>) - Method in class org.silverpeas.core.notification.user.client.NotificationMetaData
Set message user recipients
setValue(String) - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
setVersion(Long) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
Sets the version of this entity in the data source.
setZoneId(ZoneId) - Method in class org.silverpeas.core.calendar.Calendar
 
setZoneId(ZoneId) - Method in class org.silverpeas.core.personalization.UserPreferences
 
severe - org.silverpeas.core.notification.message.MessageType
 
SevereMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
SevereMessage(String) - Constructor for class org.silverpeas.core.notification.message.SevereMessage
 
SHARING - org.silverpeas.core.security.authorization.AccessControlOperation
 
SHORT_ISO_8601_PATTERN - Static variable in interface org.silverpeas.core.date.Temporal
Deprecated.
The pattern for the short ISO 8601 date representation.
shutdown() - Method in interface org.silverpeas.core.scheduler.Scheduler
Shutdowns this scheduler.
shutdownAllTasks() - Method in class org.silverpeas.core.thread.task.RequestTaskManager
 
SILVERMAIL - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is stored into Silverpeas to be rendered within the user's notifications box in Silverpeas.
SILVERPEAS_DOMAIN_ID - Static variable in interface org.silverpeas.core.security.authentication.AuthDomain
 
SilverpeasArrayList<T> - Class in org.silverpeas.core.util
 
SilverpeasArrayList() - Constructor for class org.silverpeas.core.util.SilverpeasArrayList
 
SilverpeasArrayList(int) - Constructor for class org.silverpeas.core.util.SilverpeasArrayList
 
SilverpeasArrayList(Collection<? extends T>) - Constructor for class org.silverpeas.core.util.SilverpeasArrayList
 
SilverpeasAsyncContext - Class in org.silverpeas.core.notification.sse
This is a wrap of a AsyncContext instance.
SilverpeasBean - Class in org.silverpeas.core.persistence.jdbc.bean
Deprecated.
Replaced with a model Entity from org.silverpeas.core.persistence.datasource.model package.
SilverpeasBean() - Constructor for class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
SilverpeasBeanDAO<T extends SilverpeasBeanIntf> - Interface in org.silverpeas.core.persistence.jdbc.bean
Deprecated.
Replaced it with the new persistence layer built upon JPA
SilverpeasBeanDAOFactory - Class in org.silverpeas.core.persistence.jdbc.bean
Deprecated.
SilverpeasBeanDAOImpl<T extends SilverpeasBeanIntf> - Class in org.silverpeas.core.persistence.jdbc.bean
Deprecated. 
SilverpeasBeanDAOImpl(String) - Constructor for class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
SilverpeasBeanIntf - Interface in org.silverpeas.core.persistence.jdbc.bean
Deprecated.
SilverpeasComponentDataProvider - Interface in org.silverpeas.core.admin.component.model
This API permits to get data about component specified into sub hidden projects at core-api level.
SilverpeasComponentInstance - Interface in org.silverpeas.core.admin.component.model
An instance of a component.
SilverpeasComponentInstanceProvider - Interface in org.silverpeas.core.admin.component.service
In charge of providing silverpeas component instance.
SilverpeasException - Exception in org.silverpeas.core.exception
Deprecated. 
SilverpeasException(Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
SilverpeasException(String) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated. 
SilverpeasException(String, int, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
SilverpeasException(String, int, String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
SilverpeasException(String, int, String, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
SilverpeasException(String, int, String, String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
SilverpeasException(String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated. 
SilverpeasException(String, Exception, int) - Constructor for exception org.silverpeas.core.exception.SilverpeasException
Deprecated. 
SilverpeasExceptionMessages - Class in org.silverpeas.core
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 - Class in org.silverpeas.core
In charge to produce lighter error messages but with a bit of contextualization.
silverpeasId() - Method in class org.silverpeas.core.wbe.WbeFile
Silverpeas's identifier identifies the file from point of view of Silverpeas's platform.
SilverpeasJpaEntity<E extends Entity<E,​I>,​I extends EntityIdentifier> - Class in org.silverpeas.core.persistence.datasource.model.jpa
This abstract class must be extended by all Silverpeas JPA entities that satisfy all the rules of the Silverpeas Persistence API.
SilverpeasJpaEntity() - Constructor for class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
SilverpeasJpaEntityRepository<E extends SilverpeasJpaEntity<E,​?>> - Class in org.silverpeas.core.persistence.datasource.repository.jpa
A repository of Silverpeas Entity objects using JPA as persistence backend.
SilverpeasJpaEntityRepository() - Constructor for class org.silverpeas.core.persistence.datasource.repository.jpa.SilverpeasJpaEntityRepository
 
SilverpeasList<T> - Interface in org.silverpeas.core.util
A common definition of Silverpeas's list in order to get common behaviours.
SilverpeasListWrapper<E> - Class in org.silverpeas.core.util
A wrapper of List instances.
SilverpeasPersonalComponentInstance - Interface in org.silverpeas.core.admin.component.model
 
SilverpeasResource - Interface in org.silverpeas.core
A resource managed in Silverpeas that is uniquely identifiable.
SilverpeasRole - Enum in org.silverpeas.core.admin.user.model
The core predefined user roles in Silverpeas.
SilverpeasRuntimeException - Exception in org.silverpeas.core.exception
Deprecated. 
SilverpeasRuntimeException(String, int, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
SilverpeasRuntimeException(String, int, String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
SilverpeasRuntimeException(String, int, String, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
SilverpeasRuntimeException(String, int, String, String, Throwable) - Constructor for exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
SilverpeasServerEventContext - Interface in org.silverpeas.core.notification.sse
Definition of a Server Event context.
SilverpeasServerEventContextManager - Interface in org.silverpeas.core.notification.sse
This interface defines the management of SilverpeasServerEventContext.
SilverpeasServiceInitialization - Class in org.silverpeas.core.initialization
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 - Interface in org.silverpeas.core.admin.component.model
 
SilverpeasStringTemplate - Class in org.silverpeas.core.template
 
SilverpeasStringTemplate(Properties) - Constructor for class org.silverpeas.core.template.SilverpeasStringTemplate
 
SilverpeasStringTemplateUtil - Class in org.silverpeas.core.template
 
SilverpeasStringTemplateUtil() - Constructor for class org.silverpeas.core.template.SilverpeasStringTemplateUtil
 
SilverpeasTemplate - Interface in org.silverpeas.core.template
 
SilverpeasTemplateFactory - Class in org.silverpeas.core.template
 
SilverpeasTemplateFactory() - Constructor for class org.silverpeas.core.template.SilverpeasTemplateFactory
 
SilverpeasTrappedException - Exception in org.silverpeas.core.exception
Deprecated. 
SilverpeasTrappedException(String, int, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
SilverpeasTrappedException(String, int, String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
SilverpeasTrappedException(String, int, String, String) - Constructor for exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
SilverpeasTrappedException(String, int, String, String, Exception) - Constructor for exception org.silverpeas.core.exception.SilverpeasTrappedException
Deprecated.
 
SilverpeasUserSession - Interface in org.silverpeas.core.security.session
Represents a session opened by a User in Silverpeas.
SilverpeasWebSocketContext - Class in org.silverpeas.core.notification.sse
This is a wrap of a Session instance.
SimpleQueryCriteria - Class in org.silverpeas.core.persistence.datasource.repository
A simple implementation of the QueryCriteria interface.
SimpleQueryCriteria(T) - Constructor for class org.silverpeas.core.persistence.datasource.repository.SimpleQueryCriteria
Constructs a simple query criteria with the specified parameters to use when defining the different clauses of the criteria.
SINCE - org.silverpeas.core.calendar.notification.LifeCycleEventSubType
 
SINGLE - org.silverpeas.core.calendar.notification.LifeCycleEventSubType
 
singleLineWith(String) - Method in class org.silverpeas.core.SilverpeasExceptionMessages.LightExceptionMessage
Merges the given message with the context in order to produce an error on a single line.
size() - Method in class org.silverpeas.core.calendar.AttendeeSet
Gets the size in attendees in this calendar component.
size() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
size() - Method in class org.silverpeas.core.variables.VariableValueSet
Gets the size in values of this variable's values set.
size() - Method in class org.silverpeas.core.wbe.WbeFile
Gets the size of the file in bytes.
size(Calendar) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Gets size in events in the repository for the specified calendar.
skip(long) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
skippedParametersAboutWebSqlInjectionSecurity() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Indicates the parameters for which the SQL injection verification must be bypassed.
skippedParametersAboutWebXssInjectionSecurity() - Static method in class org.silverpeas.core.util.security.SecuritySettings
Indicates the parameters for which the XSS injection verification must be bypassed.
SMS - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is sent by SMS.
SMTP - org.silverpeas.core.notification.user.client.constant.NotifChannel
The notification is sent by email.
sort(Comparator<? super E>) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
sorted() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
sorted(Comparator<? super T>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
space - Variable in class org.silverpeas.core.WAPrimaryKey
Deprecated.
The space where is implemented the entity
SPACE_ADMINISTRATOR - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is an administrator of spaces.
SpaceAccessControl - Interface in org.silverpeas.core.security.authorization
This interface extends access controller for a Space resource.
split(Collection<E>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
 
split(Collection<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Splits a collection into several collections.
split(Collection<T>, int) - Static method in class org.silverpeas.core.util.CollectionUtil
Splits a collection into several collections.
SPLIT_BATCH - Static variable in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
 
spliterator() - Method in class org.silverpeas.core.calendar.AttendeeSet
 
spliterator() - Method in class org.silverpeas.core.calendar.AttributeSet
 
spliterator() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
spliterator() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
spliterator() - Method in class org.silverpeas.core.variables.VariableValueSet
 
SplitExecuteProcess<D,​T> - Interface in org.silverpeas.core.persistence.jdbc.sql
Split Processor on discriminant data.
splitList(List<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Splits a collection into several collections.
SplitListProcess<D,​T> - Interface in org.silverpeas.core.persistence.jdbc.sql
Split Processor on discriminant data used for list queries.
SQL - org.silverpeas.core.admin.domain.DomainType
 
SqlBigDecimalParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
Setter of SQL parameters of type BigDecimal.
SqlBigDecimalParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigDecimalParamSetter
 
SqlBigIntegerParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
Setter of SQL parameters of type BigInteger.
SqlBigIntegerParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBigIntegerParamSetter
 
SqlBinaryParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type binaries.
SqlBinaryParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBinaryParamSetter
 
SqlBooleanParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type Boolean.
SqlBooleanParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlBooleanParamSetter
 
SqlDateParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type date that includes java.sql.Date, Date and LocalDate.
SqlDateParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlDateParamSetter
 
SQLDateTimeConstants - Class in org.silverpeas.core.persistence.datasource
Some constants to take care when converting dates and date times to their database counterpart.
SqlEnumParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type Enum.
SqlEnumParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlEnumParamSetter
 
SqlIntegerParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
The setter of SQL parameters of type Integer.
SqlIntegerParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlIntegerParamSetter
 
SqlLongParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type Long.
SqlLongParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlLongParamSetter
 
SqlStatementParameterSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of parameters of a PreparedStatement instance according to the concrete type of the value with which the parameter has to be set.
SqlStatementParameterSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlStatementParameterSetter
 
SqlTemporalParamSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
An abstract setter of SQL parameters of type temporal.
SqlTemporalParamSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTemporalParamSetter
 
SqlTextSetter - Class in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of SQL parameters of type String.
SqlTextSetter() - Constructor for class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTextSetter
 
SqlTypedParameterSetter - Interface in org.silverpeas.core.persistence.jdbc.sql.setters
A setter of typed parameters of a PreparedStatement instance.
SseLogger - Class in org.silverpeas.core.notification.sse
 
SseLogger() - Constructor for class org.silverpeas.core.notification.sse.SseLogger
 
start() - Method in annotation type org.silverpeas.core.annotation.constraint.DateRange
The name of the field representing the temporal starting a range.
start(Runnable) - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
start(Predicate<Initialization>...) - Static method in class org.silverpeas.core.initialization.SilverpeasServiceInitialization
 
startAt(Date) - Method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Sets the date at which the trigger's scheduling should start.
startsAfter(Temporal) - Method in class org.silverpeas.core.date.Period
Is this period starting after the specified temporal?
startsAtMinDate() - Method in class org.silverpeas.core.date.Period
Is this period starts at the the minimum supported date/datetime in Java?
statesOf(OperationContext.State...) - Static method in class org.silverpeas.core.persistence.datasource.OperationContext
Indicates if the given states are well set into context.
StateTransition<T extends Serializable> - Class in org.silverpeas.core.notification.system
It is a generic representation of a transition between two states of a state-machine, whatever the state-machine is.
StateTransition(T, T) - Constructor for class org.silverpeas.core.notification.system.StateTransition
Constructs a new instance representing a transition between the two specified states.
stop(Predicate<Initialization>...) - Static method in class org.silverpeas.core.initialization.SilverpeasServiceInitialization
 
StoreLastOnly - Interface in org.silverpeas.core.notification.sse.behavior
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.
stream() - Method in class org.silverpeas.core.calendar.AttendeeSet
Streams the attendees in this calendar component.
stream() - Method in class org.silverpeas.core.calendar.AttributeSet
Streams the attendees in this calendar component.
stream() - Method in class org.silverpeas.core.calendar.CalendarEvents
Gets as a stream all the events verifying the filters if any.
Please be careful to always close the streams in order to avoid memory leaks!!!
stream() - Method in class org.silverpeas.core.calendar.CategorySet
 
stream() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
stream() - Method in class org.silverpeas.core.variables.VariableValueSet
Gets a stream on all of the values of the underlying variable.
streamAll(CalendarEventFilter) - Method in interface org.silverpeas.core.calendar.repository.CalendarEventRepository
Gets all the events that satisfies the specified filter
Please be careful to always close the streams in order to avoid memory leaks!!!
streamByNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Streams entities from a named query and with the specified parameters.
Useful for treatment over a large number of data.
Please be careful to always close the stream in order to avoid memory leaks!!!
streamByNamedQuery(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Streams entities from a named query and with the specified parameters.
Useful for treatment over a large number of data.
Please be careful to always close the stream in order to avoid memory leaks!!!
streamBySplittingOn(Collection<I>, SplitListProcess<I, List<T>>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Split executor.
streamBySplittingOn(Collection<I>, SplitListProcess<I, List<T>>, Function<T, I>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Split executor giving a result sorted exactly like the discriminantData parameter is sorted.
streamComponentNamesWithMinorModificationBehaviorEnabled() - Static method in class org.silverpeas.core.contribution.ContributionSettings
Indicates if the behavior of asking to user if its modification is a minor one is enabled or not.
streamFromJpqlString(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Streams entities from the specified JPQL query and with the specified parameters.
Useful for treatment over a large number of data.
streamFromJpqlString(String, NamedParameters, Class<U>) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Stream entities from the specified JPQL query and with the specified parameters.
StreamingProvider - Class in org.silverpeas.core.media.streaming
Data defining a stream provider.
StreamingProvider(String, Pattern, String, boolean, List<Pattern>) - Constructor for class org.silverpeas.core.media.streaming.StreamingProvider
Constructor to initialize a streaming provider instance.
StreamingProvidersRegistry - Class in org.silverpeas.core.media.streaming
Register of all streaming providers handled into Silverpeas.
StreamingProvidersRegistry() - Constructor for class org.silverpeas.core.media.streaming.StreamingProvidersRegistry
 
StreamWrapper<T> - Class in org.silverpeas.core.util.stream
 
StreamWrapper(Stream<T>) - Constructor for class org.silverpeas.core.util.stream.StreamWrapper
 
StringRenderer - Class in org.silverpeas.core.template.renderer
Some useful formatting usable from string templates.
StringRenderer() - Constructor for class org.silverpeas.core.template.renderer.StringRenderer
 
stringToDate(String, String) - Static method in class org.silverpeas.core.util.DateUtil
Parse the date in a language specific standard format.
stringToDate(String, String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
stringToLocalDate(String, String) - Static method in class org.silverpeas.core.util.DateUtil
 
subList(int, int) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
SUBSCRIPTION_NOTIFICATION_SENDING_CONFIRMATION_HTTP_PARAM - Static variable in interface org.silverpeas.core.notification.user.UserSubscriptionNotificationBehavior
HTTP parameter that permits to indicate to the server that the subscription notification sending must be skipped.
subType() - Method in interface org.silverpeas.core.notification.sse.ServerEvent
Gets the sub type the event if any.
succeed(String) - Static method in class org.silverpeas.core.security.authentication.AuthenticationResponse
Gets the response of a successful authentication by specifying the temporary token that identifies uniquely the user behind the login.
succeeded() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Is the authentication has succeeded?
success - org.silverpeas.core.notification.message.MessageType
 
SUCCESS - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has succeeded.
SuccessMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
SuccessMessage(String) - Constructor for class org.silverpeas.core.notification.message.SuccessMessage
 
SUPERVISOR - org.silverpeas.core.admin.user.model.SilverpeasRole
Special role used essentially into workflows to supervise all tasks managed by in instance.
SUSPEND - org.silverpeas.core.notification.user.client.constant.NotifAction
The publishing of a contribution has been suspended.
synchronize() - Method in class org.silverpeas.core.calendar.Calendar
Synchronizes this calendar.
synchronize(Calendar) - Method in class org.silverpeas.core.calendar.ICalendarEventSynchronization
Synchronizes the specified calendar in Silverpeas with the calendar events coming from its external counterpart (its origin).
synchronizeAll() - Method in class org.silverpeas.core.calendar.ICalendarEventSynchronization
Synchronizes all the synchronized calendars in Silverpeas with their remote external counterpart.

T

TB - org.silverpeas.core.util.memory.MemoryUnit
 
TEMPLATE_CUSTOM_DIR - Static variable in interface org.silverpeas.core.template.SilverpeasTemplate
 
TEMPLATE_ROOT_DIR - Static variable in interface org.silverpeas.core.template.SilverpeasTemplate
 
Temporal<T extends Temporal<? super T>> - Interface in org.silverpeas.core.date
Deprecated.
Use the java.time API
temporal2SQLDate(Temporal) - Static method in class org.silverpeas.core.util.DateUtil
Converts the specified date to a SQL formatted date
TemporalConverter - Class in org.silverpeas.core.date
A converter of date and datetime into different temporal types used in Silverpeas.
TemporalConverter.Conversion<T extends Temporal,​R> - Class in org.silverpeas.core.date
A conversion function of a temporal object into a value of type R.
TemporalFormatter - Class in org.silverpeas.core.date
A formatter of date and datetime in String into different formats, both localized and ISO.
TemporalNamedParameter<D> - Class in org.silverpeas.core.persistence.datasource.repository.jpa
The parameter to pass to a JPA query is a temporal one.
TEN_SECONDS - org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
 
TENTATIVE - org.silverpeas.core.calendar.Attendee.ParticipationStatus
The attendee is tentatively accepted to attend the calendar event.
tentativelyAccept() - Method in class org.silverpeas.core.calendar.Attendee
Tentatively accepts the attendance.
Calling this method represents an answer action.
Call Attendee.setParticipationStatus(ParticipationStatus) method to modify the status without specifying that is in case of an answer.
testNotifAddress(String, String) - Method in interface org.silverpeas.core.notification.user.client.NotificationManager
Tests the specified address for specified user by sending a notification message through the channel related by this address.
text() - Method in class org.silverpeas.core.persistence.datasource.repository.QueryCriteria.Clause
Gets the text of the clause.
THE_EVENT - Static variable in class org.silverpeas.core.calendar.CalendarEvent
 
throwTypeNotSupported(Class<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTemporalParamSetter
 
Thumbnail - Interface in org.silverpeas.core.contribution.model
A thumbnail is an image summarizing a type of resource or the content of a contribution.
TIME_FORMATTER - Static variable in class org.silverpeas.core.util.DateUtil
 
timeoutOf(long) - Static method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Gets an instance of an execution configuration with a specified timeout in milliseconds.
timeParser - Variable in class org.silverpeas.core.util.DateUtil
Format and parse dates.
TimeUnit - Enum in org.silverpeas.core.date
An enumeration of time units to be used to express a well known defined unit in the timeline.
TimeUnit - Enum in org.silverpeas.core.scheduler.trigger
The unit of times as used and supported by the scheduling system in Silverpeas.
TimeZoneUtil - Class in org.silverpeas.core.date
 
to(ComponentResourceIdentifier) - Static method in class org.silverpeas.core.ResourceReference
Gets a reference to the specified resource managed by a component instance.
toArray() - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
toArray() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
toArray() - Method in class org.silverpeas.core.variables.VariableValueSet
 
toArray(IntFunction<A[]>) - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
toArray(T[]) - Method in class org.silverpeas.core.util.SilverpeasListWrapper
 
toArray(T[]) - Method in class org.silverpeas.core.variables.VariableValueSet
 
toBaseIso8601(Temporal, boolean) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified temporal into the base ISO-8601 String representation.
toCharset(String) - Static method in class org.silverpeas.core.util.Charsets
Returns a Charset for the named charset.
toChronoUnit() - Method in enum org.silverpeas.core.date.TimeUnit
Converts this time unit into a ChronoUnit value.
toCodes(Collection<DelayedNotificationFrequency>) - Static method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
Transforming the given collection into a collection of code, each of them representing a frequency..
toDate() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Converts this datetime to a date.
today() - Static method in class org.silverpeas.core.date.Date
Deprecated.
Creates a date set to today.
today2SQLDate() - Static method in class org.silverpeas.core.util.DateUtil
 
toICal() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
toICal() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
toICal() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets the ISO 8601 textual representation of this date as it is in the iCal specification.
toICalInUTC() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
toICalInUTC() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
toICalInUTC() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets the ISO 8601 textual representation of this date as it is in the iCal specification.
toIds(Collection<NotifChannel>) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
 
toInstant(Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.setters.SqlTemporalParamSetter
 
toIso8601(Temporal, boolean) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified temporal into the extended ISO-8601 String representation.
toISO8601() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
toISO8601() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
toISO8601() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets an ISO 8601 textual representation of this temporal by taking into account of its underlying timezone.
Token - Interface in org.silverpeas.core.security.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 - Exception in org.silverpeas.core.security.token.exception
The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
TokenException() - Constructor for exception org.silverpeas.core.security.token.exception.TokenException
Creates a new instance of TokenException without detail message.
TokenException(String) - Constructor for exception org.silverpeas.core.security.token.exception.TokenException
Constructs an instance of TokenException with the specified detail message.
TokenException(String, Throwable) - Constructor for exception org.silverpeas.core.security.token.exception.TokenException
Constructs an instance of TokenException with the specified detail message and with the specified cause.
TokenGenerationException - Exception in org.silverpeas.core.security.token.exception
An exception thrown when an error is encountered during the generation of a token.
TokenGenerationException() - Constructor for exception org.silverpeas.core.security.token.exception.TokenGenerationException
Creates a new instance of TokenGenerationException without detail message.
TokenGenerationException(String) - Constructor for exception org.silverpeas.core.security.token.exception.TokenGenerationException
Constructs an instance of TokenGenerationException with the specified detail message.
TokenGenerationException(String, Throwable) - Constructor for exception org.silverpeas.core.security.token.exception.TokenGenerationException
Constructs an instance of TokenGenerationException with the specified detail message and with the specified cause.
TokenGenerationParameter<T> - Class in org.silverpeas.core.security.token
Parameters for customizing the generation of a token.
TokenGenerationParameter.Builder - Class in org.silverpeas.core.security.token
A builder of a chain of different token generation parameters.
TokenGenerator - Interface in org.silverpeas.core.security.token
A generator of tokens.
TokenGenerator - Annotation Type in org.silverpeas.core.security.token.annotation
An annotation to inform the generator a token is mapped with.
TokenRuntimeException - Exception in org.silverpeas.core.security.token.exception
The exception for all abnormal errors occuring with the Token API and for which the client doesn't need to perform a dedicated action.
TokenRuntimeException() - Constructor for exception org.silverpeas.core.security.token.exception.TokenRuntimeException
Creates a new instance of TokenRuntimeException without detail message.
TokenRuntimeException(String) - Constructor for exception org.silverpeas.core.security.token.exception.TokenRuntimeException
Constructs an instance of TokenRuntimeException with the specified detail message.
TokenRuntimeException(String, Throwable) - Constructor for exception org.silverpeas.core.security.token.exception.TokenRuntimeException
Constructs an instance of TokenRuntimeException with the specified detail message and with the specified cause.
TokenValidationException - Exception in org.silverpeas.core.security.token.exception
An exception that is thrown when a token validation fails.
TokenValidationException() - Constructor for exception org.silverpeas.core.security.token.exception.TokenValidationException
Creates a new instance of TokenValidationException without detail message.
TokenValidationException(String) - Constructor for exception org.silverpeas.core.security.token.exception.TokenValidationException
Constructs an instance of TokenValidationException with the specified detail message.
TokenValidationException(String, Throwable) - Constructor for exception org.silverpeas.core.security.token.exception.TokenValidationException
Constructs an instance of TokenValidationException with the specified detail message and with the specified cause.
toLocalDate() - Method in class org.silverpeas.core.date.Date
Deprecated.
Gets the LocalDate representation of this Silverpeas date.
toLocalDate(String) - Static method in class org.silverpeas.core.util.DateUtil
 
toLocalDate(Date) - Static method in class org.silverpeas.core.util.DateUtil
 
toLocalized(Temporal, String) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified temporal into a string representation that conforms to the l10n rules of the country/language identified by the given ISO 632-1 locale code.
toLocalized(Temporal, ZoneId, String) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified temporal, for the specified zone identifier, into a string representation that conforms to the l10n rules of the country/language identified by the given ISO 632-1 locale code.
toLocalizedDate(Temporal, ZoneId, String) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified temporal, for the specified zone identifier, into a string representation that conforms to the l10n rules of the country/language identified by the given ISO 632-1 locale code.
toLocalizedTime(Temporal, String) - Static method in class org.silverpeas.core.date.TemporalFormatter
 
toLocalizedTime(Temporal, ZoneId, String) - Static method in class org.silverpeas.core.date.TemporalFormatter
 
tomorrow() - Static method in class org.silverpeas.core.date.Date
Deprecated.
Creates a date set to tomorrow.
toReference() - Method in interface org.silverpeas.core.ComponentResourceIdentifier
 
toResourceReference() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
 
toShortISO8601() - Method in class org.silverpeas.core.date.Date
Deprecated.
 
toShortISO8601() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
 
toShortISO8601() - Method in interface org.silverpeas.core.date.Temporal
Deprecated.
Gets an ISO 8601 textual representation of this temporal by taking into account of its underlying timezone.
toString() - Method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
toString() - Method in class org.silverpeas.core.date.period.Period
Deprecated.
 
toString() - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
 
toString() - Method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
 
toString() - Method in enum org.silverpeas.core.notification.user.client.NotificationTemplateKey
 
toString() - Method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
toString() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
toString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalIntegerIdentifier
 
toString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.ExternalStringIdentifier
 
toString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
toString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
toString() - Method in class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 
toString() - Method in class org.silverpeas.core.persistence.jdbc.DBUtil
 
toString() - Method in class org.silverpeas.core.personalization.UserPreferences
 
toString() - Method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Gets the error code qualifying this status.
toString() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
 
toString() - Method in class org.silverpeas.core.util.EmailAddress
 
toString() - Method in class org.silverpeas.core.WAPrimaryKey
Deprecated.
Converts the contents of the key into a readable String.
toString() - Method in class org.silverpeas.core.wbe.WbeFile
 
toString() - Method in class org.silverpeas.core.wbe.WbeFileLock
 
toString() - Method in class org.silverpeas.core.wbe.WbeUser
 
toString(Object) - Method in class org.silverpeas.core.template.renderer.DateRenderer
 
toString(Object) - Method in class org.silverpeas.core.template.renderer.StringRenderer
 
toString(Object, String) - Method in class org.silverpeas.core.template.renderer.DateRenderer
 
toString(Object, String) - Method in class org.silverpeas.core.template.renderer.StringRenderer
 
toTemporal(String, boolean) - Static method in class org.silverpeas.core.date.TemporalFormatter
Formats the specified ISO-8601 representation of a date/datetime into its corresponding Temporal object.
toZoneDateTime() - Method in class org.silverpeas.core.date.DateTime
Deprecated.
Converts this datetime to a ZonedDateTime instance.
toZoneId(String) - Static method in class org.silverpeas.core.date.TimeZoneUtil
Gets the zone id instance from a time zone id which could be different than the registered identifiers of ZoneId.getAvailableZoneIds() instances.
If not registered, the zone identifier is search into a property file: org.silverpeas.util.timezone.properties
The mapping comes from this source.
traceException() - Method in interface org.silverpeas.core.exception.FromModule
Deprecated.
 
traceException() - Method in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
traceException() - Method in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
traceObject() - Method in class org.silverpeas.core.notification.user.server.NotificationData
 
track(String...) - Static method in class org.silverpeas.core.contribution.tracking.TrackedApplications
 
TrackedApplications - Class in org.silverpeas.core.contribution.tracking
It defines the applications in Silverpeas for which the tracking of modifications on contributions are enabled.
Transaction - Class in org.silverpeas.core.persistence
A transaction.
Transaction() - Constructor for class org.silverpeas.core.persistence.Transaction
 
TransactionProvider - Class in org.silverpeas.core.persistence
A factory of transaction instances.
TransactionRuntimeException - Exception in org.silverpeas.core.persistence
 
TransactionRuntimeException() - Constructor for exception org.silverpeas.core.persistence.TransactionRuntimeException
 
TransactionRuntimeException(String) - Constructor for exception org.silverpeas.core.persistence.TransactionRuntimeException
 
TransactionRuntimeException(String, Throwable) - Constructor for exception org.silverpeas.core.persistence.TransactionRuntimeException
 
TransactionRuntimeException(Throwable) - Constructor for exception org.silverpeas.core.persistence.TransactionRuntimeException
 
TRANSFER - org.silverpeas.core.selection.SelectionContext.Reason
Transfer information about the resource to perform some tasks.
transitionBetween(T, T) - Static method in class org.silverpeas.core.notification.system.StateTransition
Constructs a new instance representing a transition between the two specified states.
Translatable - Interface in org.silverpeas.core.i18n
An object in Silverpeas whose the textual properties are translatable in different languages.
Translation - Interface in org.silverpeas.core.i18n
A translation of a text, a property of a resource supporting the i18n features.
TRIGGER_FIRED - org.silverpeas.core.scheduler.SchedulerEvent.Type
A trigger has fired.
triggerAt(String) - Static method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Creates a job trigger that will fire a job execution at given moments in time, defined by the specified cron expression.
triggerAt(OffsetDateTime) - Method in class org.silverpeas.core.reminder.DateTimeReminder
Triggers this reminder at the specified date time.
triggerAt(OffsetDateTime) - Static method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Creates a new job trigger that will fire a job execution only once at the specified date time.
triggerAt(OffsetDateTime, ReminderProcessName) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
Triggers the reminder at the specified date time.
triggerBefore(int, TimeUnit, String) - Method in class org.silverpeas.core.reminder.DurationReminder
Triggers this reminder at the specified duration before the temporal value of the specified property of the related contribution.
triggerBefore(int, TimeUnit, String, ReminderProcessName) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
Triggers this reminder the specified duration before the given property of the contribution.
triggered() - Method in class org.silverpeas.core.reminder.Reminder
This reminder is currently being triggered.
triggerEvery(int, TimeUnit) - Static method in class org.silverpeas.core.scheduler.trigger.JobTrigger
Creates a job trigger that will fire a job execution every the specified time.
triggerFired(JobExecutionContext) - Static method in class org.silverpeas.core.scheduler.SchedulerEvent
Creates a new scheduler event about a trigger firing.
triggerFired(SchedulerEvent) - Method in class org.silverpeas.core.reminder.ReminderProcess
 
triggerFired(SchedulerEvent) - Method in interface org.silverpeas.core.scheduler.SchedulerEventListener
Invoked when a job trigger fires the execution of a job.
triggerFrom(String) - Method in class org.silverpeas.core.reminder.DateTimeReminder
Triggers this reminder from the temporal property of the contribution.
triggerFrom(String, ReminderProcessName) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
Triggers the reminder from the temporal property of the contribution.
truncate(String, int) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
Truncates a string value to be inserted in a fixed size column.
TYPE - Static variable in class org.silverpeas.core.calendar.CalendarEvent
 
TYPE - Static variable in class org.silverpeas.core.calendar.CalendarEventOccurrence
 

U

undefined(String) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about an asked undefined resource.
UNDEFINED - Static variable in class org.silverpeas.core.date.period.Period
Deprecated.
 
union() - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
union(Collection<T>, Collection<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an union between both of the given collections.
The result contains unique values.
union(List<T>, List<T>) - Static method in class org.silverpeas.core.util.CollectionUtil
Makes an union between both of the given lists.
The result contains unique values.
unique(List<E>) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Gets from a entity list the unique entity expected.
UniqueIntegerIdentifier - Class in org.silverpeas.core.persistence.datasource.model.identifier
 
UniqueIntegerIdentifier() - Constructor for class org.silverpeas.core.persistence.datasource.model.identifier.UniqueIntegerIdentifier
 
UniqueLongIdentifier - Class in org.silverpeas.core.persistence.datasource.model.identifier
 
UniqueLongIdentifier() - Constructor for class org.silverpeas.core.persistence.datasource.model.identifier.UniqueLongIdentifier
 
UnitUtil - Class in org.silverpeas.core.util
Unit values handling tools
unknown - org.silverpeas.core.date.period.PeriodType
Deprecated.
 
unknown(String, Object) - Static method in class org.silverpeas.core.SilverpeasExceptionMessages
Computes a message about an unknown resource with the specified identifier.
UNKNOWN - org.silverpeas.core.admin.user.constant.GroupState
The state is unknown.
UNKNOWN - org.silverpeas.core.admin.user.constant.UserAccessLevel
Unknown.
UNKNOWN - org.silverpeas.core.admin.user.constant.UserState
The state is unknown.
UNKNOWN - org.silverpeas.core.contribution.model.CoreContributionType
 
UNKNOWN - org.silverpeas.core.security.authorization.AccessControlOperation
 
UNKNOWN_FAILURE - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed for an unknown reason; the reason of the failure cannot be figured out.
UNKNOWN_ID - Static variable in class org.silverpeas.core.ResourceReference
Identifier referring that the resource behind is unknown and doesn't require to be known.
UNKNOWN_TYPE - Static variable in class org.silverpeas.core.persistence.EntityReference
 
UNLOCK - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the unlock of a resource in Silverpeas.
unordered() - Method in class org.silverpeas.core.util.stream.StreamWrapper
 
unregister(SilverpeasServerEventContext) - Method in class org.silverpeas.core.notification.sse.DefaultServerEventContextManager
 
unregister(SilverpeasServerEventContext) - Method in interface org.silverpeas.core.notification.sse.SilverpeasServerEventContextManager
Unregister safely the given SilverpeasServerEventContext instance.
unregisterBySessionId(String) - Static method in class org.silverpeas.core.notification.sse.ServerEventDispatcherTask
Unregister an SilverpeasServerEventContext instance.
unschedule() - Method in class org.silverpeas.core.reminder.Reminder
Unschedules this reminder.
unscheduleJob(String) - Method in interface org.silverpeas.core.scheduler.Scheduler
Unschedules the job with the specified name.
unsetAttribute(String) - Method in interface org.silverpeas.core.security.session.SilverpeasUserSession
Unsets the specified attribute.
unsetRecurrence() - Method in class org.silverpeas.core.calendar.CalendarEvent
 
unsetRecurrence() - Method in interface org.silverpeas.core.calendar.Recurrent
Unset the recurrence of this possibly recurrent object.
until(int) - Method in class org.silverpeas.core.calendar.Recurrence
Sets a termination to this recurrence by specifying the count of time a PlannableOnCalendar should occur.
until(Temporal) - Method in class org.silverpeas.core.calendar.Recurrence
Sets a termination to this recurrence by specifying an inclusive date or datetime.
unwrap(Class<T>) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
update() - Method in class org.silverpeas.core.calendar.CalendarEvent
Updates this event.
update() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Updates only this occurrence among the occurrences of the event it comes from.
update() - Method in interface org.silverpeas.core.calendar.PlannableOnCalendar
Updates this planned object in the underlying calendar it belongs to.
update(String) - Static method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Creates a new instance of the SQL query to update some items in the specified table.
update(Connection, T) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
 
update(Connection, T) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
update(Contribution, Contribution) - Method in interface org.silverpeas.core.contribution.ContributionModification
Updates the resources belonging to the specified contribution.
update(T) - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAO
Deprecated.
update the row in db with the new bean properties.
update(T) - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanDAOImpl
Deprecated.
 
UPDATE - org.silverpeas.core.ActionType
 
UPDATE - org.silverpeas.core.notification.system.ResourceEvent.Type
The notification is about the update of a resource in Silverpeas.
UPDATE - org.silverpeas.core.notification.user.client.constant.NotifAction
A contribution has been updated.
updateArray(int, Array) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateArray(String, Array) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(int, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(int, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(int, Blob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(String, InputStream) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(String, InputStream, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBlob(String, Blob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBoolean(int, boolean) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBoolean(String, boolean) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateByte(int, byte) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateByte(String, byte) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBytes(int, byte[]) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateBytes(String, byte[]) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(int, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(int, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(int, Clob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(String, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(String, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateClob(String, Clob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updated() - Method in class org.silverpeas.core.calendar.ICalendarImportResult
Gets the number of PlannableOnCalendar objects updated in the calendar after an import a calendar content.
updated() - Method in class org.silverpeas.core.calendar.OperationResult
Gets the optional updated planned object.
updateDate(int, Date) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateDate(String, Date) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updatedBy(User) - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
Sets explicitly the last user who has updated the entity (in the persistence context).
updatedBy(User) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
updatedBy(User, Date) - Method in interface org.silverpeas.core.persistence.datasource.model.Entity
sets the user who has updated the entity (in the persistence context) with the date of the update.
updatedBy(User, Date) - Method in class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
 
updateDouble(int, double) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateDouble(String, double) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateFloat(int, float) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateFloat(String, float) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateFrom(InputStream) - Method in class org.silverpeas.core.wbe.WbeFile
Updates the content of underlying Silverpeas's file from data provided by the given InputStream.
updateFrom(CalendarEvent) - Method in class org.silverpeas.core.calendar.CalendarEvent
Updates this event with the state of the specified calendar event.
updateFrom(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Updates this occurrence with the state of the specified occurrence.
updateFrom(VariableScheduledValue) - Method in class org.silverpeas.core.variables.VariableScheduledValue
Updates both the value and the period in time this value is valid of this variable value from the specified another variable value.
updateFromJpqlQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Updates entities from a JPQL query and with the specified parameters.
updateFromNamedQuery(String, NamedParameters) - Method in class org.silverpeas.core.persistence.datasource.repository.jpa.AbstractJpaEntityRepository
Updates the entities from a named query and with the specified parameters.
updateInt(int, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateInt(String, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateLong(int, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateLong(String, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNCharacterStream(int, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNCharacterStream(int, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNCharacterStream(String, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNCharacterStream(String, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(int, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(int, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(int, NClob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(String, Reader) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(String, Reader, long) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNClob(String, NClob) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNString(int, String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNString(String, String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNull(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateNull(String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateObject(int, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateObject(int, Object, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateObject(String, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateObject(String, Object, int) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateOnly(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEvent
Updates only the specified occurrence among the occurrences of this event.
UpdateOperation - Annotation Type in org.silverpeas.core.persistence.datasource
Annotation to qualify an implementation of PersistenceOperation as being an update operation.
updateRef(int, Ref) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateRef(String, Ref) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateRelation(String, int) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
updateRelation(String, int[]) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
updateRow() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateRow(String, T) - Method in class org.silverpeas.core.persistence.jdbc.AbstractTable
 
updateRowId(int, RowId) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateRowId(String, RowId) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateShort(int, short) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateShort(String, short) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateSince(CalendarEventOccurrence) - Method in class org.silverpeas.core.calendar.CalendarEvent
Updates all the occurrences of this event since and including the specified occurrence with the modifications to this event.
updateSinceMe() - Method in class org.silverpeas.core.calendar.CalendarEventOccurrence
Updates this occurrence and all the forthcoming occurrences of the same event with the changes in this occurrence.
updateSQLXML(int, SQLXML) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateSQLXML(String, SQLXML) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateString(int, String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateString(String, String) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateTime(int, Time) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateTime(String, Time) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateTimestamp(int, Timestamp) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
updateTimestamp(String, Timestamp) - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
URGENT - org.silverpeas.core.notification.user.client.constant.NotifMessageType
The message is for an urgency.
US_ASCII - Static variable in class org.silverpeas.core.util.Charsets
US-ASCII: seven-bit ASCII.
User - Interface in org.silverpeas.core.admin.user.model
This interface represents simple data of a user.
USER - org.silverpeas.core.admin.user.constant.UserAccessLevel
The user is a basic Silverpeas user.
USER - org.silverpeas.core.admin.user.model.SilverpeasRole
USER means a user having only access rights to resources without any modification rights.
USER_ACCOUNT_BLOCKED - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed because the account of the user in Silverpeas has been blocked.
USER_ACCOUNT_DEACTIVATED - org.silverpeas.core.security.authentication.AuthenticationResponse.Status
The authentication has failed because the account of the user in Silverpeas has been deactivated.
UserAccessLevel - Enum in org.silverpeas.core.admin.user.constant
The access level of a user account in Silverpeas.
UserI18NTranslationMap - Class in org.silverpeas.core.ui
This map is dedicated to simple translation management around user languages.
UserI18NTranslationMap() - Constructor for class org.silverpeas.core.ui.UserI18NTranslationMap
 
UserI18NTranslationMap(Map<String, String>) - Constructor for class org.silverpeas.core.ui.UserI18NTranslationMap
 
UserMenuDisplay - Enum in org.silverpeas.core.personalization
User: ehugonnet Date: 21/03/11 Time: 16:59
UserNotification - Interface in org.silverpeas.core.notification.user
A notification to a user.
UserNotificationBuilder - Interface in org.silverpeas.core.notification.user.builder
A builder of a user notification.
UserPreferences - Class in org.silverpeas.core.personalization
 
UserPreferences() - Constructor for class org.silverpeas.core.personalization.UserPreferences
 
UserPreferences(String, String, ZoneId, String, String, boolean, boolean, boolean, UserMenuDisplay) - Constructor for class org.silverpeas.core.personalization.UserPreferences
 
UserPreferences(String, ZoneId, String, String, boolean, boolean, boolean, UserMenuDisplay) - Constructor for class org.silverpeas.core.personalization.UserPreferences
 
UserProvider - Interface in org.silverpeas.core.admin.user.service
In charge of providing users.
UserRecipient - Class in org.silverpeas.core.notification.user.client
 
UserRecipient(String) - Constructor for class org.silverpeas.core.notification.user.client.UserRecipient
 
UserRecipient(User) - Constructor for class org.silverpeas.core.notification.user.client.UserRecipient
 
UserReference - Class in org.silverpeas.core.admin.user.model
A reference to a given user in Silverpeas, such user being represented by a User instance.
UserReference(String) - Constructor for class org.silverpeas.core.admin.user.model.UserReference
 
UserState - Enum in org.silverpeas.core.admin.user.constant
The state of the user account in Silverpeas.
UserSubscriptionNotificationBehavior - Interface in org.silverpeas.core.notification.user
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.
usingWebSocket() - Static method in class org.silverpeas.core.notification.user.client.NotificationManagerSettings
Indicates if WebSocket protocol MUST be used for server event feature.
UTF_16 - Static variable in class org.silverpeas.core.util.Charsets
UTF-16: UTF-16 byte order identified by an optional byte-order mark.
UTF_16BE - Static variable in class org.silverpeas.core.util.Charsets
UTF-16BE: UTF-16 big-endian byte order.
UTF_16LE - Static variable in class org.silverpeas.core.util.Charsets
UTF-16LE: UTF-16 little-endian byte order.
UTF_8 - Static variable in class org.silverpeas.core.util.Charsets
UTF-8.
UtilException - Exception in org.silverpeas.core.exception
Deprecated. 
UtilException - Exception in org.silverpeas.core.util
An exception thrown from a failure in a treatment of a utility class.
UtilException(String) - Constructor for exception org.silverpeas.core.util.UtilException
Constructs a new runtime exception with the specified detail message.
UtilException(String, int, String) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, int, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, int, String, String) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, int, String, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, String) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, String, String) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, String, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilException
Deprecated.
 
UtilException(String, Throwable) - Constructor for exception org.silverpeas.core.util.UtilException
Constructs a new runtime exception with the specified detail message and cause.
UtilException(Throwable) - Constructor for exception org.silverpeas.core.util.UtilException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
UtilTrappedException - Exception in org.silverpeas.core.exception
Deprecated. 
UtilTrappedException(String, int, String) - Constructor for exception org.silverpeas.core.exception.UtilTrappedException
Deprecated.
 
UtilTrappedException(String, int, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilTrappedException
Deprecated.
 
UtilTrappedException(String, int, String, String) - Constructor for exception org.silverpeas.core.exception.UtilTrappedException
Deprecated.
 
UtilTrappedException(String, int, String, String, Exception) - Constructor for exception org.silverpeas.core.exception.UtilTrappedException
Deprecated.
 
UuidIdentifier - Class in org.silverpeas.core.persistence.datasource.model.identifier
 
UuidIdentifier() - Constructor for class org.silverpeas.core.persistence.datasource.model.identifier.UuidIdentifier
 

V

VALID - org.silverpeas.core.admin.user.constant.GroupState
The group is valid.
VALID - org.silverpeas.core.admin.user.constant.UserState
The user account is a valid and the user can sign in Silverpeas.
validate() - Method in class org.silverpeas.core.security.token.persistent.PersistentResourceToken
Validates data
VALIDATE - org.silverpeas.core.notification.user.client.constant.NotifAction
The publishing of a contribution has been validated.
value() - Method in annotation type org.silverpeas.core.security.token.annotation.TokenGenerator
 
value() - Method in class org.silverpeas.core.security.token.TokenGenerationParameter
Gets this generation parameter value.
valueOf(int) - Static method in enum org.silverpeas.core.calendar.Priority
Computes the correct Priority instance from specified the priority level indicated as a number.
valueOf(String) - Static method in enum org.silverpeas.core.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.admin.domain.DomainType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.admin.user.constant.GroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.admin.user.constant.UserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.calendar.Attendee.PresenceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.calendar.notification.LifeCycleEventSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.calendar.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.calendar.VisibilityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.contribution.model.CoreContributionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.date.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.message.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.system.ResourceEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.client.NotificationTemplateKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.persistence.datasource.OperationContext.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.personalization.UserMenuDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.scheduler.SchedulerEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.scheduler.trigger.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.selection.SelectionContext.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.core.util.memory.MemoryUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.silverpeas.core.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.admin.domain.DomainType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.admin.user.constant.GroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.admin.user.constant.UserAccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.admin.user.constant.UserState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.admin.user.model.SilverpeasRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.backgroundprocess.BackgroundProcessTask.LOCK_DURATION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.calendar.Attendee.ParticipationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.calendar.Attendee.PresenceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.calendar.notification.LifeCycleEventSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.calendar.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.calendar.VisibilityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.contribution.model.CoreContributionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.date.period.PeriodType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.date.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.system.ResourceEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.client.constant.BuiltInNotifAddress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.client.constant.NotifMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.client.NotificationTemplateKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.persistence.datasource.OperationContext.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.personalization.UserMenuDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.scheduler.SchedulerEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.scheduler.trigger.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.security.authentication.AuthenticationResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.security.authorization.AccessControlOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.selection.SelectionContext.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.core.util.memory.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.silverpeas.core.variables
A variable is a mapping between a literal and one or more values, each of them being scheduled in a given period.
Variable() - Constructor for class org.silverpeas.core.variables.Variable
 
Variable(String, String) - Constructor for class org.silverpeas.core.variables.Variable
Constructs a new variable with the specified label and short description.
VariableScheduledValue - Class in org.silverpeas.core.variables
A scheduled value of a given Variable.
VariableScheduledValue() - Constructor for class org.silverpeas.core.variables.VariableScheduledValue
 
VariableScheduledValue(String, Period) - Constructor for class org.silverpeas.core.variables.VariableScheduledValue
Constructs a new variable value to schedule at the specified period of time.
VariableScheduledValueRepository - Interface in org.silverpeas.core.variables
The repository into which the scheduled values of the variables are persisted.
VariablesRepository - Interface in org.silverpeas.core.variables
The repository in which are persisted the variables.
VariableValueSet - Class in org.silverpeas.core.variables
A set of variable's values.
verifyLanguage(String) - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Verifies if the given user language is handled by the server.
verifyZoneId(String) - Static method in class org.silverpeas.core.ui.DisplayI18NHelper
Verifies if the given user zone id is handled by the server.
version() - Method in class org.silverpeas.core.wbe.WbeFile
The current version of the file based on the server’s file version schema, as a string.
VisibilityLevel - Enum in org.silverpeas.core.calendar
Predefined visibility level of a plannable object.
visit(CronJobTrigger) - Method in interface org.silverpeas.core.scheduler.trigger.JobTriggerVisitor
Visits the specified job trigger.
visit(FixedDateTimeJobTrigger) - Method in interface org.silverpeas.core.scheduler.trigger.JobTriggerVisitor
Visits the specified job trigger.
visit(FixedPeriodJobTrigger) - Method in interface org.silverpeas.core.scheduler.trigger.JobTriggerVisitor
Visits the specified job trigger.
visit(AuthenticationBadCredentialException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
visit(AuthenticationException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
visit(AuthenticationHostException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
visit(AuthenticationPasswordAboutToExpireException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
visit(AuthenticationPwdChangeNotAvailException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
visit(AuthenticationPwdNotAvailException) - Method in interface org.silverpeas.core.security.authentication.exception.AuthenticationExceptionVisitor
 
VOLATILE - org.silverpeas.core.contribution.model.CoreContributionType
 

W

WAPrimaryKey - Class in org.silverpeas.core
Deprecated. 
WAPrimaryKey(String) - Constructor for class org.silverpeas.core.WAPrimaryKey
Deprecated.
Constructor which set only the id
WAPrimaryKey(String, String) - Constructor for class org.silverpeas.core.WAPrimaryKey
Deprecated.
Constructor which set id, space and component name
WAPrimaryKey(String, String, String) - Constructor for class org.silverpeas.core.WAPrimaryKey
Deprecated.
Constructor which set id, space and component name
WAPrimaryKey(String, WAPrimaryKey) - Constructor for class org.silverpeas.core.WAPrimaryKey
Deprecated.
Constructor which set the id.
warning - org.silverpeas.core.notification.message.MessageType
 
WARNING - Static variable in exception org.silverpeas.core.exception.SilverpeasException
Deprecated.
 
WARNING - Static variable in exception org.silverpeas.core.exception.SilverpeasRuntimeException
Deprecated.
 
WarningMessage - Class in org.silverpeas.core.notification.message
User: Yohann Chastagnier Date: 07/11/13
WarningMessage(String) - Constructor for class org.silverpeas.core.notification.message.WarningMessage
 
wasNull() - Method in class org.silverpeas.core.persistence.jdbc.sql.ResultSetWrapper
 
WbeClientManager - Interface in org.silverpeas.core.wbe
In charge of the management of Web Browser Edition (WBE) clients (LibreOffice Online for example which uses WOPI protocol).
WbeEdition - Class in org.silverpeas.core.wbe
Represents the preparation of a Web Browser Edition.
WbeEdition(WbeFile, WbeUser) - Constructor for class org.silverpeas.core.wbe.WbeEdition
 
WbeEdition.Configuration - Class in org.silverpeas.core.wbe
This class permits to handle additional configuration that can set by Silverpeas and be used by WBE clients.
WbeFile - Class in org.silverpeas.core.wbe
Representation of a Silverpeas's file exposed to the Office infrastructure.
WbeFile() - Constructor for class org.silverpeas.core.wbe.WbeFile
 
WbeFileLock - Class in org.silverpeas.core.wbe
This class permits to handle Web Browser Edition file locking from point of view of the HOST.
WbeFileLock() - Constructor for class org.silverpeas.core.wbe.WbeFileLock
 
WbeHostManager - Interface in org.silverpeas.core.wbe
In charge of the management of Web Browser Edition contexts.
WbeUser - Class in org.silverpeas.core.wbe
Representation of a WbeUser.
WbeUser(String, User) - Constructor for class org.silverpeas.core.wbe.WbeUser
 
WebEncodeHelper - Class in org.silverpeas.core.util
Utility class to encode special string or characters to be compliant with the web (HTML and Javascript).
WebService - Annotation Type in org.silverpeas.core.annotation
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.
week - org.silverpeas.core.date.period.PeriodType
Deprecated.
 
WEEK - org.silverpeas.core.date.TimeUnit
Time unit representing one week.
WEEKLY - org.silverpeas.core.notification.user.delayed.constant.DelayedNotificationFrequency
 
WeekPeriod - Class in org.silverpeas.core.date.period
Deprecated.
Use Period
WeekPeriod(DateTime, String) - Constructor for class org.silverpeas.core.date.period.WeekPeriod
Deprecated.
Constructor : Constructs a newly allocated period.
where(String, Object...) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
where(String, Collection<?>) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
withAsDomainId(String) - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Returns this credential with its domain attribute set with the specified value.
withAsPassword(String) - Method in class org.silverpeas.core.security.authentication.AuthenticationCredential
Returns this credential with its password attribute set with the specified value.
WithAttachment - Interface in org.silverpeas.core.contribution.model
An interface to indicate that a resource or a contribution supports attachments.
withAttendee(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Adds an attendee in this event and returns itself.
withAttendee(User) - Method in class org.silverpeas.core.calendar.CalendarEvent
Adds an attendee in this event and returns itself.
withAttribute(String, String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Adds the specified attribute among the attributes of this event.
withCategories(String...) - Method in class org.silverpeas.core.calendar.CalendarEvent
Adds the specified categories to the event.
withCreated(T) - Method in class org.silverpeas.core.calendar.OperationResult
Sets to this result the planned object that was created within the operation.
withData(String) - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
Sets the specified data.
Given data are ignored if AbstractServerEvent.withData(BiFunction) has been called with non null functional interface.
withData(BiFunction<String, User, String>) - Method in class org.silverpeas.core.notification.sse.AbstractServerEvent
Sets a functional interface which will produced the data as string by taking into account a given User which is the current user for which the server event will be send.
withDescription(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets a description ot this event.
withExternalId(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Specifies an external identifier.
withFrequency(RecurrencePeriod) - Method in class org.silverpeas.core.calendar.Recurrence
Sets a frequency to this recurrence by specifying a recurrence period.
When the new frequency is a daily or a yearly one, days of weeks are reset.
withInputStream(InputStream) - Static method in class org.silverpeas.core.importexport.ImportDescriptor
Creates and initializes a new descriptor on an import process with the specified input stream and import format.
withInsertParam(String, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters for insertion.
withInstance(U) - Method in class org.silverpeas.core.calendar.OperationResult
Sets to this result an instance of a planned object that was updated within the operation.
withMaxThreadPoolSizeOf(int) - Method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Sets a maximum size of the pool of threads.
This is only useful when invoking Callable instances.
WithNested - Interface in org.silverpeas.core.exception
Deprecated.
withOffset(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery.Configuration
 
withoutParameter(String) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Removes the process parameter identified by the specified name.
withOutputStream(OutputStream) - Static method in class org.silverpeas.core.importexport.ExportDescriptor
Creates and initializes a new descriptor on an export process with the specified output stream.
withPagination(PaginationCriterion) - Method in class org.silverpeas.core.persistence.datasource.repository.SimpleQueryCriteria
Adds a criterion on the pagination to apply on the query for entities.
withPagination(PaginationCriterion) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Configures the query execution in order to retrieve only items of pagination.
Be careful to execute a SQL query containing an ORDER BY clause!!!
withParameter(String, T) - Method in class org.silverpeas.core.importexport.ImportExportDescriptor
Adds a new process parameter.
WithPermanentLink - Interface in org.silverpeas.core.contribution.model
An interface to indicate that a resource or a contribution can be accessed by a permanent link.
withPresenceStatus(Attendee.PresenceStatus) - Method in class org.silverpeas.core.calendar.Attendee
Sets a new presence status to this attendee.
withPriority(Priority) - Method in class org.silverpeas.core.calendar.CalendarEvent
Sets a priority to this event.
withPriority(Priority) - Method in interface org.silverpeas.core.calendar.Prioritized
Sets a priority to this prioritized object.
withReader(Reader) - Static method in class org.silverpeas.core.importexport.ImportDescriptor
Creates and initializes a new descriptor on an import process with the specified reader and import format.
WithReminder - Interface in org.silverpeas.core.reminder
An interface to indicate that a resource supports reminder.
withResultLimit(int) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery.Configuration
 
WithSaveAndFlush<T extends IdentifiableEntity> - Interface in org.silverpeas.core.persistence.datasource.repository
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.
withSaveParam(String, Object, boolean) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters.
withText(String) - Method in class org.silverpeas.core.reminder.DateTimeReminder
 
withText(String) - Method in class org.silverpeas.core.reminder.DurationReminder
 
withText(String) - Method in class org.silverpeas.core.reminder.Reminder.ReminderBuilder
The reminder is annotated with the specified text.
withText(String) - Method in class org.silverpeas.core.reminder.Reminder
Sets a text with this reminder.
WithThumbnail - Interface in org.silverpeas.core.contribution.model
An interface to indicate that a resource or a contribution supports thumbnail.
withTimeoutOf(long) - Method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Sets a timeout in milliseconds after that the invocation process will give back hand.
withTimeoutOf(long, TimeUnit) - Method in class org.silverpeas.core.thread.ManagedThreadPool.ExecutionConfig
Sets a timeout after that the invocation process will give back hand.
withTitle(String) - Method in class org.silverpeas.core.calendar.CalendarEvent
Specifies a title to this event.
withUpdated(T) - Method in class org.silverpeas.core.calendar.OperationResult
Sets to this result the planned object that was updated within the operation.
withUpdateParam(String, Object) - Method in class org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery
Centralization in order to populate the prepare statement parameters for update.
withUser(User) - Method in class org.silverpeas.core.persistence.datasource.OperationContext
Sets the user associated to the save operation.
withVisibilityLevel(VisibilityLevel) - Method in class org.silverpeas.core.calendar.CalendarEvent
Specifies the visibility level to this event.
withWriter(Writer) - Static method in class org.silverpeas.core.importexport.ExportDescriptor
Creates and initializes a new descriptor on an export process with the specified writer.
wrap(List<T>) - Static method in interface org.silverpeas.core.util.SilverpeasList
Gets a wrapper of any kind of implementation of List in order to get a SilverpeasList behaviour.
wrap(Session, String, User) - Static method in class org.silverpeas.core.notification.sse.SilverpeasWebSocketContext
Wraps the given instance.
wrap(SilverLogger, AsyncContext, String, User) - Static method in class org.silverpeas.core.notification.sse.SilverpeasAsyncContext
Wraps the given instance.
WRITER - org.silverpeas.core.admin.user.model.SilverpeasRole
WRITER means a user having rights to create, update and delete his own contributions into a component instance.
WYSIWYG - org.silverpeas.core.contribution.model.CoreContributionType
 
WysiwygContent - Class in org.silverpeas.core.contribution.model
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.
WysiwygContent(LocalizedContribution) - Constructor for class org.silverpeas.core.contribution.model.WysiwygContent
Constructs an empty WYSIWYG content for the specified contribution.
WysiwygContent(LocalizedContribution, String) - Constructor for class org.silverpeas.core.contribution.model.WysiwygContent
Constructs a new WYSIWYG content for the specified contribution with the given rich text.
WysiwygContent(WysiwygContent) - Constructor for class org.silverpeas.core.contribution.model.WysiwygContent
Constructs a copy of the specified other content.
WysiwygContentRepository - Interface in org.silverpeas.core.contribution.service
A repository of WYSIWYG contents.

Y

year - org.silverpeas.core.date.period.PeriodType
Deprecated.
 
YEAR - org.silverpeas.core.date.TimeUnit
Time unit representing one year.
YearPeriod - Class in org.silverpeas.core.date.period
Deprecated.
Use Period
YearPeriod(DateTime) - Constructor for class org.silverpeas.core.date.period.YearPeriod
Deprecated.
Constructor : Constructs a newly allocated period.
yesterday() - Static method in class org.silverpeas.core.date.Date
Deprecated.
Creates a date set to yesterday.

_

_getConnectionType() - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
_getConnectionType() - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
_getDatasourceName() - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
_getDatasourceName() - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
_getJdbcData() - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
_getJdbcData() - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
_getTableName() - Method in class org.silverpeas.core.persistence.jdbc.bean.SilverpeasBean
Deprecated.
 
_getTableName() - Method in interface org.silverpeas.core.persistence.jdbc.bean.SilverpeasBeanIntf
Deprecated.
 
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 
All Classes All Packages