Uses of Class
org.exoplatform.wiki.model.Attachment
Packages that use Attachment
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of Attachment in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return AttachmentModifier and TypeMethodDescriptionstatic 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 AttachmentModifier and TypeMethodDescriptionJPADataStorage.getAttachmentsOfPage(Page page) JPADataStorage.getAttachmentsOfPage(Page page, boolean loadContent) Methods in org.exoplatform.wiki.jpa with parameters of type AttachmentModifier and TypeMethodDescriptionvoidJPADataStorage.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 AttachmentModifier and TypeMethodDescriptionWikiService.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 AttachmentModifier and TypeMethodDescriptionDataStorage.getAttachmentsOfPage(Page page) default List<Attachment> DataStorage.getAttachmentsOfPage(Page page, boolean loadContent) 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 AttachmentModifier and TypeMethodDescriptionvoidDataStorage.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 AttachmentModifier and TypeMethodDescriptionWikiServiceImpl.getAttachmentOfPageByName(String attachmentName, Page page) WikiServiceImpl.getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent) Methods in org.exoplatform.wiki.service.impl that return types with arguments of type AttachmentModifier and TypeMethodDescriptionWikiServiceImpl.getAttachmentsOfPage(Page page) AttachmentWikiServiceImpl.getAttachmentsOfPage(Page page, boolean loadContent) Methods in org.exoplatform.wiki.service.impl with parameters of type AttachmentModifier and TypeMethodDescriptionvoidWikiServiceImpl.addAttachment(Attachment attachment, Page page) voidWikiServiceImpl.addAttachmentToPage(Attachment attachment, Page page) -
Uses of Attachment in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type AttachmentModifier and TypeMethodDescriptionabstract voidAttachmentWikiListener.addAttachment(Attachment attachment, Page page) -
Uses of Attachment in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type AttachmentModifier and TypeMethodDescriptionstatic StringUtils.getAttachmentCssClass(Attachment attachment, String append)