Uses of Class
org.exoplatform.wiki.jpa.entity.PageAttachmentEntity
-
Packages that use PageAttachmentEntity Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.entity -
-
Uses of PageAttachmentEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageAttachmentEntity Modifier and Type Method Description static PageAttachmentEntityEntityConverter. convertAttachmentToPageAttachmentEntity(org.exoplatform.commons.file.services.FileService fileService, Attachment attachment) -
Uses of PageAttachmentEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return types with arguments of type PageAttachmentEntity Modifier and Type Method Description List<PageAttachmentEntity>PageEntity. getAttachments()Method parameters in org.exoplatform.wiki.jpa.entity with type arguments of type PageAttachmentEntity Modifier and Type Method Description voidPageEntity. setAttachments(List<PageAttachmentEntity> attachments)
-