Uses of Class
org.exoplatform.wiki.service.rest.model.Attachment
-
Packages that use Attachment Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.rest.model -
-
Uses of Attachment in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Attachment Modifier and Type Method Description AttachmentWikiRestServiceImpl. createAttachment(ObjectFactory objectFactory, URI baseUri, Attachment pageAttachment, Page page, String xwikiRelativeUrl, String xwikiAbsoluteUrl) -
Uses of Attachment in org.exoplatform.wiki.service.rest.model
Fields in org.exoplatform.wiki.service.rest.model with type parameters of type Attachment Modifier and Type Field Description protected List<Attachment>Attachments. attachmentsMethods in org.exoplatform.wiki.service.rest.model that return Attachment Modifier and Type Method Description AttachmentObjectFactory. createAttachment()Create an instance ofAttachmentMethods in org.exoplatform.wiki.service.rest.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Attachments. getAttachments()Gets the value of the attachments property.
-