Uses of Class
org.silverpeas.core.webapi.publication.PublicationEntity
-
Packages that use PublicationEntity Package Description org.silverpeas.core.webapi.publication -
-
Uses of PublicationEntity in org.silverpeas.core.webapi.publication
Methods in org.silverpeas.core.webapi.publication that return PublicationEntity Modifier and Type Method Description static PublicationEntity
PublicationEntity. fromPublicationDetail(PublicationDetail publication, URI uri)
Creates a new publication entity from the specified publication.PublicationEntity
SharedPublicationResource. getPublication()
protected PublicationEntity
AbstractPublicationResource. getPublicationEntity(PublicationDetail publication, boolean withAttachments)
PublicationEntity
PublicationEntity. withAttachments(Collection<SimpleDocument> attachmentDetails)
PublicationEntity
PublicationEntity. withSharedContent(SharingContext context)
Methods in org.silverpeas.core.webapi.publication that return types with arguments of type PublicationEntity Modifier and Type Method Description protected List<PublicationEntity>
AbstractPublicationResource. getPublications(String nodeId, boolean withAttachments)
Gets the nodes that are children of a parent node.List<PublicationEntity>
PublicationResource. getPublications(String nodeId, boolean withAttachments)
List<PublicationEntity>
SharedPublicationResource. getPublications(String nodeId, boolean withAttachments)
-