Uses of Class
org.exoplatform.wiki.mow.api.Attachment
-
Packages that use Attachment Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.listener org.exoplatform.wiki.utils -
-
Uses of Attachment in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return Attachment Modifier and Type Method Description static AttachmentEntityConverter. convertAttachmentEntityToAttachment(org.exoplatform.commons.file.services.FileService fileService, AttachmentEntity attachmentEntity, boolean loadContent)Methods in org.exoplatform.wiki.jpa that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>JPADataStorage. getAttachmentsOfPage(Page page)List<Attachment>JPADataStorage. getAttachmentsOfPage(Page page, boolean loadContent)Methods in org.exoplatform.wiki.jpa with parameters of type Attachment Modifier and Type Method Description voidJPADataStorage. addAttachmentToPage(Attachment attachment, Page page)static DraftPageAttachmentEntityEntityConverter. convertAttachmentToDraftPageAttachmentEntity(org.exoplatform.commons.file.services.FileService fileService, Attachment attachment)static PageAttachmentEntityEntityConverter. convertAttachmentToPageAttachmentEntity(org.exoplatform.commons.file.services.FileService fileService, Attachment attachment) -
Uses of Attachment in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return Attachment Modifier and Type Method Description AttachmentWikiService. getAttachmentOfPageByName(String attachmentName, Page page)Get a attachment of a the given page by name, without loading its contentdefault AttachmentWikiService. getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent)Get a attachment of a the given page by name, and allow to load the attachment content by setting loadContent to trueMethods in org.exoplatform.wiki.service that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>DataStorage. getAttachmentsOfPage(Page page)default List<Attachment>DataStorage. getAttachmentsOfPage(Page page, boolean loadContent)List<Attachment>WikiService. getAttachmentsOfPage(Page page)Gets attachments of the given page, without loading their contentdefault List<Attachment>WikiService. getAttachmentsOfPage(Page page, boolean loadContent)Gets attachments of the given page, and allow to load their attachment content by setting loadContent to trueMethods in org.exoplatform.wiki.service with parameters of type Attachment Modifier and Type Method Description voidDataStorage. addAttachmentToPage(Attachment attachment, Page page)voidWikiService. addAttachmentToPage(Attachment attachment, Page page)Add the given attachment to the given page -
Uses of Attachment in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Attachment Modifier and Type Method Description AttachmentWikiServiceImpl. getAttachmentOfPageByName(String attachmentName, Page page)AttachmentWikiServiceImpl. getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>WikiServiceImpl. getAttachmentsOfPage(Page page)AttachmentList<Attachment>WikiServiceImpl. getAttachmentsOfPage(Page page, boolean loadContent)Methods in org.exoplatform.wiki.service.impl with parameters of type Attachment Modifier and Type Method Description voidWikiServiceImpl. addAttachment(Attachment attachment, Page page)voidWikiServiceImpl. addAttachmentToPage(Attachment attachment, Page page)AttachmentWikiRestServiceImpl. createAttachment(ObjectFactory objectFactory, URI baseUri, Attachment pageAttachment, Page page, String xwikiRelativeUrl, String xwikiAbsoluteUrl) -
Uses of Attachment in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type Attachment Modifier and Type Method Description abstract voidAttachmentWikiListener. addAttachment(Attachment attachment, Page page) -
Uses of Attachment in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type Attachment Modifier and Type Method Description static StringUtils. getAttachmentCssClass(Attachment attachment, String append)
-