Uses of Class
org.silverpeas.mobile.shared.dto.documents.AttachmentDTO
-
Packages that use AttachmentDTO Package Description org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of AttachmentDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return AttachmentDTO Modifier and Type Method Description AttachmentDTO
ServiceDocuments. getAttachment(String attachmentId, String appId)
-
Uses of AttachmentDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type AttachmentDTO Modifier and Type Method Description void
ServiceDocuments. getAttachment(String appId, String attachmentId, org.fusesource.restygwt.client.MethodCallback<AttachmentDTO> callback)
-