Uses of Class
org.silverpeas.core.contribution.publication.model.PublicationPath
-
Packages that use PublicationPath Package Description org.silverpeas.core.contribution.publication.model org.silverpeas.core.web.publication.subscription.bean -
-
Uses of PublicationPath in org.silverpeas.core.contribution.publication.model
Methods in org.silverpeas.core.contribution.publication.model that return PublicationPath 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.static PublicationPath
PublicationPath. getPath(PublicationDetail pub)
Gets a publication path without taking care about right accesses.Methods in org.silverpeas.core.contribution.publication.model that return types with arguments of type PublicationPath Modifier and Type Method Description Optional<PublicationPath>
PublicationDetail. getResourcePath()
-
Uses of PublicationPath in org.silverpeas.core.web.publication.subscription.bean
Constructors in org.silverpeas.core.web.publication.subscription.bean with parameters of type PublicationPath Constructor Description PublicationSubscriptionBean(Subscription subscription, PublicationPath path, SilverpeasComponentInstance component, String language)
-