Uses of Class
org.silverpeas.core.webapi.attachment.AttachmentEntity
-
Packages that use AttachmentEntity Package Description org.silverpeas.core.webapi.attachment org.silverpeas.core.webapi.publication -
-
Uses of AttachmentEntity in org.silverpeas.core.webapi.attachment
Methods in org.silverpeas.core.webapi.attachment that return AttachmentEntity Modifier and Type Method Description static AttachmentEntity
AttachmentEntity. fromAttachment(SimpleDocument detail)
AttachmentEntity
AttachmentEntity. withURI(URI uri)
Sets a URI to this entity. -
Uses of AttachmentEntity in org.silverpeas.core.webapi.publication
Methods in org.silverpeas.core.webapi.publication that return types with arguments of type AttachmentEntity Modifier and Type Method Description protected List<AttachmentEntity>
PublicationEntity. getAttachments()
Method parameters in org.silverpeas.core.webapi.publication with type arguments of type AttachmentEntity Modifier and Type Method Description protected void
PublicationEntity. setAttachments(List<AttachmentEntity> attachments)
-