Package org.silverpeas.core.contribution
Provides the interfaces and the classes that define the base resources pushed by the users
into Silverpeas (the contributions) and whose content carries any information that should be
shared or on which the users could collaborate.
- Author:
- mmoquillon
-
Interface Summary Interface Description ContributionCreation It is a process implied within the creation of a contribution.ContributionDeletion It is a process implied within the deletion of a contribution.ContributionLocator This interface defines the locator ofContribution
instances from part ofContributionIdentifier
data.ContributionLocatorByLocalIdAndType This interface defines the locator ofContribution
instances which must be implemented by services providing contributions.ContributionModification It is a process implied within the modification of a contribution.ContributionMove It is a process implied within the move of a contribution between two different locations, each of them being either a node in a component instance or a component instance.ContributionOperationContextPropertyHandler Handler of a property of the context of an operation implying a contribution.ContributionVisibility Represents the visibility state of a given contribution.ContributionWithVisibility A contribution with visibility is an object that represents a contribution which handles a period of visibility.ValidableContribution A validable contribution is an object that represents a contribution which can be validated. -
Class Summary Class Description ContributionEventProcessor Processor listening for events on a contribution to perform additional tasks relative to the contribution concerned by the received event.ContributionModificationContextHandler This class permits to handle a contribution modification context.ContributionSettings The different settings that are applied on the contributions, whatever their concrete type.DefaultContributionLocator DefaultContributionVisibility The default contribution visibility is a smart one that wraps the contribution in order to know dynamically the date of the last contribution update as it can be change in the time. -
Enum Summary Enum Description ContributionStatus Defines the different possible status in which a contribution must be.