Uses of Class
org.exoplatform.wiki.service.rest.model.Attachments
-
Packages that use Attachments Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.rest.model -
-
Uses of Attachments in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Attachments Modifier and Type Method Description AttachmentsWikiRestServiceImpl. getAttachments(javax.ws.rs.core.UriInfo uriInfo, String wikiType, String wikiOwner, String pageId, Integer start, Integer number)Return a list of attachments attached to a wiki page -
Uses of Attachments in org.exoplatform.wiki.service.rest.model
Methods in org.exoplatform.wiki.service.rest.model that return Attachments Modifier and Type Method Description AttachmentsObjectFactory. createAttachments()Create an instance ofAttachments
-