Uses of Class
org.silverpeas.core.contribution.model.ContributionIdentifier
-
-
Uses of ContributionIdentifier in org.silverpeas.core
Methods in org.silverpeas.core with parameters of type ContributionIdentifier Modifier and Type Method Description <T extends Contribution>
Optional<T>ApplicationService. getContributionById(ContributionIdentifier contributionId)
Gets the contribution handled by an instance of the component with the specified unique identifier.Constructors in org.silverpeas.core with parameters of type ContributionIdentifier Constructor Description ResourceReference(ContributionIdentifier identifier)
Constructs a new reference to the specified contribution. -
Uses of ContributionIdentifier in org.silverpeas.core.calendar
Methods in org.silverpeas.core.calendar that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
CalendarEvent. getIdentifier()
ContributionIdentifier
CalendarEventOccurrence. getIdentifier()
Methods in org.silverpeas.core.calendar that return types with arguments of type ContributionIdentifier Modifier and Type Method Description Optional<ContributionIdentifier>
CalendarContributionLocator. getContributionIdentifierFromLocalIdAndType(String localId, String type)
Methods in org.silverpeas.core.calendar with parameters of type ContributionIdentifier Modifier and Type Method Description Optional<Contribution>
AbstractCalendarService. getContributionById(ContributionIdentifier contributionId)
-
Uses of ContributionIdentifier in org.silverpeas.core.cmis
Methods in org.silverpeas.core.cmis with parameters of type ContributionIdentifier Modifier and Type Method Description I18nContribution
CmisContributionsProvider. createContributionInFolder(I18nContribution contribution, ContributionIdentifier folder, String language)
Creates the specified contribution into the specified folder.List<I18nContribution>
CmisContributionsProvider. getAllowedContributionsInFolder(ContributionIdentifier folder, User user)
Gets the contributions that are directly in the specified folder and that are accessible to the given user.I18nContribution
CmisContributionsProvider. getContribution(ContributionIdentifier contributionId, User user)
Gets the specified contribution accessible to the given user. -
Uses of ContributionIdentifier in org.silverpeas.core.cmis.model
Methods in org.silverpeas.core.cmis.model that return ContributionIdentifier Modifier and Type Method Description static ContributionIdentifier
ContributionFolder. getRootFolderId(String applicationId)
Gets the virtual root contribution folder of the specified application.Methods in org.silverpeas.core.cmis.model with parameters of type ContributionIdentifier Modifier and Type Method Description DocumentFile
CmisObjectFactory. createDocument(SimpleDocument document, ContributionIdentifier parentId)
Creates a CMIS representation of the specified localized document attached to the specified contribution.Publication
CmisObjectFactory. createPublication(PublicationDetail pub, ContributionIdentifier folder, String language)
Creates a CMIS representation of the specified publication in a given folder of a Silverpeas application.Constructors in org.silverpeas.core.cmis.model with parameters of type ContributionIdentifier Constructor Description DocumentFile(ContributionIdentifier id, String fileName, String language)
Constructs a new document with the specified identifier, filename and language. -
Uses of ContributionIdentifier in org.silverpeas.core.comment.model
Subclasses of ContributionIdentifier in org.silverpeas.core.comment.model Modifier and Type Class Description class
CommentId
The unique identifier of a comment in Silverpeas. -
Uses of ContributionIdentifier in org.silverpeas.core.contribution
Methods in org.silverpeas.core.contribution that return types with arguments of type ContributionIdentifier Modifier and Type Method Description Optional<ContributionIdentifier>
ContributionLocatorByLocalIdAndType. getContributionIdentifierFromLocalIdAndType(String localId, String type)
Gets the fullContributionIdentifier
of aContribution
from a local identifier and a type.Optional<ContributionIdentifier>
ContributionLocator. locateByLocalIdAndType(String localId, String type)
Gets the fullContributionIdentifier
of aContribution
from a local identifier and a type.Optional<ContributionIdentifier>
DefaultContributionLocator. locateByLocalIdAndType(String localId, String type)
-
Uses of ContributionIdentifier in org.silverpeas.core.contribution.attachment.model
Methods in org.silverpeas.core.contribution.attachment.model that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
Document. getIdentifier()
ContributionIdentifier
SimpleDocument. getIdentifier()
ContributionIdentifier
Document. getSourceContribution()
Gets the contribution to which this document is attached.Methods in org.silverpeas.core.contribution.attachment.model with parameters of type ContributionIdentifier Modifier and Type Method Description static boolean
SimpleDocument. isASimpleDocument(ContributionIdentifier id)
Constructors in org.silverpeas.core.contribution.attachment.model with parameters of type ContributionIdentifier Constructor Description Document(ContributionIdentifier id)
Constructs a new document with the specified identifier. -
Uses of ContributionIdentifier in org.silverpeas.core.contribution.content.ddwe
Methods in org.silverpeas.core.contribution.content.ddwe that return types with arguments of type ContributionIdentifier Modifier and Type Method Description Optional<ContributionIdentifier>
DragAndDropWbeFile. linkedToContribution()
-
Uses of ContributionIdentifier in org.silverpeas.core.contribution.content.ddwe.model
Methods in org.silverpeas.core.contribution.content.ddwe.model that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
DragAndDropWebEditorStore. getContributionId()
Gets theContributionIdentifier
of the contribution the content is linked to.ContributionIdentifier
DragAndDropWebEditorStore. getIdentifier()
Constructors in org.silverpeas.core.contribution.content.ddwe.model with parameters of type ContributionIdentifier Constructor Description DragAndDropWebEditorStore(ContributionIdentifier contribution)
-
Uses of ContributionIdentifier in org.silverpeas.core.contribution.contentcontainer.content
Methods in org.silverpeas.core.contribution.contentcontainer.content that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
AbstractSilverpeasContentManager.ContributionWrapper. getIdentifier()
-
Uses of ContributionIdentifier in org.silverpeas.core.contribution.indicator
Methods in org.silverpeas.core.contribution.indicator with parameters of type ContributionIdentifier Modifier and Type Method Description protected Optional<NewContributionIndicator>
ContributionIndicatorRegistry. getNewContributionIndicatorBy(ContributionIdentifier cId)
Gets theNewContributionIndicator
according toContributionIdentifier
instance.static boolean
NewContributionIndicator. isNewContribution(ContributionIdentifier cId, Instant lastUpdateInstant)
Is the given contribution reference a new one? -
Uses of ContributionIdentifier in org.silverpeas.core.contribution.model
Methods in org.silverpeas.core.contribution.model that return ContributionIdentifier Modifier and Type Method Description static ContributionIdentifier
ContributionIdentifier. decode(String contributionId)
Decodes the contribution identifier from the given string.static ContributionIdentifier
ContributionIdentifier. from(String instanceId, String localId, String type)
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.static ContributionIdentifier
ContributionIdentifier. from(String instanceId, String localId, CoreContributionType type)
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.static ContributionIdentifier
ContributionIdentifier. from(ResourceIdentifier resourceId)
Constructs a new contribution identifier from the specified Silverpeas resource identifier.static ContributionIdentifier
ContributionIdentifier. from(ResourceReference key)
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.static ContributionIdentifier
ContributionIdentifier. from(ResourceReference key, String type)
Constructs a new contribution identifier from the specified component instance identifier and from the local identifier of the contribution.ContributionIdentifier
Contribution. getIdentifier()
Gets the unique identifier of this contribution.ContributionIdentifier
I18nContribution. getIdentifier()
Gets the unique identifier of this contribution.default ContributionIdentifier
SilverpeasContent. getIdentifier()
Contribution
default implementations. -
Uses of ContributionIdentifier in org.silverpeas.core.contribution.publication.model
Methods in org.silverpeas.core.contribution.publication.model that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
PublicationDetail. getIdentifier()
Methods in org.silverpeas.core.contribution.publication.model with parameters of type ContributionIdentifier Modifier and Type Method Description static PublicationPath
PublicationPath. getBestPathForGroup(ContributionIdentifier pubId, String groupId)
Gets the best publication path of the group represented by the given group identifier by taking care about its access authorizations.static PublicationPath
PublicationPath. getBestPathForUser(ContributionIdentifier pubId, String userId)
Gets the best publication path of the user represented by the given user identifier by taking care about its access authorizations.static PublicationPath
PublicationPath. getPath(ContributionIdentifier pubId)
Gets a publication path without taking care about right accesses. -
Uses of ContributionIdentifier in org.silverpeas.core.contribution.tracking
Methods in org.silverpeas.core.contribution.tracking that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
ContributionTrackingEvent. getContributionId()
Gets the identifier of the contribution that is related by this event.Methods in org.silverpeas.core.contribution.tracking with parameters of type ContributionIdentifier Modifier and Type Method Description void
ContributionTrackingService. save(TrackedAction action, ContributionIdentifier contributionId, String context)
Constructors in org.silverpeas.core.contribution.tracking with parameters of type ContributionIdentifier Constructor Description ContributionTrackingEvent(TrackedAction action, ContributionIdentifier contributionId)
Constructs a new tracking event about the specified action being performed against the given contribution. -
Uses of ContributionIdentifier in org.silverpeas.core.contribution.util
Methods in org.silverpeas.core.contribution.util that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
ContributionManagementContext. getContributionId()
Gets theContributionIdentifier
of the managed contribution. -
Uses of ContributionIdentifier in org.silverpeas.core.io.upload
Methods in org.silverpeas.core.io.upload with parameters of type ContributionIdentifier Modifier and Type Method Description void
UploadedFile. registerAttachment(ContributionIdentifier contributionId, String contributionLanguage, boolean indexIt)
Registers in Silverpeas a document attached to the given contribution and for which this file stores its content. -
Uses of ContributionIdentifier in org.silverpeas.core.node.model
Methods in org.silverpeas.core.node.model that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
NodeDetail. getIdentifier()
Methods in org.silverpeas.core.node.model with parameters of type ContributionIdentifier Modifier and Type Method Description static NodePath
NodePath. getPath(ContributionIdentifier nodeId)
Gets the path of the specified node. -
Uses of ContributionIdentifier in org.silverpeas.core.reminder
Methods in org.silverpeas.core.reminder that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
Reminder. getContributionId()
Gets the unique identifier of the contribution this remainder is set of.Methods in org.silverpeas.core.reminder with parameters of type ContributionIdentifier Modifier and Type Method Description Reminder.ReminderBuilder
Reminder.ReminderBuilder. about(ContributionIdentifier contribution)
The reminder is about the specified contribution.List<Reminder>
DefaultReminderRepository. findByContributionAndUserIds(ContributionIdentifier contributionId, String userId)
List<Reminder>
ReminderRepository. findByContributionAndUserIds(ContributionIdentifier contributionId, String userId)
Finds in this repository all the reminders related to the specified contribution that were set by and for the specified user.List<Reminder>
DefaultReminderRepository. findByContributionId(ContributionIdentifier contributionId)
List<Reminder>
ReminderRepository. findByContributionId(ContributionIdentifier contributionId)
Finds in this repository all the reminders related to the specified contribution.static List<Reminder>
Reminder. getByContribution(ContributionIdentifier contributionId)
Gets the reminders linked to a contribution represented by the given identifier.static List<Reminder>
Reminder. getByContributionAndUser(ContributionIdentifier contributionId, User user)
Gets the reminders that was set by the specified user for himself and that are about the specified contribution.static Reminder.ReminderBuilder
Reminder. make(ContributionIdentifier contribution, User user)
Constructs aReminder.ReminderBuilder
to build a new reminder about the specified contribution and for the given user.Constructors in org.silverpeas.core.reminder with parameters of type ContributionIdentifier Constructor Description DateTimeReminder(ContributionIdentifier contributionId, User user, ReminderProcessName processName)
Constructs a new reminder about the specified contribution and for the given user.DateTimeReminder(ContributionIdentifier contributionId, ReminderProcessName processName)
Constructs a new reminder about the given contribution for the system.DurationReminder(ContributionIdentifier contributionId, User user, ReminderProcessName processName)
Constructs a new reminder about the specified contribution and for the given user.DurationReminder(ContributionIdentifier contributionId, ReminderProcessName processName)
Constructs a new reminder about the given contribution for the system.Reminder(ContributionIdentifier contributionId, User user, ReminderProcessName processName)
Constructs a new reminder about the given contribution for the specified user.Reminder(ContributionIdentifier contributionId, ReminderProcessName processName)
Constructs a new reminder about the given contribution for the system. -
Uses of ContributionIdentifier in org.silverpeas.core.silverstatistics.access.dao
Methods in org.silverpeas.core.silverstatistics.access.dao that return types with arguments of type ContributionIdentifier Modifier and Type Method Description static Stream<org.silverpeas.kernel.util.Pair<ContributionIdentifier,Integer>>
HistoryObjectDAO. countByPeriodAndUser(Connection con, Collection<ContributionIdentifier> contributionIds, Date startDate, Date endDate, String userId)
Method parameters in org.silverpeas.core.silverstatistics.access.dao with type arguments of type ContributionIdentifier Modifier and Type Method Description static Stream<org.silverpeas.kernel.util.Pair<ContributionIdentifier,Integer>>
HistoryObjectDAO. countByPeriodAndUser(Connection con, Collection<ContributionIdentifier> contributionIds, Date startDate, Date endDate, String userId)
-
Uses of ContributionIdentifier in org.silverpeas.core.web.calendar
Methods in org.silverpeas.core.web.calendar with parameters of type ContributionIdentifier Modifier and Type Method Description URI
AbstractCalendarInstanceRoutingMap. getViewPage(ContributionIdentifier contributionIdentifier)
-
Uses of ContributionIdentifier in org.silverpeas.core.web.mvc.route
Methods in org.silverpeas.core.web.mvc.route with parameters of type ContributionIdentifier Modifier and Type Method Description URI
AbstractComponentInstanceRoutingMap. getEditionPage(ContributionIdentifier contributionIdentifier)
URI
ComponentInstanceRoutingMap. getEditionPage(ContributionIdentifier contributionIdentifier)
Gets the edition page URI of a resource handled by the component instance and represented by the given contribution identifier.URI
AbstractComponentInstanceRoutingMap. getPermalink(ContributionIdentifier contributionIdentifier)
URI
ComponentInstanceRoutingMap. getPermalink(ContributionIdentifier contributionIdentifier)
Gets the permalink URI of a resource handled by the component instance and represented by the given contribution identifier.URI
AbstractComponentInstanceRoutingMap. getViewPage(ContributionIdentifier contributionIdentifier)
URI
ComponentInstanceRoutingMap. getViewPage(ContributionIdentifier contributionIdentifier)
Gets the view page URI of a resource handled by the component instance and represented by the given contribution identifier. -
Uses of ContributionIdentifier in org.silverpeas.core.web.mvc.util
Methods in org.silverpeas.core.web.mvc.util with parameters of type ContributionIdentifier Modifier and Type Method Description WysiwygRouting.WysiwygRoutingContext
WysiwygRouting.WysiwygRoutingContext. withContributionId(ContributionIdentifier contributionId)
-
Uses of ContributionIdentifier in org.silverpeas.core.web.servlets
Methods in org.silverpeas.core.web.servlets that return ContributionIdentifier Modifier and Type Method Description protected ContributionIdentifier
GoToContribution. getContributionIdentifier(String objectId)
-
Uses of ContributionIdentifier in org.silverpeas.core.web.util.viewgenerator.html.buttons
Methods in org.silverpeas.core.web.util.viewgenerator.html.buttons that return ContributionIdentifier Modifier and Type Method Description ContributionIdentifier
ContributionManagementContextTag. getContributionId()
Methods in org.silverpeas.core.web.util.viewgenerator.html.buttons with parameters of type ContributionIdentifier Modifier and Type Method Description void
ContributionManagementContextTag. setContributionId(ContributionIdentifier contributionId)
-
Uses of ContributionIdentifier in org.silverpeas.core.webapi.calendar
Constructors in org.silverpeas.core.webapi.calendar with parameters of type ContributionIdentifier Constructor Description AbstractEventEntity(ContributionIdentifier identifier, String title, String description, Temporal start, Temporal end, String url)
Deprecated.
-