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